.review-stars,
.zt-stars {
  color: #ffa705;
  letter-spacing: 1px;
  white-space: nowrap;
}

.zt-stars::before {
  content: "★★★★★";
}

.zt-brand-logo {
  display: block;
  width: 175px;
  max-width: 100%;
  height: auto;
}

.zt-footer-logo {
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.sticky {
  position: static;
  top: auto;
}

.zt-review-layout {
  width: 100%;
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}

.zt-review-main {
  min-width: 0;
}

.zt-review-sidebar {
  width: 100%;
  max-width: 300px;
  margin: 2.4rem auto 0;
}

.zt-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 10px 0 14px;
  color: #808080;
  font-size: 14px;
  line-height: 1.5;
}

.zt-post-meta-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  min-width: 0;
}

.zt-post-stars {
  display: inline-flex;
  align-items: center;
  color: #ffa705;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.8px;
  white-space: nowrap;
}

.zt-post-stars::before {
  content: "★★★★★";
}

.zt-author-avatar {
  width: 25px;
  height: 25px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.zt-author-label,
.zt-author-name,
.zt-post-date {
  white-space: nowrap;
}

.zt-author-name,
.zt-post-date,
.zt-trending-counter {
  font-weight: 700;
}

.zt-trending-counter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex: 0 0 auto;
  color: #808080;
}

.zt-like-icon {
  width: 17px;
  height: 14px;
  display: block;
}

.zt-copy {
  font-size: 1.2em;
  line-height: 1.6;
  text-align: left;
  font-weight: initial;
}

.zt-image-link,
.zt-caption-link,
.zt-testimonial-link,
.zt-offer-text-link {
  color: inherit;
  text-decoration: none;
}

.zt-image-link {
  display: block;
}

.zt-image-link img {
  display: block;
  width: 100%;
  height: auto;
}

.zt-caption-link,
.zt-testimonial-link {
  display: block;
}

.zt-caption-link:hover,
.zt-testimonial-link:hover,
.zt-offer-text-link:hover {
  color: inherit;
}

.zt-subquote {
  color: #000;
  margin-bottom: 1rem;
  font-weight: 900;
}

.bold,
.semi,
.heavy {
  font-weight: 900;
}

.colored {
  color: #3f78e0;
}

.zt-placeholder {
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8dee4;
  background:
    linear-gradient(135deg, rgba(247, 251, 253, 0.97), rgba(224, 239, 247, 0.92)),
    repeating-linear-gradient(45deg, rgba(22, 82, 104, 0.05) 0 10px, rgba(255, 255, 255, 0.16) 10px 20px);
  color: #343f52;
  font-weight: 900;
  text-align: center;
}

.zt-placeholder::before {
  content: "";
  position: absolute;
  inset: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.86);
  pointer-events: none;
}

.zt-placeholder {
  position: relative;
}

.zt-placeholder-hero,
.zt-placeholder-wide {
  aspect-ratio: 710 / 410;
  min-height: auto;
}

.zt-placeholder-product {
  aspect-ratio: 4 / 5;
  min-height: 330px;
}

.zt-narrow-figure {
  max-width: 42%;
}

.zt-placeholder-side {
  min-height: 286px;
  background:
    linear-gradient(135deg, rgba(20, 10, 58, 0.98), rgba(10, 30, 94, 0.98)),
    repeating-linear-gradient(45deg, rgba(178, 69, 255, 0.18) 0 9px, rgba(255, 255, 255, 0.03) 9px 18px);
  color: #fff;
  border: 0;
}

