#related_content {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 15px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}

#related_content h3 {
  margin-bottom: 1em;
  color: #333;
  font-size: 1.1rem;
}

#related_content .related-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}

#related_content .related-items a.image {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  width: 150px;
}

#related_content .related-items a.image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

#related_content .related-items .related-title {
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
