.prostara-timer-ready {
  margin: 0;
}

.prostara-offer-timer {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #1c5b54;
  color: #ffffff;
  font-family: Poppins, Outfit, Arial, sans-serif;
  box-shadow: 0 2px 10px rgba(20, 45, 50, 0.18);
}

.prostara-offer-timer__inner {
  max-width: 1170px;
  min-height: 54px;
  margin: 0 auto;
  padding: 6px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.prostara-offer-timer__message {
  display: grid;
  gap: 2px;
  text-align: center;
  line-height: 1.15;
}

.prostara-offer-timer__title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.prostara-offer-timer__subtitle {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.92;
}

.prostara-offer-timer__clock {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
}

.prostara-offer-timer__unit {
  min-width: 44px;
  display: grid;
  gap: 3px;
  justify-items: center;
}

.prostara-offer-timer__number {
  min-width: 36px;
  padding: 4px 7px;
  border-radius: 3px;
  background: #ffffff;
  color: #252a32;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.prostara-offer-timer__label {
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 600px) {
  .prostara-offer-timer__inner {
    min-height: 58px;
    padding: 7px 10px;
    gap: 10px;
    justify-content: space-between;
  }

  .prostara-offer-timer__message {
    text-align: left;
  }

  .prostara-offer-timer__title {
    font-size: 12px;
  }

  .prostara-offer-timer__subtitle {
    font-size: 10px;
  }

  .prostara-offer-timer__clock {
    gap: 5px;
  }

  .prostara-offer-timer__unit {
    min-width: 34px;
  }

  .prostara-offer-timer__number {
    min-width: 29px;
    padding: 4px 5px;
    font-size: 12px;
  }

  .prostara-offer-timer__label {
    font-size: 7px;
  }
}
