.nav-tab {
  padding: 0.6rem 0.75rem;
  font-weight: 500;
}

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

body {
  -webkit-tap-highlight-color: transparent;
}
