.expandable-content{margin-bottom:16px}.expandable-content__expandable-content :last-child,.expandable-content__visible-content :last-child{margin-bottom:0}.expandable-content__expandable{display:none;opacity:0;-webkit-transition-property:display,opacity;-o-transition-property:display,opacity;transition-property:display,opacity;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;transition-behavior:allow-discrete}.expandable-content__toggle-button-wrapper{position:relative;margin-top:16px;padding-bottom:16px}.expandable-content__toggle-button-wrapper::before{content:"";display:block;height:1px;background:var(--background-middle-gray);position:absolute;top:20px;width:100%}.expandable-content__expand-text{display:block}.expandable-content__close-text{display:none}.expandable-content.foldable-section__is-expanded .expandable-content__expandable{display:block;opacity:1}@starting-style{.expandable-content.foldable-section__is-expanded .expandable-content__expandable{opacity:0}}.expandable-content.foldable-section__is-expanded .expandable-content__expand-text{display:none}.expandable-content.foldable-section__is-expanded .expandable-content__close-text{display:block}.expandable-content__toggle-button,.expandable-content__toggle-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.expandable-content__toggle-button{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;margin:0 auto;text-decoration:none;color:var(--font-default)}.expandable-content__toggle-icon{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;background:var(--background-white);border:1px solid var(--font-light-gray);border-radius:100%;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.expandable-content.foldable-section__is-expanded .expandable-content__toggle-icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}