/* css/components/editor-content.css */
.editor-content{font:var(--text-paragraph);color:var(--color-black)}.editor-content>:first-child{margin-top:0}.editor-content>:last-child{margin-bottom:0}.editor-content h2{font:var(--text-h2);margin:var(--space-40) 0 var(--space-20)}.editor-content h3,.editor-content h4{font:var(--text-h3);margin:var(--space-30) 0 var(--space-16);line-height:1.4}.editor-content h5,.editor-content h6{font:var(--text-option);margin:var(--space-30) 0 var(--space-16)}.editor-content p{font:var(--text-paragraph);margin:0 0 var(--space-16)}.editor-content ul,.editor-content ol{margin:0 0 var(--space-20);padding-left:22.5px}.editor-content ul{list-style:outside}.editor-content ol{list-style:decimal}.editor-content li{font:var(--text-paragraph);margin-bottom:var(--space-16)}.editor-content li:last-child{margin-bottom:0}.editor-content li>ul,.editor-content li>ol{margin:var(--space-10) 0 0}.editor-content a{color:var(--color-blue)}.editor-content strong,.editor-content b{font-weight:600}.editor-content blockquote{margin:0 0 var(--space-20);padding:var(--space-20) var(--space-30);background:var(--color-gray-light);border-radius:var(--radius-10)}.editor-content hr{margin:var(--space-30) 0;border:none;border-top:1px solid var(--color-gray-light)}.editor-content img{border-radius:var(--radius-10);max-width:100%;height:auto;margin:var(--space-20) 0;display:block}.editor-content table{border-collapse:collapse;width:100%;margin:0 0 var(--space-20)}.editor-content th,.editor-content td{padding:var(--space-10) var(--space-10) var(--space-10) 0;text-align:left;vertical-align:top;font:var(--text-paragraph);border-top:1px solid #0000001a}.editor-content th{font:var(--text-h3);line-height:1.4}.editor-content .editor-content__table-scroll{overflow-x:auto}
/* css/pages/faq.css */
.faq__section{max-width:var(--container-wide);padding-inline:var(--space-20);margin-inline:auto;margin-top:var(--space-40)}@media (width>=1200px){.faq__section{margin-top:var(--space-60);padding-inline:0}}.faq__title{font:var(--text-h1-mobile);margin-bottom:var(--space-30)}@media (width>=1200px){.faq__title{font:var(--text-h1);margin-bottom:var(--space-60)}}.faq__row{gap:var(--space-40);flex-direction:column;display:flex}@media (width>=1200px){.faq__row{align-items:flex-start;gap:var(--space-20);flex-direction:row}}.faq__toc-list{gap:var(--space-20);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.faq__toc-link{font:var(--text-paragraph);color:var(--color-blue);text-decoration:none}@media (width>=1200px){.faq__toc{flex:0 0 335px}}.faq__cards{gap:var(--space-10);flex-direction:column;display:flex}@media (width>=1200px){.faq__cards{flex:1}}.faq__card{gap:var(--space-20);background:var(--color-gray-light);border-radius:var(--radius-10);padding:var(--space-30);flex-direction:column;display:flex}.faq__question{font:var(--text-h3)}.faq__card .faq__answer p{font:var(--text-paragraph);margin-bottom:var(--space-10)}.faq__card .faq__answer p:last-child{margin-bottom:0}