.zt-sidebar-product {
  width: 228px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.zt-sidebar-product img {
  display: block;
  width: 100%;
  height: auto;
}

.zt-zapfie-side {
  width: 100%;
  max-width: 100%;
  margin: 10px 0 4rem;
  padding: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.zt-zapfie-side a {
  color: inherit;
}

.zt-zapfie-side-head {
  width: 100%;
  padding: 20px 10px 12px;
  margin-bottom: 15px;
  background: #f6f6f6;
  text-align: center;
}

.zt-zapfie-side-head h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.zt-zapfie-rating {
  margin: 0;
  color: #2d5fd1;
  font-size: 0.76rem;
  line-height: 1.2;
  font-weight: 700;
}

.zt-zapfie-rating .zt-stars {
  color: #f7a622;
  letter-spacing: 0;
}

.zt-zapfie-copy {
  margin: 15px 0 12px;
  color: #2f55b7;
  font-size: 0.9rem;
  line-height: 1.34;
  font-weight: 900;
  text-align: center;
}

.zt-zapfie-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 59px;
  margin: 0 !important;
  padding: 13px 16px !important;
  border-color: #07bf68 !important;
  background: #07bf68 !important;
  color: #fff !important;
  border-radius: 4px !important;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.18);
  font-size: 18px !important;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.zt-offer-card {
  overflow: hidden;
  margin-bottom: 4rem;
  box-shadow: 0 18px 40px rgba(0, 52, 122, 0.18);
}

.zt-side-title {
  color: #fff;
  font-size: 1.45em;
  line-height: 1.18;
  margin-bottom: 8px;
}

.zt-side-rating,
.zt-side-discount {
  color: #fff;
  font-weight: 900;
}

.zt-side-discount {
  font-size: 1.45em;
  line-height: 1.15;
  margin-bottom: 20px;
}

.zt-side-button {
  margin-top: -18px;
}

.zt-caption {
  display: flex;
  justify-content: center;
  gap: 18%;
  padding: 10px;
  background-color: #ffd268;
  font-weight: 900;
  font-size: 1em;
  margin-bottom: 26px;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: initial;
}

.zt-feature-list {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d9e2eb;
  border-radius: 8px;
  background: #fff;
  margin: 0 0 1.45rem;
  box-shadow: 0 16px 34px rgba(30, 34, 40, 0.08);
}

.zt-feature-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zt-feature-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid #d9e2eb;
  background: #fff;
}

.zt-feature-list li:nth-child(even) {
  background: #f8fbfd;
}

.zt-feature-list li:last-child {
  border-bottom: 0;
}

.zt-feature-list li::before {
  content: "✓";
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #2dcc78, #12ad5f);
  color: #fff;
  box-shadow: 0 6px 12px rgba(18, 173, 95, 0.24);
  font-weight: 900;
  line-height: 1;
}

.zt-feature-list b {
  display: block;
  color: #000;
  margin-bottom: 0.16rem;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 900;
}

.zt-feature-list span {
  color: #60697b;
  font-size: 1rem;
  line-height: 1.42;
  font-weight: 500;
}

.zt-testimonial {
  background-color: #f2f2f2;
  padding: 25px;
  margin-bottom: 22px;
}

.zt-testimonial p:last-child {
  margin: 0;
  color: #505050;
  font-weight: 900;
}

.zt-fb-section {
  margin: 22px 0 2.5rem;
}

.zt-fb-title {
  margin: 22px 0;
  color: #222;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 0;
}

.zt-fb-grid {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 35px 12px 25px;
}

.zt-fb-column {
  min-width: 0;
  flex: 1 1 0;
  display: block;
}

.zt-fb-column:first-child {
  margin-right: 24px;
}

.zt-fb-post-link {
  display: block;
  box-sizing: border-box;
  outline: 12px solid #f0f2f5;
  background: #f0f2f5;
  color: inherit;
  text-decoration: none;
}

.zt-fb-post-link:not(:last-of-type) {
  margin-bottom: 35px;
}

.zt-fb-post-link:last-of-type {
  margin-bottom: 12px;
}

.zt-fb-post-link:hover {
  color: inherit;
}

.zt-fb-post {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  break-inside: avoid;
  padding: 12px;
  border-radius: 7px;
  outline: 12px solid #f0f2f5;
  background: #fff;
  color: #1e2128;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-kerning: normal;
  text-rendering: geometricPrecision;
  word-spacing: 0;
}

.zt-fb-head,
.zt-fb-social,
.zt-fb-actions,
.zt-fb-reply {
  display: flex;
  align-items: center;
}

.zt-fb-head {
  position: relative;
  justify-content: space-between;
  gap: 0;
  padding: 0;
  background: transparent;
}

