/* Only the commercial action groups change; product scenes retain their geometry. */
.review.theme-v4 .nh-support .hero-actions {
  gap: 8px 22px;
  align-items: center;
}
.review.theme-v4 .nh-support .hero-actions > .button {
  flex: 0 1 auto;
  inline-size: auto;
  justify-content: center;
  gap: 14px;
}
.review.theme-v4 .nh-support .hero-actions > .nh-video-link {
  display: inline-flex;
  flex: 0 1 auto;
  align-items: center;
  min-block-size: 48px;
  gap: 8px;
  color: #ded8ff;
  font: 400 17px/1.35 var(--body);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.review.theme-v4 .nh-support .hero-actions > .nh-demo-note {
  flex: 1 0 100%;
  margin: 0;
  color: var(--muted);
  font: 400 14px/1.45 var(--body);
}
.review.theme-v4 .nd-support {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 24px;
  margin-block-start: 16px;
}
.review.theme-v4 .nd-support .nd-booking {
  min-block-size: 44px;
  padding: 10px 16px;
  border: 1px solid #a99be5;
  border-radius: 8px;
  color: #eee9ff;
  font: 500 16px/1.4 var(--body);
  background: transparent;
}
.review.theme-v4 .nb-context {
  margin-block: 14px 0;
  color: var(--accent);
  font: 500 15px/1.5 var(--body);
  overflow-wrap: break-word;
}
.review.theme-v4 .nb-section h2:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 8px;
  border-radius: 3px;
}
@media (hover:hover) {
  .review.theme-v4 .nh-video-link:hover {
    color: #fff;
  }
  .review.theme-v4 .nd-support .nd-booking:hover {
    background: #a99be51a;
    border-color: #d6caff;
  }
}
@media (max-width: 900px) {
  .review.theme-v4 .nh-support .hero-actions {
    column-gap: 18px;
    align-items: stretch;
  }
  .review.theme-v4 .nh-support .hero-actions > .button {
    inline-size: 100%;
    flex: none;
  }
  .review.theme-v4 .nh-support .hero-actions > .nh-demo-note {
    flex: none;
    order: 1;
  }
  .review.theme-v4 .nh-support .hero-actions > .nh-video-link {
    order: 2;
  }
}
