/* Shared chrome for standalone sample theme previews. */
.promo-banner {
  background: #434de7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  z-index: 1001;
  text-align: center;
  text-decoration: none;
}

.promo-banner:hover {
  color: #fff;
  text-decoration: none;
}

.promo-banner s {
  opacity: .7;
}

.promo-banner__timer {
  display: inline-flex;
  gap: 2px;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(255,255,255,.2);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: .5px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .promo-banner {
    padding: 13px 16px 11px;
    font-size: 13px;
  }
}
