.bm-gad-banner {
  --bm-gad-ink: #1a140c;
  --bm-gad-gold: #c4a35a;
  --bm-gad-gold-soft: #f3e6c4;
  --bm-gad-paper: #fffdf8;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0.75rem 0 1rem;
  overflow: hidden;
  border: 1px solid rgba(196, 163, 90, 0.45);
  border-radius: 12px;
  background: var(--bm-gad-paper);
  color: var(--bm-gad-ink);
  font-size: 14px;
  line-height: 1.4;
}

.bm-gad-banner *,
.bm-gad-banner *::before,
.bm-gad-banner *::after {
  box-sizing: border-box;
}

.bm-gad-banner__accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #e0c078, #8a6a2a);
}

.bm-gad-banner__body {
  padding: 12px 12px 12px 16px;
}

.bm-gad-banner__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin-bottom: 6px;
}

.bm-gad-banner__kicker {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--bm-gad-ink);
  color: var(--bm-gad-gold-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bm-gad-banner__save {
  font-size: 12px;
  font-weight: 700;
  color: #6b4e12;
}

.bm-gad-banner__headline {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--bm-gad-ink);
}

.bm-gad-banner__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin-bottom: 6px;
}

.bm-gad-banner__now {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--bm-gad-ink);
}

.bm-gad-banner__now .woocommerce-Price-amount,
.bm-gad-banner__now .amount {
  font-weight: 800;
}

.bm-gad-banner__was {
  font-size: 13px;
  color: #7a7268;
  text-decoration: line-through;
}

.bm-gad-banner__cta {
  margin: 0 0 10px;
  font-size: 13px;
  color: #4a433a;
}

.bm-gad-banner__timer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--bm-gad-ink);
  color: #fff8ea;
}

.bm-gad-banner__timer-label {
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bm-gad-gold-soft);
}

.bm-gad-banner__timer-value {
  font-variant-numeric: tabular-nums;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}

.bm-gad-banner.is-urgent .bm-gad-banner__timer {
  background: #6b1d12;
}

.bm-gad-banner.is-urgent .bm-gad-banner__timer-label {
  color: #ffd4c8;
}

.bm-gad-banner.is-expired {
  opacity: 0.85;
}

.bm-gad-banner.is-expired .bm-gad-banner__timer {
  background: #3d3a36;
}

.bm-gad-banner.is-expired .bm-gad-banner__headline {
  color: #5c564e;
}

@media (min-width: 480px) {
  .bm-gad-banner__body {
    padding: 14px 16px 14px 20px;
  }

  .bm-gad-banner__headline {
    font-size: 18px;
  }

  .bm-gad-banner__timer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .bm-gad-banner__timer-value {
    font-size: 1.25rem;
  }
}