.zt-fb-head > div {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 10px;
}

.zt-fb-avatar {
  width: 35px !important;
  height: 35px !important;
  flex: 0 0 auto;
  margin-bottom: 12px !important;
  border-radius: 50%;
  object-fit: cover;
}

.zt-fb-avatar-sm {
  width: 40px !important;
  height: 40px !important;
  margin-bottom: 0 !important;
}

.zt-fb-name {
  margin: 0 0 -5px;
  color: #3f5893;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.zt-fb-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 2px 0 0;
  color: #62676f;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.zt-fb-globe {
  width: 12px;
  height: 12px;
  display: inline-block;
  flex: 0 0 auto;
  background: url("../img/comments/fb-globe.svg") center / contain no-repeat;
}

.zt-fb-dots {
  margin-left: auto;
  width: 38px;
  height: 22px;
  margin-bottom: 18px;
  padding: 9px;
  overflow: hidden;
  background: url("../img/comments/fb-dots.svg") center / 17px 4px no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.zt-fb-copy {
  width: 100%;
  margin: 14px 0 12px;
  padding: 0;
  background: transparent;
  color: #1e2128;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.05px;
  word-spacing: 0;
}

.zt-fb-photo {
  display: none;
}

.zt-fb-social {
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #ced0d4;
  background: transparent;
  color: #62676f;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.zt-fb-social > span:last-child {
  color: #62676f;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.zt-fb-reactions {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.zt-fb-reaction {
  width: 20px;
  height: 19px;
  display: block;
  margin: 5px 0;
  border-radius: 50%;
  object-fit: fill;
}

.zt-fb-reaction-like {
  z-index: 3;
  padding-right: 2px;
  background-color: #fff;
  border-radius: 50%;
}

.zt-fb-reaction-love {
  z-index: 2;
  margin-left: -2px;
  padding-right: 2px;
  background-color: #fff;
  border-radius: 50%;
}

.zt-fb-reaction-haha {
  z-index: 1;
  margin-left: -2px;
  background-color: #fff;
  border-radius: 0;
}

.zt-fb-reactions b {
  margin-left: 5px;
  color: #65676b;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.zt-fb-actions {
  justify-content: space-around;
  gap: 0;
  margin: 8px 0 17px;
  padding: 0 0 8px;
  border-bottom: 1px solid #ced0d4;
  background: transparent;
  color: #718096;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.zt-fb-action {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 2px;
  color: #718096;
}

.zt-fb-action::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-bottom: 4px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.zt-fb-action-like::before {
  background-image: url("../img/comments/fb-action-like.svg");
}

.zt-fb-action-comment::before {
  background-image: url("../img/comments/fb-action-comment.svg");
  margin-bottom: 0;
}

.zt-fb-reply {
  align-items: flex-start;
  gap: 0;
  margin-top: 6px;
  padding: 0;
  background: transparent;
}

.zt-fb-reply > div {
  flex: 1 1 auto;
  min-width: 0;
}

.zt-fb-reply + .zt-fb-reply {
  margin-top: 10px;
}

.zt-fb-reply p {
  display: table-cell;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 0 5px;
  padding: 1px 10px 6px;
  border-radius: 10px;
  background: #f0f2f5;
  color: #1e2128;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  word-spacing: 0;
}

.zt-fb-reply p br {
  display: none;
}

.zt-fb-reply p b {
  display: block;
  margin-bottom: 3px;
  color: #000;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.zt-fb-reply-meta {
  display: flex !important;
  align-items: center;
  margin: 5px 0 0 14px;
  gap: 0;
}

.zt-fb-reply-meta strong,
.zt-fb-reply-meta i {
  color: #65676b;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-style: normal;
}

.zt-fb-reply-meta i {
  margin-left: 5px;
}

.zt-fb-reply-meta em {
  margin-left: 6px;
  color: #62676f;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}

.zt-cta-wrap {
  margin: 1.4rem 0 2.1rem;
}

.zt-cta-wrap-mid {
  margin-top: 1.55rem;
}

.zt-cta-wrap-bottom {
  margin-top: 1.2rem;
  margin-bottom: 0;
}

.zt-cta-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  width: 100%;
  background-color: #07bf68 !important;
  border-color: #07bf68 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 900;
  line-height: 1.15;
  padding: 15px 20px !important;
  white-space: normal !important;
  box-shadow: 2px 3px 4px 0 #000;
  text-align: center;
}

.zt-cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.28);
}

