/* Shared contact strip and room for the Home menu item. */
#pcp-site-header .pcp-nav-products > .pcp-menu-trigger::after,
#pcp-site-header .pcp-nav-styles > .pcp-menu-trigger::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  margin-left: 3px;
  pointer-events: none;
}
#pcp-site-header .pcp-header-contact-bar { background: #fff; border-bottom: 1px solid #dce8e5; }
#pcp-site-header .pcp-header-contact-shell { width: min(1500px, calc(100% - 48px)); margin-inline: auto; display: flex; justify-content: flex-end; align-items: center; gap: 28px; min-height: 44px; }
#pcp-site-header .pcp-header-contact-shell a { display: inline-flex; align-items: center; gap: 8px; color: #146b66; font: 700 17px/1.4 Arial, sans-serif; min-height: 44px; text-decoration: none; white-space: nowrap; }
#pcp-site-header .pcp-header-contact-shell a:hover { color: #102e32; text-decoration: underline; }
#pcp-site-header .pcp-header-contact-shell a:focus-visible { outline: 2px solid #176b67; outline-offset: 2px; }
#pcp-site-header .pcp-header-contact-shell svg { display: block; width: 21px; height: 21px; flex: 0 0 21px; fill: currentColor; }
@media (min-width: 1024px) and (max-width: 1399px) {
  #pcp-site-header .pcp-header-shell { gap: 20px; }
  #pcp-site-header .pcp-primary-menu { gap: 4px; }
  #pcp-site-header .pcp-menu-link { padding-inline: 8px; font-size: 13px; gap: 6px; }
  #pcp-site-header .pcp-header-cta .pcp-menu-link { padding-inline: 18px; font-size: 13px; }
  #pcp-site-header .pcp-get-proof .pcp-menu-link { padding-left: 25px; }
}
@media (max-width: 1023px) {
  #pcp-site-header .pcp-header-contact-shell { width: calc(100% - 28px); justify-content: center; gap: 18px; }
  #pcp-site-header .pcp-primary-navigation { max-height: calc(100dvh - 140px); }
  .admin-bar #pcp-site-header .pcp-primary-navigation { max-height: calc(100dvh - 186px); }
}
@media (max-width: 560px) {
  #pcp-site-header .pcp-header-contact-shell { width: calc(100% - 24px); gap: 0; flex-direction: column; padding-block: 4px; }
  #pcp-site-header .pcp-header-contact-shell a { font-size: 16px; gap: 8px; min-height: 32px; }
  #pcp-site-header .pcp-header-contact-shell svg { width: 20px; height: 20px; flex-basis: 20px; }
  #pcp-site-header .pcp-primary-navigation { max-height: calc(100dvh - 158px); }
  .admin-bar #pcp-site-header .pcp-primary-navigation { max-height: calc(100dvh - 204px); }
}
