.SinglePost {
  padding: 20px 0;
}
.SinglePost h1 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  line-height: 1.2;
}
.SinglePost__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.95rem;
  color: #888;
  margin-bottom: 16px;
}
.SinglePost__thumbnail {
  margin-bottom: 16px;
}
.SinglePost__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.SinglePost__excerpt {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 18px;
}
.SinglePost__content {
  font-size: 1rem;
  line-height: 1.7;
  color: #222;
  margin-bottom: 24px;
}
.SinglePost__content img, .SinglePost__content iframe, .SinglePost__content video {
  max-width: 100%;
  height: auto;
}
