/* Del Monaco LIVE V181 — narrow hotfix only.
   1) Keep all primary header items, including PRODUCTS, exactly the same size.
   2) Do not alter logo, sticky header, CTA or the accepted page design. */

.dm181-site-header .dm181-primary-nav-item {
  font-family: inherit !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .025em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

/* PRODUCTS can be a dropdown button instead of a normal anchor. Force it to
   inherit the exact same metrics as the other primary navigation items. */
.dm181-site-header button.dm181-primary-nav-item,
.dm181-site-header a.dm181-primary-nav-item {
  appearance: none !important;
  -webkit-appearance: none !important;
  color: inherit !important;
}

/* Never resize or restyle the accepted inquiry CTA. */
.dm181-site-header .dm181-header-cta {
  font-size: inherit !important;
}

/* Defensive hide class used by the runtime cleanup. */
.dm181-force-remove {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .dm181-site-header .dm181-primary-nav-item {
    font-size: 14px !important;
    letter-spacing: .018em !important;
  }
}

@media (max-width: 900px) {
  /* Mobile menu remains responsive; all visible items still match each other. */
  .dm181-site-header .dm181-primary-nav-item {
    font-size: 15px !important;
    line-height: 1.25 !important;
  }
}
