body {
  background-color: #f8f9fa;
}

.post-hero {
  height: 400px;
  object-fit: cover;
  width: 100%;
  border-radius: 0.75rem;
}

.sidebar-section {
  background-color: white;
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}

.sidebar-section h5 {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.post-meta {
  font-size: 1.6rem;
  color: #6c757d;
}

.comment-box {
  margin-top: 4rem;
}

.comment-box .comment-list {
  max-height: 50rem;
  overflow-y: auto;
}

.comment {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.form-control {
  font-size: 1.6rem;
}
