.radio-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}

.radio-label {
    font-size: 0.8rem;
    display: inline-block;
    font-weight: normal !important;
    padding: 0px 15px;
    border: 1.5px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 !important;
}

.radio-label:hover {
    border-color: #999;
}

.radio-label input[type="radio"] {
    display: none;
}

.radio-label.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


/* Different border colors for selected radio buttons */

.variations tr:nth-child(5n+1) .radio-label.selected {
    border-color: #c587bb;
    color: #181818;
    background: #f3e7f1;
}

.variations tr:nth-child(5n+2) .radio-label.selected {
    border-color: #c587bb;
    color: #181818;
    background: #f3e7f1;
}

.variations tr:nth-child(5n+3) .radio-label.selected {
    border-color: #c587bb;
    color: #181818;
    background: #f3e7f1;
}

.variations tr:nth-child(5n+4) .radio-label.selected {
    border-color: #c587bb;
    color: #181818;
    background: #f3e7f1;
}

.variations tr:nth-child(5n+5) .radio-label.selected {
    border-color: #c587bb;
    color: #181818;
    background: #f3e7f1;
}

.variations th.label {
    display: block;
    text-align: right;
}

.woocommerce-variation-price {
    font-size: 1.5em !important;
    color: var(--color-2);
    font-weight: 700;
}

.product-sku-display {
    margin: 5px 0 5px;
    font-size: 1rem !important;
}
.sku-label {
    font-weight: bold;
}
.reset_variations {
    /* display: none !important; */
}
.woocommerce div.product form.cart table.variations td select {
    border-radius: 30px;
    border-color: var(--wp--preset--color--pale-pink);
}