.faq__container{padding:90px 0;width:calc(var(--fullwidth) - (var(--margin) + var(--colwidth)));margin:0 auto;max-width:1024px}.faq__container .faq__question .faq__question-title{padding:15px;box-shadow:0 4px 4px #00000040;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.faq__container .faq__question .faq__question-title:hover{cursor:pointer}.faq__container .faq__question .faq__question-title h3{margin:0}.faq__container .faq__question .faq__question-title svg{width:20px;stroke:var(--text-color)}.faq__container .faq__question .faq__question-title.open{background-color:#0096ff11;color:var(--taggy-blue);font-weight:700}.faq__container .faq__question .faq__question-title.open svg{stroke:var(--taggy-blue);transform:rotate(180deg)}@media only screen and (max-width: 768px){.faq__container{width:90%}.faq__container .faq__question .faq__question-title{gap:20px}.faq__container .faq__question .faq__question-title h3{flex:1}.faq__container .faq__question .faq__question-title svg{width:20px}}
