/* related posts */
.cc-related-item {
  list-style: none;
  margin-bottom: 3rem;
}

.cc-related-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
}

.cc-related-image {
  flex: 1 1 300px;
  max-width: 300px;
}

.cc-related-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.cc-related-content {
  flex: 2 1 400px;
}

.cc-related-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 0.5rem 0;
}

.cc-related-excerpt {
  color: #555;
  margin-bottom: 1rem;
}

.cc-related-meta {
  margin-bottom: 0.5rem;
}

.cc-related-category {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #888;
}

.cc-related-button {
  padding: 0.4rem 1rem;
  background-color: #7b61ff;
  color: white;
  text-decoration: none;
  font-size: 0.875rem;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
}

.cc-related-button:hover {
  background-color: #5f48d6;
}

.cc-related-footer {
  font-size: 0.8rem;
  color: #aaa;
  border-top: 1px solid #eee;
  padding-top: 0.5rem;
}
