/* Off-the-shelf inspired article layout (Bootstrap grid + custom skin) */

.post-article .post-cover {
  margin: 0 0 1.5rem;
  border: 0px solid var(--border, #e2e0db);
  background: transparent;
  overflow: hidden;
}

.post-cover-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 60vh;
  object-fit: contain;
  opacity: 0.94;
}

.post-article-title {
  margin: 0 0 0.65rem;
  line-height: 1.22;
}

.post-article .meta {
  margin: 0 0 0.75rem;
}

.post-article .post-info {
  border-left: 3px solid var(--accent, #1e4a6e);
  padding-left: 0.85rem;
  margin: 0 0 1.5rem;
  color: var(--muted, #5a5854);
  font-style: italic;
  line-height: 1.6;
}

.post-article .post-body {
  margin-top: 0.25rem;
}

.post-article .post-image {
  margin-top: 1.1rem;
}

.post-article .post-highlight {
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.7;
}

.post-article .post-video {
  margin: 1.25rem 0;
}

.post-article .post-caption {
  margin-top: 0.55rem;
  color: var(--muted, #5a5854);
  font-size: 0.92rem;
  line-height: 1.55;
  text-align: center;
}
