/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* تنسيقات نظام التحقق من البريد الإلكتروني */
#wc-verification-section {
    margin: 20px 0;
    padding: 20px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    background: #f9f9f9;
}

#verification-status {
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
    font-weight: bold;
}

#verification-status.success {
    background: #dff0d8;
    color: #3c763d;
    border: 1px solid #d6e9c6;
}

#verification-status.error {
    background: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
}

#verification-status.loading {
    background: #d9edf7;
    color: #31708f;
    border: 1px solid #bce8f1;
}

#resend-verification,
#verify-code-btn {
    background: #0073aa;
    color: white;
    border: none;
    padding: 8px 15px;
    margin: 5px 0;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

#resend-verification:hover,
#verify-code-btn:hover {
    background: #005177;
}

#resend-verification:disabled,
#verify-code-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.verification-help {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

@media (max-width: 768px) {
    #wc-verification-section {
        padding: 15px;
    }
    
    #verify-code-btn, #resend-verification {
        width: 100%;
        margin: 5px 0;
    }
}

/* في ملف CSS الرئيسي */
@font-face {
    font-family: 'PrimaryFont';
    src: url('fonts/font.woff2') format('woff2');
    font-display: swap; /* يعرض النص بخط بديل أولاً */
    font-weight: normal;
    font-style: normal;
}
