/**
 * WebRec | Html5 Screen Recording Utility For PC
 *
 * @author coders_devx
 * @link https://codecanyon.net/user/coders_devx
 * @copyright Copyright (c) 2026 coders_devx. All rights reserved.
 * @license Regular License - See LICENSE.txt for details
 */

/* Shared example-page utilities (no inline styles) */

.ex-log {
  min-height: 180px;
}

.ex-log--sm {
  min-height: 120px;
}

.ex-main--narrow {
  max-width: 720px;
}

.ex-main--docs {
  max-width: 820px;
}

.ex-theme-bg {
  min-height: 100vh;
  background: linear-gradient(135deg, #dbeafe, #fce7f3 50%, #e0e7ff);
}

/* Example 21 — custom CSS variable overrides */
.ex-theme-vars {
  --sc-primary: #e11d48;
  --sc-toolbar-radius: 24px;
  --sc-bg: #fff1f2;
  --sc-text: #881337;
  --sc-border: #fecdd3;
}

.ex-waveform {
  min-height: 80px;
}

.ex-thumb {
  max-width: 320px;
}

.ex-thumb[hidden] {
  display: none !important;
}

.btn .bi {
  margin-inline-end: 0.35em;
}
