.entry-image-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
}

.image-caption {
  color: #aaa;
  font-size: 0.9rem;
  margin-top: 10px;
  text-align: center;
  max-width: 90%;
}

.entry-details {
  flex: 1;
  max-width: 600px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.line-length {
  max-width: 65ch; /* Approx. 65 characters wide */
}
.entry-details {
  flex: 1;
  max-width: 600px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

