/**
 * Fadskills Bank Verification — frontend styles v4
 */

/* Read-only account name field */
.fadskills-acc-name-locked,
#fadskills_bacs_account_name[readonly],
input[data-fadskills-account-name][readonly] {
    background-color: #f5f5f5 !important;
    color: #666 !important;
    cursor: not-allowed !important;
    font-style: italic !important;
    border-color: #ddd !important;
}

/* Helper note below the account name field */
.fadskills-note,
#fadskills-name-note {
    font-size: 12px;
    color: #888;
    margin-top: 4px !important;
    margin-bottom: 8px !important;
    line-height: 1.5;
}

/* Inline status message */
#fadskills-verify-status {
    font-size: 12px;
    margin-top: 4px !important;
    line-height: 1.5;
    transition: color 0.2s;
}

/* Bank select — match WooCommerce form field width */
select[data-fadskills-bank-select],
#fadskills_bacs_bank_select {
    width: 100%;
    max-width: 100%;
}

/* WooCommerce form field wrapper spacing */
.woocommerce-account .woocommerce-MyAccount-content .woo_wallet_withdrawal_payment_settings p {
    margin-bottom: 12px;
}
