.editor-content{color:var(--s-text-label-secondary);word-wrap:break-word;text-wrap-style:pretty;font:var(--s-text-paragraph-hint-typRegular-style) var(--s-text-paragraph-hint-typRegular-weight) var(--s-text-paragraph-hint-size) / var(--s-text-paragraph-hint-lh) var(--s-text-paragraph-hint-font),system-ui}.editor-content img{max-width:100%}.editor-content p+p{margin-top:var(--s-gap-textToTextExtra)}.editor-content h1,.editor-content h2{font:var(--s-text-heading-h1-typ-style) var(--s-text-heading-h1-typ-weight) var(--s-text-heading-h1-size) / var(--s-text-heading-h1-lh) var(--s-text-heading-h1-font),system-ui}.editor-content h3{font:var(--s-text-subheading-s2-typ-style) var(--s-text-subheading-s2-typ-weight) var(--s-text-subheading-s2-size) / var(--s-text-subheading-s2-lh) var(--s-text-subheading-s2-font),system-ui}.editor-content ul,.editor-content ol{margin-bottom:var(--s-gap-textToText);margin-left:var(--s-gap-blocks)}.editor-content ul li::marker{color:var(--s-colorTextSpecial-accent)}:global(:where(html.dv)) .editor-content h1,:global(:where(html.dv)) .editor-content h2,:global(:where(html.dv)) .editor-content h3{color:var(--s-text-label-secondary);margin-bottom:var(--s-gap-textToText)}:global(:where(html.dv)) .editor-content h1:not(:first-child),:global(:where(html.dv)) .editor-content h2:not(:first-child),:global(:where(html.dv)) .editor-content h3:not(:first-child){margin-top:var(--s-gap-blocks)}:global(:where(html.mv)) .editor-content h1,:global(:where(html.mv)) .editor-content h2,:global(:where(html.mv)) .editor-content h3{color:var(--s-text-label-secondary);margin-bottom:var(--s-gap-textToText)}:global(:where(html.mv)) .editor-content h1:not(:first-child),:global(:where(html.mv)) .editor-content h2:not(:first-child),:global(:where(html.mv)) .editor-content h3:not(:first-child){margin-top:var(--s-gap-blocks)}.editor-content hr{height:1px;background-color:var(--s-colorBg-stroke);border:none;margin:var(--s-gap-blocks) 0}.editor-content .expandable-section{margin:var(--s-gap-textToBlockExtra) 0;padding:var(--s-padding-blockMain) var(--s-padding-blockExtra);border-radius:var(--s-radius-outer);background-color:var(--s-colorBg-tonned)}html.mv .editor-content .expandable-section{padding:var(--s-padding-blockMain)}.editor-content .expandable-section__title{color:var(--s-text-heading-primary);position:relative;margin:0;padding-right:calc(var(--s-icon-M) + var(--s-gap-elements));cursor:pointer;font:var(--s-text-subheading-s2-typ-style) var(--s-text-subheading-s2-typ-weight) var(--s-text-subheading-s2-size) / var(--s-text-subheading-s2-lh) var(--s-text-subheading-s2-font),system-ui}html.mv .editor-content .expandable-section__title{padding:calc(max(0,var(--s-icon-M) - var(--s-text-paragraph-hint-lh))/2) 0;font:var(--s-text-paragraph-hint-typBold-style) var(--s-text-paragraph-hint-typBold-weight) var(--s-text-paragraph-hint-size) / var(--s-text-paragraph-hint-lh) var(--s-text-paragraph-hint-font),system-ui}.editor-content .expandable-section__title:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill='%23757880' fill-rule='evenodd' d='M4.495 7.352a.714.714 0 0 0 0 1.01l5 5a.714.714 0 0 0 1.01 0l5-5a.714.714 0 1 0-1.01-1.01L10 11.847 5.505 7.352a.714.714 0 0 0-1.01 0Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");display:flex;justify-content:center;align-items:center;width:var(--s-icon-M);height:var(--s-icon-M);transition:transform .2s ease-out;position:absolute;right:0;top:0}.editor-content .expandable-section__content{display:none;margin-top:var(--s-gap-textToText);color:var(--s-text-paragraph-secondary);font:var(--s-text-paragraph-hint-typRegular-style) var(--s-text-paragraph-hint-typRegular-weight) var(--s-text-paragraph-hint-size) / var(--s-text-paragraph-hint-lh) var(--s-text-paragraph-hint-font),system-ui}.editor-content .expandable-section__content>*{margin-top:0}.editor-content .expandable-section[open] .expandable-section__title:after{transform:rotate(180deg)}.editor-content .expandable-section[open] .expandable-section__content{display:block}.editor-content .table-wrapper{margin:var(--s-gap-textToBlockExtra) 0}html.mv .editor-content .table-wrapper{overflow-x:auto;margin:var(--s-gap-textToBlockExtra) calc(-1 * var(--layout-side-padding));padding:0 var(--layout-side-padding);max-width:100vw}.editor-content .table-wrapper__inner{border-radius:var(--s-radius-main);border:1px solid var(--s-colorBg-stroke);width:fit-content;min-width:100%;overflow:hidden}.editor-content table{border-collapse:collapse;border-spacing:0;margin:0;min-width:100%}html.dv .editor-content table[data-fixed-layout]{width:100%;table-layout:fixed}html.mv .editor-content table{width:max-content}.editor-content table th,.editor-content table td{padding:12px calc(var(--s-gap-elementsExtra) / 2);overflow-wrap:anywhere;vertical-align:top}html.mv .editor-content table th,html.mv .editor-content table td{overflow-wrap:break-word;max-width:80vw}.editor-content table th:first-child,.editor-content table td:first-child{padding-left:16px}.editor-content table th:last-child,.editor-content table td:last-child{padding-right:16px}.editor-content table th>*,.editor-content table td>*{margin:0!important}.editor-content table th{background:var(--s-colorBg-tonned);text-align:left}.editor-content table th,.editor-content table td{color:var(--s-text-paragraph-secondary);font:var(--s-text-paragraph-main-typRegular-style) var(--s-text-paragraph-main-typRegular-weight) var(--s-text-paragraph-main-size) / var(--s-text-paragraph-main-lh) var(--s-text-paragraph-main-font),system-ui}:global(:where(html.mv)) .editor-content table th,:global(:where(html.mv)) .editor-content table td{font:var(--s-text-paragraph-hint-typRegular-style) var(--s-text-paragraph-hint-typRegular-weight) var(--s-text-paragraph-hint-size) / var(--s-text-paragraph-hint-lh) var(--s-text-paragraph-hint-font),system-ui}.editor-content table tr:nth-child(odd) td{background:var(--s-colorBg-tonned)}
