.rex-varradio-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.rex-varradio-box {
    border: 2px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.rex-varradio-box:hover {
    border-color: #666;
}

.rex-varradio-box.selected {
    border-color: #0071a1;
    background-color: #f0f8ff;
}

.rex-varradio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rex-varradio-save {
    color: #e63946;
    font-weight: bold;
}

.rex-varradio-prices {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.rex-varradio-regular {
    text-decoration: line-through;
    color: #888;
}

.rex-varradio-box.selected {
    color: black;
    border-color: #ffbe66;
    background-color: #ffbe66;
}
.rex-varradio-header h3 {
    font-size: 19px !important;
}
.rex-varradio-vat {
    padding: 10px;
    background-color: #ffbe66;
    color: black;
    font-size: 13px;
    border-radius: 4px;
}
