/* Minimal pill styling (theme-independent). */
.skansol-offer-countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: hsl(0, 84%, 60%);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 9999px;
  line-height: 1.1;
  white-space: nowrap;
}

