/*
Theme Name: Koetsier Media Rapportage
Theme URI: https://koetsiermedia.nl/
Author: Koetsier Media
Author URI: https://koetsiermedia.nl/
Description: Minimaal thema voor het klantrapportageportaal van Koetsier Media. Geen page builder, geen framework, geen externe afhankelijkheden. De rapportages zelf worden verzorgd door de plugin Koetsier Media Rapportages.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: km-rapportage
*/

/* ── Huisstijl ─────────────────────────────────────────────── */
:root {
  --navy:   #244a71;
  --navy-d: #1a3654;
  --ice:    #bed8da;
  --ice-l:  #e8f4f5;
  --bg:     #f2f5f8;
  --white:  #ffffff;
  --text:   #1c2e40;
  --muted:  #7a95a8;
  --border: #dde8ee;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.km-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 20px 64px;
}

.km-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(36, 74, 113, .07);
  padding: 32px 34px;
}

h1, h2, h3 { color: var(--navy); line-height: 1.25; }
h1 { font-size: 26px; margin-bottom: 14px; }
h2 { font-size: 20px; margin: 26px 0 10px; }
h3 { font-size: 16px; margin: 20px 0 8px; }

p { margin-bottom: 14px; }

a { color: var(--navy); }
a:hover { color: var(--navy-d); }

img { max-width: 100%; height: auto; }

ul, ol { margin: 0 0 14px 22px; }

/* ── Footer ────────────────────────────────────────────────── */
.km-footer {
  text-align: center;
  padding: 26px 20px 40px;
  font-size: 12px;
  color: var(--muted);
}
.km-footer a { color: var(--muted); text-decoration: none; }
.km-footer a:hover { text-decoration: underline; }

/* ── Toegankelijkheid ──────────────────────────────────────── */
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
