.burger-menu-preview__links-list>*{padding:var(--vp-semantic-spacing-xs) 0}.custom-link{display:flex;flex-direction:column;align-items:flex-start;padding-top:var(--vp-semantic-spacing-2xl)}.custom-link span{font-family:var(--vp-typography-title-s-font-family);font-size:var(--vp-typography-title-s-font-size);font-variation-settings:var(--vp-typography-title-s-font-variation-settings);font-weight:var(--vp-typography-title-s-font-weight);line-height:var(--vp-typography-title-s-line-height);-webkit-text-decoration:var(--vp-typography-title-s-text-decoration);text-decoration:var(--vp-typography-title-s-text-decoration);text-transform:var(--vp-typography-title-s-text-transform);letter-spacing:var(--vp-typography-title-s-letter-spacing);-webkit-font-smoothing:var(--vp-typography-title-s-webkit-font-smoothing);width:100%}.custom-link>a{display:flex;align-items:center;width:100%;padding:var(--vp-semantic-spacing-s) 0}.custom-link>a:focus-visible{color:var(--vp-semantic-color-content-brand);box-shadow:var(--vp-semantic-box-shadow-focus)}.burger-menu-header-sticky{position:sticky;top:0;z-index:1}.actions-menu{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.actions-menu__list{display:flex;flex-wrap:nowrap}@keyframes slide-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}