/* B24 reklaam — omaniku mockup-pilt 1:1, aktiivne nupp */
.rek-ad-wrap {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  line-height: 0;
}

.rek-ad-banner {
  width: 100%;
  display: block;
  height: auto;
}

.rek-ad-sizes {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 70.2%;
  height: 5.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #1a3b2a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(14px, 4.6vw, 21px);
  letter-spacing: -0.02em;
  line-height: 1;
}

.rek-ad-hit {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 4.5%;
  height: 11%;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}

.rek-ad-hit:hover {
  outline: 2px solid rgba(26, 107, 74, 0.35);
  outline-offset: 2px;
  border-radius: 12px;
}

/* Ühendatud lehel — lõika pildi alt nupp ära (682×1024, ~15% alt) */
.rek-ad-wrap--no-order {
  overflow: hidden;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  aspect-ratio: 682 / 872;
  line-height: 0;
}
.rek-ad-wrap--no-order .rek-ad-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
