/*
Theme Name: Kadence Edelmetall
Theme URI: https://edelmetallvermittlung.de
Description: Child-Theme für edelmetallvermittlung.de — V4 Redesign (Bronze-Dunkel-Palette). Baut auf Kadence auf.
Author: AIfredo · Alfred Lohmann
Author URI: https://edelmetallvermittlung.de
Template: kadence
Version: 0.5.0
Text Domain: kadence-edelmetall
*/

/* === Single-Post Hero stark verschlanken (21.05.2026 v5) ===
   Wochenberichte: Hero darf insgesamt max ~30% Viewport einnehmen.
   Featured Image deutlich flacher + Title-Block kompakter h1. */

/* Featured Image: drastische Höhen-Reduktion */
body.single-post .wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-2-3 {
  padding-bottom: 0 !important;
  height: 220px !important;
  max-height: 220px;
}
body.single-post .wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-2-3 .post-thumbnail-inner {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
body.single-post .wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-2-3 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 50% !important;
}

@media (max-width: 768px) {
  body.single-post .wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-2-3 {
    height: 140px !important;
    max-height: 140px;
  }
}

/* Title-Block radikal kompakter: padding rauf, h1 runter */
body.single-post .entry-header.post-title {
  padding-top: 16px !important;
  padding-bottom: 12px !important;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}
body.single-post .entry-header.post-title .entry-title {
  margin-top: 4px !important;
  margin-bottom: 6px !important;
  font-size: clamp(1.4rem, 2.8vw, 1.8rem) !important;
  line-height: 1.18 !important;
}
body.single-post .entry-header.post-title .entry-taxonomies {
  margin-bottom: 2px !important;
  font-size: 0.72rem !important;
}
body.single-post .entry-header.post-title .entry-taxonomies a {
  letter-spacing: 0.08em;
}
body.single-post .entry-header.post-title .entry-meta {
  margin-top: 4px !important;
  font-size: 0.78rem !important;
}
