/**
 * Visual and accessibility refinements added after the second handoff review.
 */
.nytte-preview-only {
  display: none;
}

.nytte-desktop-nav > a,
.nytte-mega > summary,
.nytte-account-link {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}

.nytte-mega__panel {
  border-width: 1.5px;
  border-radius: 24px;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr);
  padding: 28px;
  width: min(760px, calc(100vw - 48px));
  z-index: 90;
}

.nytte-mega__eyebrow {
  color: #4a5844;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  margin: 0;
  text-transform: uppercase;
}

.nytte-mega__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nytte-mega__panel .nytte-mega-card {
  align-items: center;
  border-width: 1.5px;
  border-radius: 16px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 72px;
  padding: 10px 12px;
}

.nytte-mega-card__icon {
  align-items: center;
  background: var(--nytte-pale);
  border-radius: 12px;
  color: var(--nytte-forest);
  display: inline-flex;
  font-family: var(--wp--preset--font-family--display);
  font-size: 1rem;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.nytte-mega-card strong,
.nytte-mega-card small {
  display: block;
}

.nytte-mega-card strong {
  color: var(--nytte-forest);
  font-size: 1rem;
}

.nytte-mega-card small {
  color: #4a5844;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 2px;
}

.nytte-mega__panel .nytte-mega__all {
  border: 0;
  color: var(--nytte-leaf);
  font-size: 0.9375rem;
  min-height: 44px;
  padding: 10px 0 0;
}

.nytte-mega__panel .nytte-mega__all:hover {
  background: transparent;
  text-decoration: underline;
}

.nytte-mobile-search input {
  background: var(--nytte-white);
  border: 1.5px solid var(--nytte-border);
  border-radius: 12px;
  color: var(--nytte-ink);
  font: inherit;
  font-size: 1rem;
  min-height: 46px;
  padding: 0.7rem 0.8rem;
  width: 100%;
}

.nytte-mobile-nav summary,
.nytte-mobile-nav__panel a {
  align-items: center;
  display: flex;
  min-height: 46px;
}

.nytte-pest-chip {
  min-height: 44px;
}

.nytte-button {
  align-items: center;
  box-sizing: border-box;
}

.nytte-product-card__summary,
.nytte-pest-card > span:last-child,
.nytte-guide-card__body > span:last-child,
.nytte-review-grid figcaption,
.nytte-pest-result [data-pest-description] {
  color: #4a5844;
}

.nytte-product-card h3 {
  font-size: 1.0625rem;
}

@media (max-width: 1080px) {
  .nytte-mega__panel {
    width: min(680px, calc(100vw - 32px));
  }
}

@media (max-width: 860px) {
  .nytte-mega__panel {
    display: none;
  }
}

@media (max-width: 680px) {
  .nytte-topbar {
    line-height: 1.45;
    padding-block: 0.65rem;
  }

  .nytte-mobile-nav__panel {
    gap: 0.35rem;
    padding: 0.85rem;
  }

  .nytte-pest-card > span:last-child,
  .nytte-product-card__summary,
  .nytte-guide-card__body > span:last-child,
  .nytte-review-grid figcaption {
    font-size: 0.8125rem;
  }
}
body.nytte-suppress-topbar .nytte-topbar {
  display: none;
}
