:root {
  --wbl-contact-height: 42px;
  --wbl-contact-lime: #efff3f;
  --wbl-contact-cyan: #efff3f;
  --wbl-contact-deep: #101827;
  --wbl-contact-focus: #111111;
}

body:has(.wbl-shell) {
  padding-top: var(--wbl-contact-height) !important;
}

.wbl-contact-strip {
  position: fixed !important;
  inset: 0 0 auto 0;
  z-index: 100050 !important;
  min-height: var(--wbl-contact-height);
  background: var(--wbl-contact-deep) !important;
  border-bottom: 3px solid #e88324 !important;
  box-shadow: 0 8px 22px rgba(8, 16, 29, .22);
}

.wbl-contact-strip-inner {
  min-height: var(--wbl-contact-height) !important;
  flex-wrap: nowrap !important;
  white-space: nowrap;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.wbl-contact-strip-inner::-webkit-scrollbar {
  display: none;
}

.wbl-shell a.wbl-contact-highlight,
.wbl-shell a[href^="mailto:sales@allottech.com"],
.wbl-shell a[href="tel:+18182620958"],
.wbl-shell a[href="tel:+8618662131120"] {
  border: 2px solid rgba(16, 24, 39, .82) !important;
  border-radius: 5px !important;
  color: #07111f !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  padding: 4px 8px !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px !important;
  overflow-wrap: anywhere;
  direction: ltr;
  unicode-bidi: isolate;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .22), 0 5px 14px rgba(7, 17, 31, .14) !important;
}

.wbl-shell a.wbl-contact-highlight--email,
.wbl-shell a[href^="mailto:sales@allottech.com"] {
  background: var(--wbl-contact-lime) !important;
}

.wbl-shell .wbl-contact-number {
  display: inline-block;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  white-space: nowrap;
}

.wbl-shell a.wbl-contact-highlight--phone,
.wbl-shell a[href="tel:+18182620958"],
.wbl-shell a[href="tel:+8618662131120"] {
  background: var(--wbl-contact-cyan) !important;
}

.wbl-shell a.wbl-contact-highlight:hover,
.wbl-shell a[href^="mailto:sales@allottech.com"]:hover,
.wbl-shell a[href="tel:+18182620958"]:hover,
.wbl-shell a[href="tel:+8618662131120"]:hover {
  filter: saturate(1.18) brightness(.96);
  transform: translateY(-1px);
}

.wbl-shell a.wbl-contact-highlight:focus-visible,
.wbl-shell a[href^="mailto:sales@allottech.com"]:focus-visible,
.wbl-shell a[href="tel:+18182620958"]:focus-visible,
.wbl-shell a[href="tel:+8618662131120"]:focus-visible {
  outline: 4px solid var(--wbl-contact-focus) !important;
  outline-offset: 3px !important;
}

.wbl-contact-strip a.wbl-contact-highlight {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 28px;
  margin: 4px 3px;
  white-space: nowrap;
}

.wbl-header {
  top: var(--wbl-contact-height) !important;
}

.wbl-shell > .wbl-header + .wbl-hero {
  margin-top: 0 !important;
}

.wbl-mainbar {
  max-height: 96px;
  overflow: visible;
  opacity: 1;
  transform: translateY(0);
  transition: max-height .24s ease, opacity .18s ease, transform .24s ease;
}

