/**
 * NGO Verification Styles
 */

/* Verification banner on dashboard */
.ssb-ngo-verification-banner {
    margin: 20px 0;
    padding: 15px 20px;
    border-radius: 5px;
    line-height: 1.5;
}

.ssb-ngo-verified {
    background: #d4edda;
    border: 1px solid #c3e6cb;
}

.ssb-ngo-pending {
    background: #fff3cd;
    border: 1px solid #ffeeba;
}

.ssb-ngo-rejected {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
}

.ssb-ngo-none {
    background: #e2e3e5;
    border: 1px solid #d6d8db;
}

/* Signup form verification section */
#nonprofit-signup-form hr {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #ddd;
}

#nonprofit-signup-form select.input-text {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

#nonprofit-signup-form input[type="file"] {
    padding: 8px 0;
    font-size: 14px;
}

#tax-letter-preview {
    padding: 8px 12px;
    background: #f0f0f0;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
