
/* v3.7.238: UI fixes building on v3.7.236 header icons + v3.7.233 dark mode.
   v3.7.247 NOTE: Fix 3 (.hero-cta-secondary dark-mode lavender override)
   removed — absorbed into design system. */

/* 1. Right-align icon strip in header */
.wtpp-header-icons {
  margin-left: auto;
  flex-shrink: 0;
}

/* 2. Header dark-mode overlay — override the cream gradient with dark */
html[data-theme="dark"] .site-header-main::before {
  background: linear-gradient(180deg, var(--glass-surface) 0%, var(--glass-surface) 100%) !important;
}

/* 4. Popover viewport awareness (transform-aware) */
.wtpp-header-popover {
  max-width: min(320px, calc(100vw - 32px));
}
