/*
 * ScanWear — Affiliate Banking Details Styles
 * ═══════════════════════════════════════════════════════════════════
 * Fluent Snippets Settings:
 *   Type    → CSS Snippet
 *   Run on  → Frontend (All Pages — or scope to My Account if preferred)
 *   Status  → Active
 * ═══════════════════════════════════════════════════════════════════
 *
 * Styles the banking details fieldset on the WooCommerce
 * Account Details page.
 */

/* ── Banking details fieldset ── */
#sw-banking-details {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 20px 20px 4px;
    margin: 24px 0;
}

#sw-banking-details legend {
    font-size: 15px;
    font-weight: 600;
    padding: 0 8px;
    color: #333;
}
