section.expanders{margin-bottom:1em}
div.expander-root input[type="checkbox"]{display:none}
div.expander-root label.expander-header{padding:0;cursor:pointer;display:block;margin-bottom:4px}
div.expander-root label.expander-header h3{font-size:16px;font-weight:bold;line-height:22px;display:inline-block;width:calc(100% - 34px);margin-top:14px;margin-bottom:10px}
div.expander-root label.expander-header .toggle-icon{width:27px;height:27px;float:right}
div.expander-root div.expander-content{padding:0;height:0;transition:height 250ms;border-bottom:1px solid rgba(68,68,68,0.4);overflow:hidden}
div.expander-root input[type="checkbox"] ~ label.expander-header svg{transition:transform 250ms;position:relative;top:12px}
div.expander-root input[type="checkbox"]:checked ~ label.expander-header svg{transform:rotate(-180deg)}