.faq-form-container {
    max-width: 600px;
   
    padding: 20px;
    
    border-radius: 5px;
    background: #003976;
}

.faq-form-group {
    margin-bottom: 15px;
}

.faq-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.faq-form-group input,
.faq-form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    box-sizing: border-box;
}

.faq-form-group button {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
}

.faq-form-group button:hover {
    background: #000;
    color: #fff;
}

.faq-accordion {
    max-width: 800px;
    margin: 20px 0;
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-question {
    background: #003976;
    color: #fff;
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background: #970202;
}

.faq-question h4 {
    margin: 0;
    color: #fff;
}

.faq-toggle {
    font-size: 20px;
    font-weight: bold;
}

.faq-answer {
    padding: 15px;
    display: none;
    border-top: 1px solid #ddd;
}

.faq-meta {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-style: italic;
}

#faq-form-response {
    margin-top: 10px;
}

 .faq-login-container {
                max-width: 400px;
                margin: 40px auto;
                padding: 30px;
                background: #fff;
                border: 1px solid #ddd;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
                font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            }
            .faq-login-header {
                text-align: center;
                margin-bottom: 30px;
            }
            .faq-login-header h2 {
                color: #333;
                margin-bottom: 10px;
            }
            .faq-login-header p {
                color: #666;
                margin: 0;
            }
            .faq-login-form {
                margin-top: 20px;
            }

.frontend-faq-admin {
            max-width: 1200px;
            margin: 20px 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }
        .faq-admin-header {
            background: #f8f9fa;
            padding: 20px;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        .faq-admin-tabs {
            margin-bottom: 20px;
        }
        .faq-tab-button {
            background: #000;
            color: white;
            border: none;
            padding: 10px 20px;
            margin-right: 10px;
            border-radius: 5px;
            cursor: pointer;
        }
        .faq-tab-button.active {
            background: #003976;
        }
        .faq-tab-content {
            display: none;
        }
        .faq-tab-content.active {
            display: block;
        }
        .faq-item-admin {
            background: white;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            margin-bottom: 20px;
            overflow: hidden;
        }
        .faq-item-header {
            background: #f8f9fa;
            padding: 15px;
            border-bottom: 1px solid #dee2e6;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .faq-item-body {
            padding: 20px;
        }
        .faq-field-group {
            margin-bottom: 15px;
        }
        .faq-field-label {
            font-weight: 600;
            color: #495057;
            margin-bottom: 5px;
            display: block;
        }
        .faq-field-value {
            background: #f8f9fa;
            padding: 10px;
            border-radius: 4px;
            border-left: 4px solid #007cba;
        }
        .faq-reply-editor {
            width: 100%;
            min-height: 150px;
            padding: 10px;
            border: 1px solid #ced4da;
            border-radius: 4px;
            font-family: inherit;
            resize: vertical;
        }
        .faq-actions {
            display: flex;
            gap: 10px;
            margin-top: 15px;
        }
        .faq-btn {
            padding: 8px 16px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
        }
        .faq-btn-primary { background: #003976; color: white; }
        .faq-btn-success { background: #003976; color: white; }
        .faq-btn-danger { background: #000; color: white; }
        .faq-btn-secondary { background: #6c757d; color: white; }
        .faq-status-badge {
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
        }
        .status-draft { background: #ffc107; color: #856404; }
        
        .faq-error { color: #dc3545; background: #f8d7da; padding: 10px; border-radius: 4px; }
        .faq-success { color: #155724; background: #d4edda; padding: 10px; border-radius: 4px; }
        .faq-pagination {
            text-align: center;
            margin-top: 20px;
        }
        .faq-pagination a, .faq-pagination span {
            display: inline-block;
            padding: 8px 12px;
            margin: 0 4px;
            text-decoration: none;
            border: 1px solid #dee2e6;
            border-radius: 4px;
        }
        .faq-pagination .current {
            background: #007cba;
            color: white;
            border-color: #007cba;
        }

form#faq-loginform input#faq-user_login {
    width: -webkit-fill-available;
}
form#faq-loginform input#faq-user_pass {
    width: -webkit-fill-available;
}
form#faq-loginform input#faq-wp-submit {
    padding: 5px 20px;
    color: #fff;
    background: #003976;
    border-color: #003976;
}