figure.img-left,
figure.img-right {
  max-width: 100%;
  margin: 1em;
}

figure.img-left {
  float: left;
  margin-right: 1em;
}

figure.img-right {
  float: right;
  margin-left: 1em;
}

figure.img-center {
  display: block;
  text-align: center;
  margin: 1.5em auto;
}

figure img {
  max-width: 100%;
  height: auto;
  display: block;
}

figcaption {
  font-size: 0.9em;
  color: #666;
  margin-top: 0.3em;
  text-align: center;
  font-style: italic;

  /* das hier sorgt für sauberen Umbruch */
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;

  /* Optional für hübsches Layout */
  max-width: 100%;
  line-height: 1.4;

}

.readingTime {
  text-align: initial;
  text-decoration: none;
  color: #f8f8ff;
  font-size: 0.9em;
}

#custom-search-field {
  width: 100%;
  padding: 0.5em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Optional: Für Responsive Verhalten */
@media (max-width: 768px) {
  figure.img-left,
  figure.img-right {
    float: none;
    margin: 1em auto;
    display: block;
    text-align: center;
  }
}
