/* Reserve the strip's measured height inside the theme's scrolling content. */
.falcon-header-shell {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
}

#smooth-content {
  padding-top: var(--falcon-header-topbar-height, 45px);
}

.falcon-header-shell > #header-sticky:not(.header-sticky) {
  top: 100%;
}

.falcon-header-topbar {
  color: #214c67;
  background: #eef9fc;
  border-bottom: 1px solid #d8edf4;
  font-size: 14px;
  line-height: 1.4;
}

.falcon-header-topbar .falcon-header-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  min-height: 44px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.falcon-header-topbar__contacts,
.falcon-header-topbar__locations,
.falcon-header-topbar__contacts a,
.falcon-header-topbar__label {
  display: flex;
  align-items: center;
}

.falcon-header-topbar__contacts {
  flex-wrap: wrap;
  gap: 4px 30px;
}

.falcon-header-topbar__contacts a {
  gap: 8px;
  min-height: 28px;
  color: inherit;
  white-space: nowrap;
}

.falcon-header-topbar__contacts a:hover {
  color: #09145e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.falcon-header-topbar__contacts a:focus-visible {
  outline: 2px solid #09145e;
  outline-offset: 3px;
  border-radius: 3px;
}

.falcon-header-topbar svg {
  flex: 0 0 auto;
}

.falcon-header-topbar__locations {
  gap: 12px;
  white-space: nowrap;
}

.falcon-header-topbar__label {
  gap: 8px;
  margin-right: 8px;
}

.falcon-header-topbar__badge {
  padding: 4px 13px;
  border: 1px solid #cce5ee;
  border-radius: 999px;
  background: rgba(255, 255, 255, .65);
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .falcon-header-topbar .falcon-header-topbar__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 20px;
  }

  .falcon-header-topbar__contacts {
    justify-content: center;
    gap: 4px 16px;
  }
}

@media (max-width: 767.98px) {
  .falcon-header-topbar {
    font-size: 12px;
  }

  .falcon-header-topbar .falcon-header-topbar__inner {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .falcon-header-topbar__contacts {
    column-gap: 14px;
  }

  .falcon-header-topbar__contacts a {
    gap: 5px;
    min-height: 24px;
  }

  .falcon-header-topbar svg {
    width: 14px;
    height: 14px;
  }

  .falcon-header-topbar__locations {
    gap: 8px;
  }

  .falcon-header-topbar__label {
    gap: 5px;
    margin-right: 2px;
  }

  .falcon-header-topbar__badge {
    padding: 3px 10px;
    font-size: 11px;
  }
}
