.related-posts-card {
  background: #ffffff;
  border: 1px solid #e6edf5;
  # border-radius: 16px;
  padding: 20px;
  margin-top: 24px;
}

.related-posts-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #123a63;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6edf5;
}

.related-posts-icon {
  color: #123a63;
}

.related-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-posts-item:not(:last-child) {
  margin-bottom: 14px;
}

.related-posts-link {
  display: flex;
  gap: 12px;
  text-decoration: none;
  align-items: center;
}

.related-posts-thumb img,
.related-posts-placeholder {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  object-fit: cover;
  background: #f1f5f9;
  display: block;
}

.related-posts-content {
  display: flex;
  flex-direction: column;
}

.related-posts-post-title {
  font-size: 14px;
  font-weight: 600;
  color: #0b2540;
  line-height: 1.3;
}

.related-posts-date {
  font-size: 12px;
  color: #6b7c93;
  margin-top: 4px;
}

.related-posts-link:hover .related-posts-post-title {
  text-shadow: 0 0 0 currentColor;
}
