.faq-widget__title{font-size:2.5rem;font-weight:700;margin-bottom:30px;text-align:left;color:var(--e-global-color-0aa3f3c)}.faq-widget__items{display:flex;flex-direction:column;gap:15px}.faq-widget__item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all 0.3s ease}.faq-widget__question__title{font-size:1.125rem;font-weight:700;color:var(--e-global-color-0aa3f3c);flex:1}.faq-widget__item:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.faq-widget__question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;user-select:none;transition:background-color 0.3s ease}.faq-widget__question h3{margin:0;font-size:1.125rem;font-weight:600;color:#333;flex:1;padding-right:15px}.faq-widget__icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:50%;transition:transform 0.3s ease,background-color 0.3s ease;color:#666}.faq-widget__item.active .faq-widget__icon{transform:rotate(180deg)}.faq-widget__answer{max-height:0;overflow:hidden;transition:max-height 0.5s ease,opacity 0.5s ease,padding 0.5s ease;opacity:0;padding-top:0;padding-bottom:0}.faq-widget__answer-content{padding:0 25px}.faq-widget__item.active .faq-widget__answer{max-height:2000px;opacity:1;padding-top:10px;padding-bottom:20px}.faq-widget__answer-content p{color:#666;font-size:1rem;line-height:1.6}.faq-widget__answer-content p{margin:0 0 10px}.faq-widget__answer-content p:last-child{margin-bottom:0}.faq-widget__answer-content a{text-decoration:underline}@media (max-width:768px){.faq-widget{padding:30px 15px}.faq-widget__title{font-size:2rem;margin-bottom:20px}.faq-widget__question{padding:15px 20px}.faq-widget__question h3{font-size:1rem}.faq-widget__item.active .faq-widget__answer{padding-top:10px;padding-bottom:15px}.faq-widget__icon{width:28px;height:28px}}