﻿.faq-section {
    background: #FFFFFF;
} 

.faq-wrapper {
    max-width: 900px;
    margin: auto;
}



.faq-item {
    background: #F7F9FC;
    border-radius: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #E5E7EB;
    border-bottom: 1px solid #ddd;
}



.faq-question {
    width: 100%;
    border: none;
    background: none;
    padding: 22px 25px 22px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}



    .faq-question span {
        font-size: 28px;
        transition: transform 0.3s ease; 
      /*  color: #2563EB;*/
    }
     

/* ซ่อนไว้ตอนเปิดหน้า */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    line-height: 1.8;
    transition: max-height 0.4s ease, padding 0.4s ease;
}