.faq-section{padding:4rem 0;background-color:var(--section-bg-color, #E8F4F8)}.faq-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:start}.faq-header{position:sticky;top:2rem}.faq-header__title{font-size:var(--title-size, 36px);font-weight:700;color:var(--title-color, #1A202C);margin:0 0 1rem}.faq-header__subtitle{font-size:14px;color:var(--subtitle-color, #4A5568);line-height:1.6;margin:0}.faq-questions{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--item-bg, #FFFFFF);border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000000d;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 4px 8px #00000014}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:transparent;border:none;text-align:left;cursor:pointer;font-size:15px;font-weight:600;color:var(--question-color, #1A202C);transition:color .3s ease}.faq-question:hover{color:var(--question-hover-color, #2C5F6F)}.faq-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--icon-bg, #FFE5E5);color:var(--icon-color, #E53E3E);font-size:20px;font-weight:300;transition:all .3s ease;margin-left:1rem}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer__content{font-size:14px;line-height:1.7;color:var(--answer-color, #4A5568)}@media screen and (max-width:989px){.faq-container{grid-template-columns:1fr;gap:2rem}.faq-header{position:static}.faq-header__title{font-size:var(--title-size-mobile, 28px)}}@media screen and (max-width:749px){.faq-section{padding:3rem 1.5rem}.faq-container{padding:0}.faq-header__title{font-size:var(--title-size-mobile, 24px)}.faq-question{padding:1rem;font-size:14px}.faq-item.active .faq-answer{padding:0 1rem 1rem}.faq-icon{width:20px;height:20px;font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/faq-section.css.map */
