/*
 * Sidebar page layout, post cards and entry titles.
 *
 * Loaded on: pages, search results, 404, single instructor
 * Enqueued by Stylchen\Frontend\Assets.
 */

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 55px; }
.post-card { border-bottom: 1px solid var(--sc-line); padding-bottom: 25px; margin-bottom: 28px; }
.post-card__title, .entry-title { margin: 0 0 10px; color: var(--sc-ink); font-family: "Playfair Display", Georgia, serif; font-weight: 400; line-height: 1.3; }
.post-card__title { font-size: 1.5625rem; }
.entry-title { font-size: clamp(2rem, 4vw, 2.875rem); }
.entry-meta { color: #999; font-size: 0.75rem; text-transform: uppercase; letter-spacing: .05em; }
.sidebar-box { margin-bottom: 32px; }
.sidebar-box h3 { margin: 0 0 15px; color: var(--sc-ink); font-family: Raleway, Arial, sans-serif; font-size: 1rem; text-transform: uppercase; }

@media (max-width: 900px) {
  .content-grid { grid-template-columns: 1fr; }
}
