.expandable-section{font-family:var(--font-family);margin:var(--outer-margin) auto;width:100%}.expandable-section details{display:block;margin:0;width:100%}.expandable-section.alignment-left{text-align:left}.expandable-section.alignment-center{margin:var(--outer-margin) auto;max-width:800px;text-align:center}.expandable-section.alignment-right{margin-left:auto;margin-right:0;text-align:right}.expandable-section.alignment-full{margin:var(--outer-margin) auto;max-width:100%;width:100%}.expandable-header{background:var(--header-bg);box-sizing:border-box;color:var(--header-color);cursor:pointer;display:block;font-size:var(--font-size);font-weight:700;max-width:100%;padding:var(--inner-padding);position:relative;text-align:inherit;width:100%}.expandable-header::-webkit-details-marker{display:none}.expandable-section details[open] .expandable-header{filter:brightness(.95)}.expandable-header:after{content:"+";font-size:calc(var(--font-size) + 2px);font-weight:700;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.expandable-section details[open] .expandable-header:after{content:"–"}.expandable-panel{background:var(--body-bg);border:1px solid var(--header-bg);border-top:none;box-sizing:border-box;color:var(--body-color);display:block;max-width:100%;padding:var(--inner-padding);text-align:inherit;width:100%}@media (max-width:768px){.expandable-header,.expandable-panel{border-radius:0;margin:0!important;max-width:100%!important;width:100%!important}}