/**
 * FAQリスト - シンプルなコンテナ
 */

 .tok-faq-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.tok-faq-list + .tok-faq-list {
    margin-top: 20px;
}
/* エディタ内での視認性 */
.editor-styles-wrapper .tok-faq-list {
    outline: 1px dashed #e0e0e0;
    padding: 20px;
    min-height: 100px;
}