/* Reels microsite additions on top of the main Zetaa style system. */
.zr-video-thumb {
  min-height: 340px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  background: var(--z-gradient);
  box-shadow: var(--z-shadow);
}

.zr-video-thumb.one { background: linear-gradient(135deg, #833ab4, #e1306c); }
.zr-video-thumb.two { background: linear-gradient(135deg, #fd1d1d, #f77737); }
.zr-video-thumb.three { background: linear-gradient(135deg, #405de6, #c13584); }
.zr-video-thumb.four { background: linear-gradient(135deg, #5851db, #f56040); }
.zr-video-thumb.five { background: linear-gradient(135deg, #833ab4, #f77737); }
.zr-video-thumb.six { background: linear-gradient(135deg, #e1306c, #ffdc80); }

.zr-floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  padding: 13px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(37, 211, 102, .32);
}

.zr-mini-phone {
  min-height: 540px;
  border-radius: 32px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(16,24,40,.12), rgba(16,24,40,.04)),
    var(--z-gradient);
  display: grid;
  align-content: space-between;
  box-shadow: var(--z-shadow);
}

.zr-mini-phone .z-reel-badge {
  width: fit-content;
}

.zr-form-note {
  margin: 0;
  font-size: 13px;
  color: var(--z-muted);
}

.zr-page-list a {
  display: block;
  padding: 10px 0;
}

@media (max-width: 575px) {
  .zr-video-thumb { min-height: 240px; }
  .zr-mini-phone { min-height: 420px; }
}
