/* =========================================================
   TCE PAYMENT HIGHLIGHT v1.1.0
   Destaca exclusivamente Tarjeta Redsys y Bizum.
   ========================================================= */

#checkout-payment-step .payment-option.tce-preferred-payment {
    position: relative !important;
    background: #f4f9ff !important;
    border: 2px solid #0b4b8c !important;
    border-radius: 9px !important;
    box-shadow: 0 3px 12px rgba(11, 75, 140, .12) !important;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
    overflow: visible !important;
}

#checkout-payment-step .payment-option.tce-preferred-payment:hover {
    background: #edf6ff !important;
    border-color: #083d73 !important;
    box-shadow: 0 5px 15px rgba(11, 75, 140, .16) !important;
    transform: translateY(-1px);
}

#checkout-payment-step .payment-option.tce-preferred-payment::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    bottom: 9px;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: #0b4b8c;
}

#checkout-payment-step .payment-option.tce-preferred-payment label {
    font-weight: 700 !important;
}

#checkout-payment-step .tce-payment-main {
    font-weight: 700 !important;
}

#checkout-payment-step .tce-payment-note {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 500;
    color: #4f5b66;
}

#checkout-payment-step .tce-payment-badge {
    display: inline-block;
    margin-left: 9px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #0b4b8c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    vertical-align: middle;
    letter-spacing: .02em;
    text-transform: uppercase;
}

/* Refuerza ligeramente el radio seleccionado */
#checkout-payment-step .payment-option.tce-preferred-payment input[type="radio"]:checked {
    accent-color: #0b4b8c;
}

@media (max-width: 767px) {
    #checkout-payment-step .payment-option.tce-preferred-payment {
        border-width: 1.5px !important;
    }

    #checkout-payment-step .tce-payment-badge {
        margin-left: 6px;
        padding: 2px 6px;
        font-size: 9px;
    }

    #checkout-payment-step .tce-payment-note {
        font-size: 11px;
    }
}
