/* Единый акционный блок: таймер сгорания + огонь. Локальный CSS, без CDN. */
.wsk-promo-timer {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  margin: 0.4rem 0 0;
  padding: 0.28rem 0.55rem 0.28rem 0.42rem;
  border-radius: 999px;
  background: #f6efe7;
  color: #5c3d24;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-family: ui-sans-serif, system-ui, sans-serif;
  white-space: nowrap;
}
.wsk-promo-timer.is-hot {
  font-weight: 800;
  background: #fff0e4;
  color: #9a3412;
  box-shadow: inset 0 0 0 1px #fdba74;
}
.wsk-promo-timer__fire {
  display: inline-flex;
  color: #ea580c;
  flex: 0 0 auto;
  line-height: 0;
}
.wsk-promo-timer.is-hot .wsk-promo-timer__fire {
  color: #c2410c;
  transform: scale(1.18);
}
.wsk-promo-timer__icon {
  width: 0.95rem;
  height: 0.95rem;
  display: block;
}
.wsk-promo-timer.is-hot .wsk-promo-timer__icon {
  width: 1.12rem;
  height: 1.12rem;
}
.wsk-promo-timer__time {
  font-weight: inherit;
}
@keyframes wsk-promo-flicker {
  50% { opacity: 0.7; }
}
.wsk-promo-timer.is-hot .wsk-promo-timer__fire {
  animation: wsk-promo-flicker 1.05s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wsk-promo-timer.is-hot .wsk-promo-timer__fire {
    animation: none;
  }
}

/* Одна сущность карточки акции: CRM .wsk-cab-story и кабинет .cab-story.
   Арт строго A4 210×297 (полиграфия). Высота растёт вместе с шириной карточки. */
:root {
  --wsk-offer-card-width: 19.2rem;
  --wsk-offer-a4: 210 / 297;
}

.wsk-cab-story,
.cab-story {
  width: var(--wsk-offer-card-width);
  max-width: 100%;
  box-sizing: border-box;
}
.cab-stories .cab-story {
  max-width: none;
}
.wsk-offer-grid__cell,
.wsk-campaign-preview-col {
  flex: 0 0 var(--wsk-offer-card-width);
  width: var(--wsk-offer-card-width);
  max-width: 100%;
}
.cab-story {
  flex: 0 0 var(--wsk-offer-card-width);
}

.wsk-promo-card__art,
.wsk-cab-story__art,
.cab-story__art,
.cpn-art {
  aspect-ratio: 210 / 297;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: #f3ebe3;
  border-radius: 10px;
  box-sizing: border-box;
}
.wsk-promo-card__art img,
.wsk-cab-story__art img.is-photo,
.cab-story__art img.is-photo,
.cpn-art img {
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transform: none;
}

.wsk-cab-story__cat,
.cab-story__cat {
  margin: 0;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a6a4a;
}
.wsk-cab-story__services,
.cab-story__services,
.cab-offer-pop__services {
  margin: 0.22rem 0 0;
  font-size: 0.62rem;
  line-height: 1.3;
  color: #8a6a4a;
}
