/* Fixes for SSR clone without Rax runtime */
html, body { margin: 0; }
.site-disclaimer {
  text-align: center;
  padding: 14px 16px 28px;
  font-size: 12px;
  color: #999;
  background: #f7f7f7;
}

/* Make download CTAs feel clickable */
.download-button,
.bottom-download-img,
.download-item {
  cursor: pointer;
}

/* Ensure videos fill selling-point slots */
.selling-point-video-view video.video,
video.video {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  display: block;
  background: #000;
}

/* Internal nav should not look broken if rax spacing missing */
.nav-menu-item { cursor: pointer; }

/* Feedback modal leftover: hide if broken without JS store */
.feedback-modal-mask[style*="display: none"] { display: none !important; }
