/* Addon Toggle List – 76ca9c9a */

.atl-76ca9c9a-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: inherit;
}

.atl-76ca9c9a-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
}

.atl-76ca9c9a-item + .atl-76ca9c9a-item {
    border-top: 1.5px solid #e5e5e5;
}

.atl-76ca9c9a-img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    flex-shrink: 0;
}

.atl-76ca9c9a-info {
    flex: 1;
    min-width: 0;
}

.atl-76ca9c9a-name {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.3;
}

.atl-76ca9c9a-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.atl-76ca9c9a-price {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1a1a1a;
}

.atl-76ca9c9a-old-price {
    font-size: 0.88rem;
    color: #999999;
    text-decoration: line-through;
}

/* ── Toggle ── */
.atl-76ca9c9a-toggle {
    width: 46px;
    height: 26px;
    border-radius: 13px;
    background-color: #cccccc;
    position: relative;
    cursor: pointer;
    transition: background-color 0.25s ease;
    flex-shrink: 0;
}

.atl-76ca9c9a-toggle.atl-76ca9c9a-on {
    background-color: #1a1a1a;
}

.atl-76ca9c9a-toggle-knob {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: transform 0.25s ease;
}

.atl-76ca9c9a-toggle.atl-76ca9c9a-on .atl-76ca9c9a-toggle-knob {
    transform: translateX(20px);
}

/* ── Responsive ── */
@media (max-width: 480px) {
    .atl-76ca9c9a-item {
        gap: 10px;
        padding: 14px 0;
    }

    .atl-76ca9c9a-name {
        font-size: 0.92rem;
    }

    .atl-76ca9c9a-price {
        font-size: 1rem;
    }

    .atl-76ca9c9a-img {
        width: 40px;
        height: 40px;
    }
}
