/* Minimal shell CSS for behaviour that the source achieves through meanmenu JS.
   Values follow the source design system (Sora, #0d1b2a, #e5e7eb). */
.offcanvas-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.offcanvas-menu-list li {
  border-bottom: 1px solid #e5e7eb;
}
.offcanvas-menu-list li a {
  display: block;
  padding: 12px 0;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #0d1b2a;
}
.offcanvas-menu-list li a:hover {
  color: #28e3ee;
}
.offcanvas__overlay.overlay-open {
  opacity: 1;
  visibility: visible;
  z-index: 900;
}
body.offcanvas-opened {
  overflow: hidden;
}
