/*
Theme Name: Karta CWV
Theme URI: https://www.kartautoeskola.com
Description: Thème minimal SEO-optimisé, zéro dépendance externe
Version: 1.0
*/

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px; line-height: 1.7; color: #222; background: #fff;
}

a { color: #c0392b; text-decoration: none; }
a:hover { text-decoration: underline; }

.site-header {
  background: #1a1a2e; padding: 14px 20px;
  display: flex; align-items: center; justify-content: space-between;
}
.site-title a { color: #fff; font-size: 1.3rem; font-weight: 700; }
.site-nav { display: flex; gap: 20px; }
.site-nav a { color: #ddd; font-size: 0.9rem; }
.site-nav a:hover { color: #fff; text-decoration: none; }

.site-main { max-width: 860px; margin: 0 auto; padding: 30px 20px; }

.entry-title { font-size: 1.8rem; font-weight: 700; margin-bottom: 12px; color: #1a1a2e; line-height: 1.3; }
.entry-meta { font-size: 0.85rem; color: #777; margin-bottom: 24px; }
.entry-content h2 { font-size: 1.35rem; font-weight: 700; margin: 28px 0 10px; color: #1a1a2e; }
.entry-content h3 { font-size: 1.1rem; font-weight: 700; margin: 20px 0 8px; color: #333; }
.entry-content p { margin-bottom: 16px; }
.entry-content ul, .entry-content ol { margin: 0 0 16px 22px; }
.entry-content li { margin-bottom: 6px; }
.entry-content strong { font-weight: 700; }
.entry-content img { max-width: 100%; height: auto; border-radius: 4px; margin: 16px 0; }

.post-list { list-style: none; }
.post-list li { border-bottom: 1px solid #eee; padding: 16px 0; }
.post-list li:last-child { border-bottom: none; }
.post-list .post-title { font-size: 1.1rem; font-weight: 700; }
.post-list .post-date { font-size: 0.82rem; color: #888; margin-top: 4px; }

.site-footer { background: #1a1a2e; color: #aaa; text-align: center; padding: 18px; font-size: 0.85rem; margin-top: 40px; }

@media (max-width: 600px) {
  .entry-title { font-size: 1.4rem; }
  .site-main { padding: 20px 14px; }
}
