#resultBox.hc-review-preview-v2-ready {
  display: block !important;
  min-height: 680px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #020617 !important;
}

.hc-review-preview-v2 {
  position: relative;
  width: 100%;
  min-height: inherit;
  overflow: hidden;
  border-radius: 26px;
  background: #020617;
}

.hc-review-preview-v2-image {
  display: block;
  width: 100%;
  min-height: inherit;
  object-fit: contain;
  background: #020617;
}

.hc-review-preview-v2-top {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  left: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}

.hc-review-preview-v2-badge,
.hc-review-preview-v2-score {
  padding: 9px 13px;
  border: 1px solid rgba(251, 191, 36, .38);
  border-radius: 999px;
  background: rgba(3, 7, 18, .8);
  color: #fde68a;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.hc-review-preview-v2-shade {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(2, 6, 23, .78));
}

.hc-review-preview-v2-footer {
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 20px;
  background: rgba(2, 6, 23, .74);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .3);
  backdrop-filter: blur(18px);
}

.hc-review-preview-v2-copy strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.hc-review-preview-v2-copy p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  line-height: 1.55;
}

.hc-review-preview-v2-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.hc-review-preview-v2-actions button {
  height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.hc-review-preview-v2-actions button.primary {
  border-color: rgba(103, 232, 249, .36);
  background: linear-gradient(
    135deg,
    rgba(34, 211, 238, .94),
    rgba(59, 130, 246, .94),
    rgba(139, 92, 246, .94)
  );
}

@media (max-width: 768px) {
  #resultBox.hc-review-preview-v2-ready {
    min-height: 540px !important;
  }

  .hc-review-preview-v2-footer {
    display: block;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .hc-review-preview-v2-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
  }
}
