.anm-discount-timer {
  font-family: "Arial", "Helvetica", sans-serif;
}

.anm-discount-timer--hero {
  min-height: 100%;
  background: linear-gradient(180deg, #fffaf8 0%, #f2e9e8 100%);
  color: #6b4632;
  padding: 2rem 1rem 3rem;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  border-radius: 0;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.anm-discount-timer__section-label {
  display: inline-block;
  border: 2px dashed #d18a9a;
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b46b7e;
  background: #fffdfd;
}

.anm-discount-timer__offer-tag {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.72rem 2.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #c891a2 0%, #ba6c8d 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.55);
}

.anm-discount-timer__title {
  margin: 2rem 0 1rem;
  color: #65412d;
  font-size: clamp(2.1rem, 4.2vw, 4rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.anm-discount-timer__lead {
  margin: 0 auto 1.75rem;
  max-width: 760px;
  font-size: clamp(1rem, 2vw, 1.84rem);
  line-height: 1.55;
  color: #876b5a;
}

.anm-discount-timer__countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1rem auto 2rem;
}

.anm-discount-timer__unit {
  background: #fdfbfb;
  border-radius: 10px;
  border: 1px solid #d9d7d4;
  padding: 0.8rem 1rem;
  min-width: 76px;
  text-align: center;
  box-shadow: inset 0 0 0 1px #fff;
}

.anm-discount-timer__unit span {
  display: block;
  font-size: 1.98rem;
  font-weight: 900;
  line-height: 1;
  color: #65412d;
}

.anm-discount-timer__unit small {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #806a57;
}

.anm-discount-timer__coupon {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 auto 1.5rem;
  padding: 0.6rem 0.7rem 0.6rem 1.1rem;
  border-radius: 999px;
  border: 2px dashed #d18a9a;
  background: #fffdfd;
  flex-wrap: wrap;
  justify-content: center;
}

.anm-discount-timer__coupon-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #876b5a;
}

.anm-discount-timer__coupon-code {
  font-family: "Courier New", monospace;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #65412d;
}

.anm-discount-timer__coupon-copy {
  padding: 0.4rem 1rem;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, #c891a2 0%, #ba6c8d 100%);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
}

.anm-discount-timer__coupon-copy:hover,
.anm-discount-timer__coupon-copy:focus {
  opacity: 0.92;
}

.anm-discount-timer__coupon-copy[data-anm-copied="1"] {
  background: linear-gradient(135deg, #7fb88f 0%, #5f9d72 100%);
}

.anm-discount-timer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: min(100%, 440px);
  padding: 0.88rem 2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ca879d 0%, #bb6d8d 100%);
  color: #fff;
  font-size: 1.16rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(169, 88, 112, 0.24);
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.anm-discount-timer__cta:hover,
.anm-discount-timer__cta:focus {
  color: #fff;
  opacity: 0.95;
}

.anm-discount-timer__fineprint {
  margin-top: 1.55rem;
  font-size: 0.95rem;
  color: #726152;
}

.anm-discount-timer__subline {
  margin: 0.65rem auto 0;
  max-width: 900px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #6d5544;
}

.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message {
  margin-top: 0.75rem;
}
