.aside {
  height: fit-content;
  position: sticky;
  top: 0;
  z-index: 100;
}

@media screen and (max-width: 781.98px) {
  .aside.stuck {
    background-image: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
  .aside .sidenav__header {
    padding-inline-end: 2.333rem;
    position: relative;
  }
  .aside.stuck .sidenav__header {
    cursor: pointer;
  }

}

@media screen and (max-width: 781.98px) {
  :dir(rtl) .aside.stuck {
    background-position: 1.333rem 1.333rem;
  }
}

@media screen and (max-width: 781.98px) {
  .aside.stuck .sidenav__header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.333rem;
    height: 1.333rem;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20.0306 9.53062L12.5306 17.0306C12.4609 17.1003 12.3782 17.1557 12.2871 17.1934C12.1961 17.2312 12.0985 17.2506 11.9999 17.2506C11.9014 17.2506 11.8038 17.2312 11.7127 17.1934C11.6217 17.1557 11.539 17.1003 11.4693 17.0306L3.9693 9.53062C3.82857 9.38988 3.74951 9.19901 3.74951 8.99999C3.74951 8.80097 3.82857 8.61009 3.9693 8.46936C4.11003 8.32863 4.30091 8.24957 4.49993 8.24957C4.69895 8.24957 4.88982 8.32863 5.03055 8.46936L11.9999 15.4397L18.9693 8.46936C19.039 8.39968 19.1217 8.34441 19.2128 8.30669C19.3038 8.26898 19.4014 8.24957 19.4999 8.24957C19.5985 8.24957 19.6961 8.26898 19.7871 8.30669C19.8781 8.34441 19.9609 8.39968 20.0306 8.46936C20.1002 8.53905 20.1555 8.62177 20.1932 8.71282C20.2309 8.80386 20.2503 8.90144 20.2503 8.99999C20.2503 9.09854 20.2309 9.19612 20.1932 9.28716C20.1555 9.37821 20.1002 9.46093 20.0306 9.53062Z' fill='black'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20.0306 9.53062L12.5306 17.0306C12.4609 17.1003 12.3782 17.1557 12.2871 17.1934C12.1961 17.2312 12.0985 17.2506 11.9999 17.2506C11.9014 17.2506 11.8038 17.2312 11.7127 17.1934C11.6217 17.1557 11.539 17.1003 11.4693 17.0306L3.9693 9.53062C3.82857 9.38988 3.74951 9.19901 3.74951 8.99999C3.74951 8.80097 3.82857 8.61009 3.9693 8.46936C4.11003 8.32863 4.30091 8.24957 4.49993 8.24957C4.69895 8.24957 4.88982 8.32863 5.03055 8.46936L11.9999 15.4397L18.9693 8.46936C19.039 8.39968 19.1217 8.34441 19.2128 8.30669C19.3038 8.26898 19.4014 8.24957 19.4999 8.24957C19.5985 8.24957 19.6961 8.26898 19.7871 8.30669C19.8781 8.34441 19.9609 8.39968 20.0306 8.46936C20.1002 8.53905 20.1555 8.62177 20.1932 8.71282C20.2309 8.80386 20.2503 8.90144 20.2503 8.99999C20.2503 9.09854 20.2309 9.19612 20.1932 9.28716C20.1555 9.37821 20.1002 9.46093 20.0306 9.53062Z' fill='black'/></svg>");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    transition: transform 0.2s ease;
  }

  .aside.stuck .sidenav__header[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 781.98px) {
  :dir(rtl) .aside.stuck .sidenav__header::after {
    right: auto;
    left: 0;
  }
}

.aside .sidenav__nav {
  overflow: hidden;
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.25s ease, opacity 0.2s ease;
}

.aside .sidenav__nav.is-collapsed {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin: 0;
  padding: 0;
}


.sidenav a {
  text-decoration: none;
  color: currentColor;
}


.sidenav .sidenav__header {
  margin: 0;
  padding-top: 0
}

.sidenav__header + .sidenav__nav {
  margin-top: 2rem;
}

.sidenav__nav.is-collapsed {
  margin-top: 0;
}


.sidenav .wp-block-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidenav .wp-block-page-list li {
  margin: 0;
  padding: 0.25rem 0;
}
.sidenav .wp-block-page-list .children {
  /*margin-left: 1.5rem;
  margin-top: 0.5rem;*/
}
.sidenav a {
  transition: opacity 0.3s ease;
}
.sidenav a:hover {
  opacity: 0.5;
}
.sidenav .current-menu-item > a {
  font-weight: 900;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.4rem;
}

.sidenav .current-menu-item > a::before {
  content: "";
  margin-top: 4px;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20.7806 12.5306L14.0306 19.2806C13.8899 19.4213 13.699 19.5004 13.5 19.5004C13.301 19.5004 13.1101 19.4213 12.9694 19.2806C12.8286 19.1399 12.7496 18.949 12.7496 18.75C12.7496 18.551 12.8286 18.3601 12.9694 18.2194L18.4397 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H18.4397L12.9694 5.78061C12.8286 5.63988 12.7496 5.44901 12.7496 5.24999C12.7496 5.05097 12.8286 4.8601 12.9694 4.71936C13.1101 4.57863 13.301 4.49957 13.5 4.49957C13.699 4.49957 13.8899 4.57863 14.0306 4.71936L20.7806 11.4694C20.8504 11.539 20.9057 11.6217 20.9434 11.7128C20.9812 11.8038 21.0006 11.9014 21.0006 12C21.0006 12.0986 20.9812 12.1961 20.9434 12.2872C20.9057 12.3782 20.8504 12.461 20.7806 12.5306Z' fill='black'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20.7806 12.5306L14.0306 19.2806C13.8899 19.4213 13.699 19.5004 13.5 19.5004C13.301 19.5004 13.1101 19.4213 12.9694 19.2806C12.8286 19.1399 12.7496 18.949 12.7496 18.75C12.7496 18.551 12.8286 18.3601 12.9694 18.2194L18.4397 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H18.4397L12.9694 5.78061C12.8286 5.63988 12.7496 5.44901 12.7496 5.24999C12.7496 5.05097 12.8286 4.8601 12.9694 4.71936C13.1101 4.57863 13.301 4.49957 13.5 4.49957C13.699 4.49957 13.8899 4.57863 14.0306 4.71936L20.7806 11.4694C20.8504 11.539 20.9057 11.6217 20.9434 11.7128C20.9812 11.8038 21.0006 11.9014 21.0006 12C21.0006 12.0986 20.9812 12.1961 20.9434 12.2872C20.9057 12.3782 20.8504 12.461 20.7806 12.5306Z' fill='black'/></svg>");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

/* RTL Support */
:dir(rtl) .sidenav .current-menu-item > a::before {
    transform: scaleX(-1);
}

@media screen and (max-width: 782px) {
  .sidenav .current-menu-item > a::before {
    margin-top: 2px;
  }
}
/*
@media screen and (max-width: 782px) {
  .sidenav .wp-block-page-list {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
  }

  .sidenav .wp-block-page-list > li {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .sidenav .wp-block-page-list .wp-block-page-list {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
  }

  .sidenav .parent-menu-item {
    display: flex;
    padding: 0;
  }

  .sidenav a {
    border: 1px solid currentColor;
    border-radius: 3px;
    padding: 0.2rem 0.4rem;
    display: inline-block;
    margin-block: auto;
  }
}*/
