.dropdown:hover .dropdown-content {
  max-height: calc(100vh - 80px); /* for expanding anim */
  visibility: visible;
  overflow-y: auto;
}

.dropdown:focus-within .dropdown-content {
  max-height: calc(100vh - 80px); /* for expanding anim */
  visibility: visible;
  overflow-y: auto;
}

nav:not(.mobile) .dropdown {
  height: 80px;
}

nav:not(.mobile) .dropdown button {
  line-height: 3;
}

nav.mobile > .dropdown {
  height: 80px;
}

#dropdown-menu {
  line-height: 2.25;
}

#navbar ul {
  padding-left: 1rem;
}

.expand.mobile {
  display: none;
}

header .search-wrapper {
  display: block;
}

.theme-button-wrapper {
  display: none !important;
}

@media screen and (max-width: 50rem) {
  #navbar {
    display: none;
  }

  header nav.mobile {
    display: block;
  }
}

#intro-wrapper .search-wrapper {
  display: none;
}