.zt-cta-support {
  margin: 0.65rem 0 0;
  text-align: center;
  color: #000;
  font-size: 1.05rem;
  line-height: 1.3;
}

.zt-update-box {
  background-color: #f4d1d1;
  border: 4px dashed red;
  padding: 15px;
  margin: 1.4rem 0 1.35rem;
}

.zt-update-box p {
  font-size: 1.1em;
  line-height: 1.3;
  text-align: left;
  font-weight: initial;
  color: #000;
  margin-bottom: 12px;
}

.zt-update-box p:last-child {
  margin-bottom: 3px;
}

.zt-final-offer {
  margin: 1.7rem 0 4.75rem;
  padding: 1.25rem;
  border: 1px solid #dde2e7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(30, 34, 40, 0.08);
}

.zt-final-offer-title {
  margin: 0 0 0.55rem;
  color: #000;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}

.zt-final-offer-note {
  margin: 0 0 1rem;
  color: #343f52;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 900;
  text-align: center;
}

@media (min-width: 1200px) {
  .zt-review-container {
    max-width: 1170px;
  }

  .zt-review-layout {
    display: grid;
    grid-template-columns: minmax(0, 830px) 280px;
    column-gap: 30px;
    align-items: stretch;
    justify-content: center;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .zt-review-sidebar {
    width: 280px;
    max-width: none;
    margin: 0;
    align-self: stretch;
    justify-self: start;
  }

  .zt-zapfie-side {
    width: 280px;
  }

  .zt-review-sidebar .sticky {
    position: sticky;
    top: 16px;
    z-index: 2;
  }
}

@media (max-width: 767.98px) {
  .zt-brand-logo {
    width: 165px;
  }

  .zt-post-meta {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: 8px;
    row-gap: 1px;
    align-items: center;
    margin-top: 9px;
  }

  .zt-post-meta-main {
    display: contents;
  }

  .zt-author-avatar {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 35px;
    height: 35px;
  }

  .zt-author-label-written {
    grid-column: 2;
    grid-row: 1;
  }

  .zt-author-name {
    grid-column: 2;
    grid-row: 1;
    margin-left: 76px;
  }

  .zt-author-label-on {
    grid-column: 2;
    grid-row: 2;
  }

  .zt-post-date {
    grid-column: 2;
    grid-row: 2;
    margin-left: 22px;
  }

  .zt-post-stars {
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
    font-size: 16px;
    letter-spacing: 0.6px;
  }

  .zt-trending-counter {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin-top: 0;
  }

  .zt-fb-section {
    margin-top: 22px;
  }

  .zt-fb-title {
    width: auto;
    max-width: 100%;
    margin: 18px 0;
    font-size: 22px;
    line-height: 33px;
    white-space: normal;
  }

  .zt-fb-grid {
    width: min(100%, calc(100vw - 64px));
    max-width: none;
    flex-direction: column;
    gap: 23px;
    margin: 35px auto 0;
  }

  .zt-fb-column {
    width: 100%;
    margin-right: 0;
  }

  .zt-fb-post-link {
    outline-width: 10px;
  }

  .zt-fb-post {
    max-width: 100%;
    outline-width: 10px;
    overflow: hidden;
  }

  .zt-fb-copy,
  .zt-fb-reply p {
    overflow-wrap: break-word;
  }

  .zt-narrow-figure {
    max-width: 70%;
  }

  .zt-feature-list li {
    grid-template-columns: 30px 1fr;
    gap: 0.65rem;
    padding: 0.75rem;
  }

  .zt-placeholder-side {
    min-height: 220px;
  }

  .zt-cta-button {
    min-height: 58px;
    font-size: 20px !important;
  }

  .zt-final-offer {
    margin-bottom: 3.5rem;
    padding: 1rem;
  }
}
