/* Post title */
.post-header h1 {
  font-size: 2.5em;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.4em;
}

/* Section headings inside post content */
article.post h2 {
  font-size: 1.8em;
  color: #111;
  margin-top: 2em;
}

/* Optional: h3 */
.post h3 {
  font-size: 1.4em;
  color: #222;
}

/* Force centered figures (override HTML5UP defaults) */
figure.centered {
  display: block;
  margin: 2em auto;
  text-align: center;
}

/* Override template image rules */
figure.centered img {
  display: block;
  margin: 0 auto;
  float: none !important;
}

/* Center captions inside centered figures */
article.post figure.centered figcaption {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.text-with-image {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.text-with-image img {
  max-width: 220px;
  height: auto;
}

.img-20 {
  width: 20%;
  height: auto; /* preserves aspect ratio */
}


