.wco-options-heading {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

.wco-options {
    margin-top: 10px;
    margin-bottom: 30px;
}

.wco-options-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wco-option-item:not(:last-child) {
    margin-bottom: 5px;
}

.wco-option-label {
    display: block;
    padding: 12px 15px;
    background-color: #fff;
    border-radius: 5px;
}

.wco-option-label input {
    display: none;
}

.wco-option-label input:checked + .wco-option-block::before {
    background-color: #33BD29;
}

.wco-option-label input:checked + .wco-option-block::after {
    transform: translateX(20px);
}

.wco-option-block {
    position: relative;
    display: block;
    padding-left: 60px;
    font-size: 14px;
    line-height: 1.3;
}

.wco-option-block::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 45px;
    height: 15px;
    border-radius: 40px;
    background-color: #DCDCDC;
    transition: background-color .2s ease;
}

.wco-option-block::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 2px;
    width: 20px;
    height: 11px;
    background-color: #fff;
    border-radius: 40px;
    transition: transform .2s ease;
}

.wco-option-price {
    white-space: nowrap;
}

.wco-option-qty-badge {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 6px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.4;
    background-color: #eef3f5;
    color: #2c3338;
}

.wco-option-price-current {
    font-weight: 500;
}

.wco-bundle-note {
    margin-top: 8px;
    font-size: 0.9em;
    color: #555;
}

.wco-options-empty {
    margin: 8px 0;
    color: #666;
    font-size: 0.95em;
}

.wco-options--loading {
    opacity: 0.6;
    pointer-events: none;
}

.wco-options--hidden {
    display: none;
}
