.structure{display:flex;width:100%;flex-direction:column;gap:var(--gap)}.structure>.structure-list{display:grid}.structure-list{display:none;padding-left:unset;border-radius:var(--border-radius-2);margin:0;background:var(--primary-bg-color);grid-template-columns:1fr;list-style:none}.structure-item{display:grid;padding:calc(var(--gap)*2);border-bottom:.5px solid var(--border-color);gap:calc(var(--gap)*2);grid-template-columns:1fr}.structure-item:last-child{border-bottom:0}@media screen and (max-width: 767px){.structure-item{padding:calc(var(--gap)*1.5);gap:calc(var(--gap)*1.5)}}.structure-item__self{display:grid;width:100%;column-gap:var(--gap);grid-template-columns:max-content 1fr}.structure-item__self--current .structure-item__icon,.structure-item__self--current .structure-item__title{color:var(--secondary-color)}.structure-item__self:not(.structure-item__self--current) .structure-item__icon::before{color:var(--label-color);content:"\2014";font-size:1rem;font-weight:500;line-height:1}.structure-item--extended{border-left:4px solid var(--border-light-color)}.structure-item--extended>.structure-list{display:grid}.structure-item--extended>.structure-item__self .structure-item__content{padding-bottom:calc(var(--gap)*2);border-bottom:.5px solid var(--border-color)}@media screen and (max-width: 767px){.structure-item--extended>.structure-item__self .structure-item__content{padding-bottom:calc(var(--gap)*1.5)}}.structure-item__aside{display:flex;grid-column:1;flex-direction:column}.structure-item__icon{display:flex;width:20px;height:20px;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width: 767px){.structure-item__icon{width:16px;height:16px}}.structure-item__icon svg{width:100%;height:100%}.structure-item-toggle{display:flex;min-height:unset;align-items:center;justify-content:center;padding:unset;border:0;border-radius:unset;background:unset}.structure-item-toggle__icon{width:20px;height:20px;color:var(--label-color)}.structure-item-toggle__icon:hover,.structure-item-toggle__icon:focus,.structure-item-toggle__icon:active{color:var(--secondary-color)}@media screen and (max-width: 767px){.structure-item-toggle__icon{width:16px;height:16px}}.structure-item__content{display:flex;flex-direction:column;padding-top:3px;gap:var(--gap);grid-column:2}@media screen and (max-width: 767px){.structure-item__content{padding-top:1.5px}}.structure-item__title{font-size:calc(14/var(--initial-font-multiplier)*1rem);font-weight:500}.structure-item__title a{text-decoration:none}.structure-item__title a:active,.structure-item__title a:hover{color:var(--secondary-color);text-decoration:none}@media screen and (max-width: 767px){.structure-item__title{font-size:calc(12/var(--initial-font-multiplier)*1rem)}}.structure-item .action-bar__badge{height:unset;min-height:24px;white-space:unset}.structure-item .structure-list{gap:calc(var(--gap)*2);grid-column:span 3}@media screen and (max-width: 767px){.structure-item .structure-list{gap:calc(var(--gap)*1.5)}}.structure-item .structure-list .structure-item{padding:unset;border:0}.structure-item .structure-list .structure-item--expanded{border:0}.structure-item .structure-list .structure-item__icon{width:16px;height:16px}@media screen and (max-width: 767px){.structure-item .structure-list .structure-item__icon{width:14px;height:14px}}.structure-item .structure-list .structure-item-toggle__icon{width:16px;height:16px}@media screen and (max-width: 767px){.structure-item .structure-list .structure-item-toggle__icon{width:14px;height:14px}}.structure-item .structure-list .structure-item__content{padding-top:1px}@media screen and (max-width: 767px){.structure-item .structure-list .structure-item__content{padding-top:1px}}.structure-item .structure-list .structure-item__title{font-weight:400}
