/* FAQ Page Styles */

.ml-faq-hero {
    border-bottom: 1px solid #e2e8f0;
}

.ml-faq-shell {
    margin: 0 auto;
}

.ml-faq-section-title {
    margin-bottom: 1rem;
}

.ml-faq-accordion {
    margin-bottom: 2rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.ml-faq-accordion .elementor-accordion-item {
    border-bottom: 1px solid #f8fafc;
}

.ml-faq-accordion .elementor-accordion-item:last-child {
    border-bottom: none;
}

.ml-faq-accordion .elementor-tab-title {
    padding: 1.25rem 1.5rem;
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    background: #ffffff;
    transition: background 0.2s ease, color 0.2s ease;
}

.ml-faq-accordion .elementor-tab-title:hover {
    background: #f8fafc;
    color: #e91e63;
}

.ml-faq-accordion .elementor-tab-title.elementor-active {
    color: #f06292;
}

.ml-faq-accordion .elementor-tab-content {
    padding: 1.5rem;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    background: #fafafa;
}

.ml-faq-cta-wrapper {
    background: #f8fafc;
    padding: 2.5rem;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #e2e8f0;
    margin-bottom: 2rem;
}

.ml-faq-cta-wrapper h3 {
    margin: 0 0 1rem;
    font-size: 24px;
    color: #1e293b;
}

.ml-faq-cta-wrapper p {
    color: #64748b;
    margin-bottom: 1.5rem;
}

.ml-faq-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #f06292;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.ml-faq-btn:hover {
    background-color: #e91e63;
    color: #ffffff;
}

.ml-faq-disclaimer {
    background: #fff5f5;
    padding: 1.5rem;
    border-left: 4px solid #f06292;
    border-radius: 8px;
    color: #575756;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .ml-faq-hero .elementor-widget-heading h2 {
        font-size: 32px !important;
    }
    
    .ml-faq-section-title h2 {
        font-size: 24px !important;
    }
    
    .ml-faq-cta-wrapper {
        padding: 1.5rem;
    }
}
