.wp-block-yoast-faq-block{max-width:100%;margin:1rem 0;display:flex;flex-direction:column;gap:1rem}.schema-faq-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;transition:.3s;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.schema-faq-question{margin:0!important;padding:1rem;font-size:15px;font-weight:600;color:#1f2937;cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none}.schema-faq-question::after{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234B5563'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;transition:transform .3s}.schema-faq-section.is-open .schema-faq-question::after{transform:rotate(180deg)}.schema-faq-answer{max-height:0;overflow:hidden;margin:0!important;padding:0!important;transition:max-height .3s ease-in-out}.schema-faq-answer-inner{padding:1rem;color:#4b5563;line-height:1.6;border-top:1px solid #e5e7eb}.schema-faq-answer-inner a,.schema-faq-answer-inner a strong,.schema-faq-answer-inner strong a{color:#b45309;font-weight:600}.schema-faq-answer-inner a:hover{color: #012d1d;text-decoration: underline;}