.single-title {
  margin-bottom: 0;
}

.single-tags {
  margin-bottom: 1rem;
}

.meta {
  font-size: 0.9rem;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 1rem;
}

.back-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #4b5563;
  text-decoration: none;
  background-color: #f3f4f6;
  border-radius: 8px;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.back-link:hover {
  color: #3b82f6;
  background-color: #e5e7eb;
  transform: translateX(-4px);
}
