/* 260616-j3a — Stack US phone above SE phone in header support center */

/* The two phone divs sit in a flex column — tighten the gap and line-height */
.header-support-center__content {
  gap: 2px;
  /* 260616-ndt: bumped from 6px → 14px so the US number's ascenders clear
     the header container's top edge with comfortable headroom. */
  padding-top: 14px;
}

.header-support-center__phone,
.header-support-center__phone--us {
  line-height: 1.1 !important;
}

/* Ensure the phone block and its fixed-height ancestors don't clip the stacked numbers. */
.header-support-center,
.header-main {
  overflow: visible !important;
}

/* Match parent font-size + black color (quick-9 already applies to .header-support-center__phone a; explicitly cover the --us modifier too) */
.header-support-center__phone--us a,
.header-support-center__phone--us a:visited,
.header-support-center__phone--us a:hover {
  color: #000000 !important;
  font-size: 1.75rem;
  white-space: nowrap;
}

/* The 'Support Center' caption now duplicates info that two phone numbers already convey — hide it to keep the block compact and avoid pushing into the cart icon */
.header-support-center__text {
  display: none !important;
}
