/*
 Theme Name:   TechNieuwsVandaag Child
 Theme URI:    https://technieuwsvandaag.nl
 Description:  GeneratePress child theme for TechNieuwsVandaag.nl
 Author:       TechNieuwsVandaag
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  tnv-child
*/

/* === Typografie === */
body {
  font-size: 17px;
  line-height: 1.75;
}

.entry-content p {
  margin-bottom: 1.4em;
}

/* === Inhoudskolom max-breedte === */
.container {
  max-width: 780px;
}

/* === Categorie-kleuren === */
.cat-ai .entry-categories a { background: #6366f1; color: #fff; padding: 2px 8px; border-radius: 3px; }
.cat-cybersecurity .entry-categories a { background: #ef4444; color: #fff; padding: 2px 8px; border-radius: 3px; }
.cat-hardware .entry-categories a { background: #f59e0b; color: #fff; padding: 2px 8px; border-radius: 3px; }

/* === Featured image 16:9 === */
.post-image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}
