.expandable-title{display:flex;align-items:center;justify-content:space-between}.expandable-icon{transition-property:transform;color:var(--color-secondary);height:1rem;width:1rem;margin-right:.5rem}.expandable-container:not(.--mobile-only) .expandable-target{max-height:0;overflow:hidden;transition-property:max-height,height}@media(min-width:1024px){.expandable-container.--mobile-only .expandable-icon{display:none}.expandable-title:not(.disabled){cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}}@media(max-width:1023px){.expandable-container.--mobile-only .expandable-target{max-height:0;overflow:hidden;transition-property:max-height,height}}
