.ho-topbars-stack {
  width: 100%;
  position: relative;
  z-index: 1001;
}

.ho-topbar--module {
  background: var(--ho-topbar-bg, #d8d8d9);
  color: var(--ho-topbar-text, #979898);
  font-size: var(--ho-topbar-size, 12px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ho-topbar--module .ho-topbar__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0.35rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.ho-topbar--module .ho-topbar__message {
  text-align: center;
}

.ho-topbar--module .ho-topbar__message b,
.ho-topbar--module .ho-topbar__message strong {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.ho-topbar--module .ho-topbar__message i,
.ho-topbar--module .ho-topbar__message em {
  font-family: "Manrope", sans-serif;
  font-style: italic;
}

.ho-topbar--module .ho-topbar__link {
  color: inherit;
  text-decoration: none;
}

.ho-topbar--module .ho-topbar__link:hover {
  text-decoration: underline;
}

.ho-topbar--module .ho-topbar__countdown {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  white-space: nowrap;
  font-weight: 600;
  opacity: 0.92;
}

.ho-topbar--module .ho-topbar__countdown-label {
  font-weight: 400;
}

.ho-topbar--module .ho-topbar__countdown.is-expired {
  opacity: 0.55;
}

@media (max-width: 991px) {
  .ho-topbar--module .ho-topbar__inner {
    flex-direction: column;
    gap: 0.2rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
