/* Copyright © 2026 photin.eu — All rights reserved. Unauthorized use, copying,
   or distribution of this software is strictly prohibited. */

/* ── Section headers ─────────────────────────────────────────────────────────── */
.section-header {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #0d6efd;
  font-size: 1.1rem;
  font-weight: 600;
}

/* ── Tables ──────────────────────────────────────────────────────────────────── */
.table th, .table td {
  font-size: 0.82rem;
  vertical-align: middle;
  white-space: nowrap;
}

/* ── Import/export toolbar ───────────────────────────────────────────────────── */
.toolbar-card {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
}

/* ── Preview pre block ───────────────────────────────────────────────────────── */
#previewText {
  font-size: 0.78rem;
  max-height: 60vh;
  overflow-y: auto;
  background: #f8f9fa;
}

/* ── Form labels ─────────────────────────────────────────────────────────────── */
.form-label {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
}
