.elementor-35860 .elementor-element.elementor-element-f1f5934{--display:flex;}/* Start custom CSS for html, class: .elementor-element-58176d7 *//* SATEA FAQ Styles - Standalone CSS File */
/* Prevent conflicts with existing styles by using specific class prefixes */

.satea-faq-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.satea-faq-wrapper {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.satea-faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.satea-faq-header {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 20px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 8px;
}

.satea-faq-header h2 {
    font-size: 1.6rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.satea-faq-header p {
    font-size: 1rem;
    opacity: 0.9;
}

.satea-faq-section {
    margin-bottom: 30px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.satea-section-header {
    background: #2c3e50;
    color: white;
    padding: 18px 25px;
    font-size: 1.3rem;
    font-weight: 600;
}

.satea-faq-item {
    border-bottom: 1px solid #e9ecef;
    padding: 22px;
}

.satea-faq-item:last-child {
    border-bottom: none;
}

.satea-faq-question {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.satea-faq-question:hover {
    color: #3498db;
}

.satea-faq-question::before {
    content: "Q: ";
    color: #e74c3c;
    font-weight: 700;
    margin-right: 8px;
}

.satea-faq-answer {
    color: #555;
    line-height: 1.7;
    padding-left: 25px;
}

.satea-faq-answer p {
    margin-bottom: 12px;
}

.satea-faq-answer ul, 
.satea-faq-answer ol {
    margin: 12px 0;
    padding-left: 20px;
}

.satea-faq-answer li {
    margin-bottom: 8px;
}

.satea-highlight-box {
    background: #e8f4fd;
    border-left: 4px solid #3498db;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 5px 5px 0;
}

.satea-important-info {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 5px 5px 0;
}

.satea-contact-box {
    background: #d1ecf1;
    border-left: 4px solid #17a2b8;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 5px 5px 0;
}

.satea-table-responsive {
    overflow-x: auto;
    margin: 15px 0;
}

.satea-faq-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.satea-faq-wrapper th, 
.satea-faq-wrapper td {
    border: 1px solid #dee2e6;
    padding: 12px;
    text-align: left;
}

.satea-faq-wrapper th {
    background: #f8f9fa;
    font-weight: 600;
}

.satea-faq-wrapper caption {
    caption-side: top;
    padding: 10px 0;
    font-weight: 600;
    color: #2c3e50;
}

.satea-faq-link {
    color: #3498db;
    text-decoration: none;
}

.satea-faq-link:hover {
    text-decoration: underline;
    color: #2980b9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .satea-faq-header h2 {
        font-size: 1.4rem;
    }
    
    .satea-faq-container {
        padding: 15px;
    }
    
    .satea-faq-item {
        padding: 18px 15px;
    }
    
    .satea-faq-question {
        font-size: 1rem;
    }
    
    .satea-section-header {
        padding: 15px 20px;
        font-size: 1.2rem;
    }
    
    .satea-faq-answer {
        padding-left: 20px;
    }
    
    .satea-faq-wrapper th, 
    .satea-faq-wrapper td {
        padding: 8px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .satea-faq-header {
        padding: 15px;
    }
    
    .satea-faq-header h2 {
        font-size: 1.2rem;
    }
    
    .satea-faq-header p {
        font-size: 0.9rem;
    }
    
    .satea-section-header {
        padding: 12px 15px;
        font-size: 1.1rem;
    }
    
    .satea-faq-item {
        padding: 15px 12px;
    }
    
    .satea-faq-question {
        font-size: 0.95rem;
    }
    
    .satea-faq-answer {
        padding-left: 15px;
        font-size: 0.9rem;
    }
}/* End custom CSS */