.self-help-scroll-component{gap:40px;width:100%;display:flex}.self-help-scroll-component__sidebar{gap:var(--space-xs);flex-direction:column;flex-shrink:0;width:280px;height:fit-content;display:flex;position:sticky;top:120px}.self-help-scroll-component__link{text-decoration:none}.self-help-scroll-component__btn{gap:var(--space-md);text-align:left;cursor:pointer;border-radius:var(--radius-md);font-family:Poppins,sans-serif;font-size:var(--p);background:0 0;border:none;justify-content:flex-start;align-items:center;width:100%;padding:10px;display:flex}.self-help-scroll-component__btn.active{background:var(--primary-10);color:var(--primary-100)}.self-help-scroll-component__content{flex-direction:column;flex:1;gap:80px;min-width:0;display:flex}.self-help-scroll-component__section{scroll-margin-top:120px}.self-help-mobile-select-wrapper{width:100%;margin-bottom:var(--space-lg);display:none}.self-help-mobile-select{width:100%;padding:var(--space-sm) var(--space-md);border:1px solid var(--primary-25);border-radius:var(--radius-md);background-color:var(--white);color:var(--black);font-family:Poppins,sans-serif;font-size:var(--p);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230b92cd' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-md) center;cursor:pointer}@media (max-width:768px){.self-help-scroll-component{flex-direction:column;gap:0}.self-help-scroll-component__sidebar{display:none}.self-help-mobile-select-wrapper{display:block}.self-help-scroll-component__content{gap:var(--space-xxl)}}
