.ws-offer-bar {
  position: relative !important;
  z-index: 1200;
  width: 100%;
  min-height: 32px;
  height: auto !important;
  padding: 2px 20px !important;
  background: #071735 !important;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(7, 23, 53, 0.16);
}

.ws-offer-inner {
  width: min(100%, 1440px);
  min-height: 28px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.ws-offer-bar .ws-offer-copy {
  width: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.ws-offer-bar .ws-offer-message {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  white-space: nowrap !important;
  color: #ffffff !important;
  animation: none !important;
  transform: none !important;
}

.ws-offer-bar .ws-offer-message span {
  display: inline !important;
  width: auto !important;
  padding-left: 0 !important;
  white-space: nowrap !important;
  animation: none !important;
  transform: none !important;
}

.ws-offer-label {
  color: #7dd3fc;
  font-weight: 800;
}

.ws-offer-bar .ws-offer-mobile-copy {
  display: none !important;
  width: auto !important;
  padding: 0 !important;
  animation: none !important;
  transform: none !important;
}

.ws-offer-code-label {
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 600;
}

.ws-offer-code {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 1px 7px;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ws-offer-actions,
.ws-offer-countdown {
  display: flex;
  align-items: center;
}

.ws-offer-actions {
  flex: 0 0 auto;
  gap: 9px;
}

.ws-offer-countdown {
  gap: 5px;
}

.ws-offer-time {
  display: grid;
  min-width: 25px;
  text-align: center;
}

.ws-offer-time strong {
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.ws-offer-time small {
  display: none;
}

.ws-offer-separator {
  align-self: flex-start;
  margin-top: 1px;
  color: #60a5fa;
  font-size: 11px;
  font-weight: 800;
}

.ws-offer-bar .ws-offer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: auto;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #facc15 !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.ws-offer-bar .ws-offer-cta:hover,
.ws-offer-bar .ws-offer-cta:focus-visible {
  background: transparent;
  color: #fde047 !important;
}

.ws-offer-bar[hidden] {
  display: none !important;
}

@media (max-width: 991px) {
  .ws-offer-bar {
    padding: 3px 12px !important;
  }

  .ws-offer-inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 18px;
  }

  .ws-offer-bar .ws-offer-copy {
    width: 100% !important;
    flex-basis: 100%;
  }
}

@media (max-width: 575px) {
  .ws-offer-bar {
    min-height: 38px;
    padding: 3px 7px !important;
  }

  .ws-offer-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 32px;
    gap: 7px;
  }

  .ws-offer-bar .ws-offer-copy {
    width: auto !important;
    flex: 0 1 auto;
    flex-basis: auto;
  }

  .ws-offer-bar .ws-offer-message {
    display: none !important;
  }

  .ws-offer-bar .ws-offer-mobile-copy {
    display: flex !important;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
  }

  .ws-offer-mobile-copy strong {
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
  }

  .ws-offer-bar .ws-offer-mobile-copy span {
    display: inline !important;
    width: auto !important;
    padding-left: 0 !important;
    white-space: nowrap !important;
    animation: none !important;
    transform: none !important;
    padding: 3px 5px;
    border: 1px dashed rgba(255, 255, 255, 0.55);
    border-radius: 4px;
    color: #bfdbfe;
    font-size: 9px;
    font-weight: 800;
  }

  .ws-offer-actions {
    width: auto;
    flex: 0 0 auto;
    gap: 5px;
  }

  .ws-offer-time {
    display: inline-flex;
    min-width: auto;
    gap: 1px;
  }

  .ws-offer-time strong {
    font-size: 10px;
  }

  .ws-offer-time small {
    display: none;
  }

  .ws-offer-separator {
    margin-top: 0;
    font-size: 10px;
  }

  .ws-offer-bar .ws-offer-cta {
    min-height: auto;
    padding: 0;
    gap: 4px;
    font-size: 10px;
  }
}

@media (max-width: 365px) {
  .ws-offer-mobile-copy span,
  .ws-offer-separator {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ws-offer-bar *,
  .ws-offer-bar *::before,
  .ws-offer-bar *::after {
    animation: none !important;
    transition: none !important;
  }
}
