.zr-resource-menu .w-dropdown-list {
  min-width: 210px;
}

.zr-resource-menu .nav-dropdown-link {
  white-space: nowrap;
}

.zr-main-menu-links {
  column-gap: 18px;
  row-gap: 18px;
}

.navbar .image-389 {
  width: 120px;
  height: auto !important;
  object-fit: contain;
}

[data-zr-resource-toggle] {
  cursor: pointer;
}

[data-zr-resource-toggle]:focus-visible {
  outline: 3px solid #e09900;
  outline-offset: 4px;
}

[data-zr-resource-panel] {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

[data-zr-resource-panel].open {
  max-height: 260px;
}

@media (min-width: 992px) {
  .zr-mobile-resource-menu {
    display: none;
  }
}
