/* Lions — moderne Einzelbeitrags-Darstellung (Single Post + Event-Single).
   Theme-unabhängig, greift auf den Gutenberg-Content-Wrapper. */

.wp-block-post-content,
.lions-single-content {
  font-size: 1.15rem;
  line-height: 1.72;
  color: #1c2330;
}

.wp-block-post-content > p { margin: 0 0 1.25em; }

/* Lead: erster Absatz etwas größer und ruhiger */
.wp-block-post-content > p:first-of-type {
  font-size: 1.3rem;
  line-height: 1.55;
  color: #2a3344;
}

/* Überschriften */
.wp-block-post-content h2,
.wp-block-post-content .wp-block-heading {
  font-size: clamp(1.45rem, 2.6vw, 1.95rem);
  line-height: 1.22;
  font-weight: 800;
  color: #00338D;
  margin: 1.9em 0 .5em;
  letter-spacing: -.01em;
}
.wp-block-post-content h3 {
  font-size: 1.32rem;
  font-weight: 700;
  color: #07192f;
  margin: 1.6em 0 .4em;
}

/* Bilder: responsiv, abgerundet, Hochformat gedeckelt, zentriert */
.wp-block-post-content figure.wp-block-image { margin: 2.2em 0; }
.wp-block-post-content figure.wp-block-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 82vh;            /* Hochformat-Handyfotos nicht riesig */
  display: block;
  margin-inline: auto;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(7, 25, 47, .14);
}
.wp-block-post-content figure.wp-block-image figcaption,
.wp-block-post-content .wp-element-caption {
  text-align: center;
  font-size: .92rem;
  color: #6b7484;
  font-style: italic;
  margin-top: .75em;
}

/* Zitate */
.wp-block-post-content blockquote,
.wp-block-post-content .wp-block-quote {
  border-left: 4px solid #EBB700;
  background: #fffdf5;
  margin: 1.9em 0;
  padding: 1em 1.4em;
  border-radius: 0 12px 12px 0;
  font-size: 1.22rem;
  font-style: italic;
  color: #2a3344;
}
.wp-block-post-content blockquote p { margin: 0 0 .4em; }
.wp-block-post-content blockquote cite {
  display: block;
  font-size: .9rem;
  font-style: normal;
  color: #6b7484;
  margin-top: .5em;
}

/* Listen */
.wp-block-post-content ul,
.wp-block-post-content ol { margin: 0 0 1.3em; padding-left: 1.4em; }
.wp-block-post-content li { margin: .4em 0; }

/* Beitragsbild als Hero */
.wp-block-post-featured-image { margin: 0 0 1.8em; }
.wp-block-post-featured-image img {
  width: 100%;
  height: auto;
  max-height: 62vh;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(7, 25, 47, .18);
}

@media (max-width: 600px) {
  .wp-block-post-content { font-size: 1.08rem; }
  .wp-block-post-content > p:first-of-type { font-size: 1.18rem; }
  .wp-block-post-content figure.wp-block-image img,
  .wp-block-post-featured-image img { border-radius: 12px; }
}
