/* ── WooCommerce Checkout — método De Una ─────────────────────────── */
.payment_method_deuna_gateway label {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment_method_deuna_gateway label img {
    max-width: 120px;
    width: auto;
    height: 32px;
    object-fit: contain;
}

.payment_method_deuna_gateway .payment_box {
    background: #f9f7ff;
    border-left: 3px solid #6366f1;
}

/* Checkout clásico: resaltar la opción seleccionada */
.payment_method_deuna_gateway input[type="radio"]:checked + label {
    font-weight: 600;
}
