/* FAQ 색상 개선 */
.faq-section-simple .faq-answer p {
    color: #1a202c !important;
    font-weight: 600;
    line-height: 1.8;
}

.faq-section-simple .faq-question h4 {
    color: #2d3748;
    font-weight: 600;
}

/* 매직미러 FAQ 색상 개선 */
.faq-section .faq-answer p {
    color: #1a202c !important;
    font-weight: 600;
    line-height: 1.8;
}

.faq-section .faq-question span {
    color: #1a202c;
    font-weight: 600;
}
