.nav--link {
  position: relative;
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.nav--link::after {
  position: absolute;
  bottom: -1px;
  left: 0px;
  z-index: 20;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(204 66 0 / var(--tw-bg-opacity));
  padding: 0px;
  --tw-content: "";
  content: var(--tw-content);
}

.menu--link {
  color: rgb(255 83 0 / var(--tw-text-opacity));
  font-size: 13px;
  font-weight: 600;
  --tw-text-opacity: 1;
}

.nav--border {
  border-bottom-width: 1px;
}

.closed {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.text-pri-dark {
  --tw-text-opacity: 1;
  color: rgb(204 66 0 / var(--tw-text-opacity));
}

div#menu-search-suggestion-desktop {
  display: none !important;
}