

/* Stable Contact Support CTA: white pill, dimensions matched to Store capsule. */
.whb-header .wd-button-wrapper .btn[href*="submit-a-ticket"],
.whb-header .wd-button-wrapper .btn[href*="contact"] {
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:28px !important;
  height:28px !important;
  padding:0 13px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.96) !important;
  background:#fff !important;
  background-color:#fff !important;
  color:#2b1238 !important;
  font-family:var(--fs-ui-font) !important;
  font-size:15px !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:.01em !important;
  text-transform:none !important;
  text-shadow:none !important;
  box-shadow:0 10px 28px rgba(0,0,0,.16) !important;
  overflow:hidden !important;
}
.whb-header .wd-button-wrapper .btn[href*="submit-a-ticket"]::before,
.whb-header .wd-button-wrapper .btn[href*="contact"]::before {
  display:none !important;
  content:none !important;
}
.whb-header .wd-button-wrapper .btn[href*="submit-a-ticket"]:hover,
.whb-header .wd-button-wrapper .btn[href*="contact"]:hover {
  background:#f8f0fc !important;
  background-color:#f8f0fc !important;
  border-color:#fff !important;
  color:#2b1238 !important;
  transform:translateY(-1px) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.20) !important;
}

