aside.sidebar-widget{box-sizing:border-box;background-color:#131314;flex-direction:column;gap:2em;width:20em;padding:1.3em 0;display:flex}aside.sidebar-widget>section{flex-direction:column;gap:1em;display:flex}aside.sidebar-widget>section>div.sidebar-buttons{flex-direction:column;justify-content:center;gap:.8em;padding:0 1.3em;display:flex}div.sidebar-section-title{color:var(--white);justify-content:flex-start;align-items:center;gap:.5em;font-size:1.5em;display:flex}div.sidebar-section-title:before,div.sidebar-section-title:after{content:"";background-color:var(--white);flex:1;height:4px}div.sidebar-section-title .title-icon{object-fit:contain;flex-shrink:0;width:1em;height:1em;margin-bottom:.2em}div.sidebar-section-title h1{text-align:center;white-space:nowrap;flex-shrink:0;margin:0}div.sidebar-section-title[data-color=white]{color:var(--white)}div.sidebar-section-title[data-color=white]:before,div.sidebar-section-title[data-color=white]:after{background-color:var(--white)}div.sidebar-section-title[data-color=gold]{color:var(--gold)}div.sidebar-section-title[data-color=gold]:before,div.sidebar-section-title[data-color=gold]:after{background-color:var(--gold)}div.sidebar-section-title[data-color=primary]{color:var(--primary)}div.sidebar-section-title[data-color=primary]:before,div.sidebar-section-title[data-color=primary]:after{background-color:var(--primary)}div.sidebar-layout{align-items:flex-start;gap:3em;margin:5em 10em;display:flex}
