

/* CSS from section stylesheet tags */
.fjork-faq__title{font-size:1.6rem;font-weight:700;margin-bottom:1rem;}
.fjork-faq__list{border-top:1px solid #E5E7EB;}
.fjork-faq__item{border-bottom:1px solid #E5E7EB;padding:1rem 0;}
.fjork-faq__question{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:600;}
.fjork-faq__icon{transition:transform .2s ease;}
.fjork-faq__item[open] .fjork-faq__icon{transform:rotate(180deg);}
.fjork-faq__answer{margin-top:.75rem;line-height:1.6;color:#111;}
.fjork-faq__placeholder{color:#777;font-size:.9rem;margin-top:1rem;}