#rmtb-root { width: 100%; }
.rmtb-banner {
  width: 100%;
  min-height: var(--rmtb-height);
  background: var(--rmtb-bg);
  font-size: var(--rmtb-text-size);
  line-height: 1.25;
  position: relative;
  z-index: 20;
  box-sizing: border-box;
}
.rmtb-inner {
  min-height: var(--rmtb-height);
  width: 100%;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.rmtb-copy, .rmtb-copy p { margin: 0; font-size: inherit; line-height: inherit; }
.rmtb-mobile { display: none; }
.rmtb-timer-wrap { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.rmtb-timer { display: inline-flex; align-items: center; gap: 3px; font-variant-numeric: tabular-nums; }
.rmtb-timer [data-part], .rmtb-days-label {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 4px;
  background: var(--rmtb-timer-bg);
  color: var(--rmtb-timer-color);
  min-width: 26px;
  text-align: center;
}
.rmtb-days-label { min-width: auto; margin-left: -3px; border-radius: 0 4px 4px 0; }
.rmtb-cta {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 4px;
  background: var(--rmtb-cta-bg);
  color: var(--rmtb-cta-color) !important;
  text-decoration: none !important;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .rmtb-inner { padding: 6px 10px; gap: 8px; }
  .rmtb-banner { font-size: var(--rmtb-mobile-size); }
  .rmtb-mobile { display: block; }
  .rmtb-desktop-hide-mobile { display: none; }
  .rmtb-timer-wrap { white-space: normal; justify-content: center; }
}
