.faq-wrapper{padding:40px 20px;background-color:#f9f9f9;font-family:inherit}.faq-container{max-width:800px;margin:0 auto}.faq-heading{text-align:center;font-size:2rem;margin-bottom:30px;color:#333}.faq-list{display:flex;flex-direction:column;gap:15px}.faq-item{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px;background:none;border:none;font-size:1.1rem;font-weight:600;color:#222;cursor:pointer;text-align:left}.faq-icon{font-size:1.5rem;color:#666}.faq-answer-content{padding:0 20px 20px;color:#555;line-height:1.6}