body.wbl-nav-hidden .wbl-mainbar {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

body.wbl-nav-hidden .wbl-header {
  box-shadow: none;
}

body.admin-bar .wbl-contact-strip {
  top: 32px !important;
}

body.admin-bar .wbl-header {
  top: calc(32px + var(--wbl-contact-height)) !important;
  margin-bottom: 0 !important;
}

.wbl-contact-bridge {
  width: 100%;
  background: #f3f9f8;
  border-top: 1px solid #c9dbd8;
  border-bottom: 5px solid #e88324;
  padding: 28px 0;
  font-size: 16px;
  line-height: 1.5;
}

.wbl-contact-bridge-inner {
  display: grid;
  grid-template-columns: minmax(170px, .65fr) minmax(0, 2.35fr) 190px;
  align-items: center;
  gap: 16px;
}

.wbl-contact-bridge-title {
  color: #101827;
  font-size: 20px;
  line-height: 1.2;
}

.wbl-contact-surface-links {
  display: flex;
  align-items: stretch;
  gap: 10px;
  min-width: 0;
  margin: 0;
  font-style: normal;
}

.wbl-contact-surface-links a {
  display: grid;
  flex: 1 1 0;
  gap: 2px;
  min-width: 0;
  padding: 11px 14px;
  border: 2px solid #101827 !important;
  border-left: 6px solid #e88324 !important;
  color: #07111f !important;
  text-decoration: none !important;
}

.wbl-contact-surface-links a span {
  color: #26374d;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.wbl-contact-surface-links a strong {
  font-size: 16px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.wbl-contact-surface-links .wbl-contact-email strong {
  color: #07111f;
}

.wbl-contact-surface-links .wbl-contact-phone strong {
  color: #07111f;
}

.wbl-contact-bridge-action {
  display: inline-flex;
  min-width: 190px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: #e88324;
  color: #fff !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none !important;
}

.wbl-footer-contact-repeat {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 2.2fr);
  gap: 26px;
  align-items: center;
  margin-bottom: 38px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(253, 237, 216, .22);
}

.wbl-footer-contact-repeat-copy {
  display: grid;
  gap: 5px;
}

.wbl-footer-contact-repeat-copy span {
  color: #f5a04b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wbl-footer-contact-repeat-copy strong {
  color: #fff;
  font-size: 21px;
  line-height: 1.25;
}

.wbl-footer .wbl-contact-surface-links a {
  margin: 0 !important;
  border-color: #07111f !important;
}

.wbl-footer-grid > div:nth-child(2) a[href^="mailto:"] {
  color: #07111f !important;
  font-weight: 900;
}

.wbl-footer-grid > div:nth-child(2) a[href^="tel:"] {
  color: #07111f !important;
  font-weight: 900;
}

.wbl-form-status a.wbl-contact-highlight {
  display: inline-flex;
  margin: 4px 2px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .wbl-contact-strip {
    top: 46px !important;
  }

  body.admin-bar .wbl-header {
    top: calc(46px + var(--wbl-contact-height)) !important;
  }
}

@media (max-width: 1120px) {
  .wbl-contact-bridge-inner,
  .wbl-footer-contact-repeat {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wbl-contact-bridge-action {
    min-width: 0;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .wbl-contact-strip-inner {
    justify-content: flex-start !important;
    padding-inline: 16px !important;
  }

  .wbl-contact-strip a.wbl-contact-highlight {
    font-size: 12px;
    padding: 3px 6px !important;
  }

  .wbl-contact-surface-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wbl-contact-surface-links a {
    width: 100%;
  }

  .wbl-contact-bridge {
    padding: 24px 0;
  }

  .wbl-contact-bridge-action {
    width: 100%;
  }

  .wbl-footer-contact-repeat-copy strong {
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wbl-mainbar {
    transition: none;
  }
}

/* Respect the user's system palette in forced-colors mode. */
@media (forced-colors: active) {
  .wbl-shell a.wbl-contact-highlight,
  .wbl-shell a[href^="mailto:sales@allottech.com"],
  .wbl-shell a[href="tel:+18182620958"],
  .wbl-shell a[href="tel:+8618662131120"] {
    color: LinkText !important;
    background: Canvas !important;
    border-color: LinkText !important;
    box-shadow: none !important;
  }
  .wbl-shell a.wbl-contact-highlight:focus-visible,
  .wbl-shell a[href^="mailto:sales@allottech.com"]:focus-visible,
  .wbl-shell a[href="tel:+18182620958"]:focus-visible,
  .wbl-shell a[href="tel:+8618662131120"]:focus-visible {
    outline-color: Highlight !important;
  }
}
