/* ═══════════════════════════════════════════════════════════════════════════ */
/*  Nexus – Watch Spot Frontend (Checkout)                                     */
/* ═══════════════════════════════════════════════════════════════════════════ */

.payment_method_nexus_watchspot img {
    max-height: 28px;
    vertical-align: middle;
}

.payment_method_nexus_watchspot label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.payment_method_nexus_watchspot .payment_box {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
