/* Shared, static recorder screenshots on the home and download pages. */
.v2-rec-preview { margin: 0; min-width: 0; }
.v2-rec-preview-image { height: 340px; display: flex; align-items: center; justify-content: center; padding: 16px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-control); background: var(--bg); }
.v2-rec-preview img { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 6px; }
.v2-rec-preview figcaption { margin-top: 10px; color: var(--fg-3); font-size: 12px; line-height: 1.5; }
.v2-rec-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
@media (max-width: 600px) {
  .v2-rec-preview-image { height: 280px; padding: 10px; }
}
