
/* Keep desktop dropdowns reachable across their existing visual gap. */
@media (min-width: 821px) {
  .nav-group.has-menu::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 14px;
  }
}
