/* =========================
   POST PAGE
========================= */

.post-title {
  font-weight: 800;
  line-height: 1.2;
}

.post-meta {
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.post-content {
  font-size: 1.05rem;
  line-height: 1.9;
}

.post-content h2,
.post-content h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.post-content p {
  margin-bottom: 1.2rem;
}

.post-content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 2rem 0;
}

.post-breadcrumb {
  font-size: 0.85rem;
  color: #777;
}

.post-breadcrumb a {
  text-decoration: none;
  color: var(--brand-blue);
}

/* =========================
   SIDEBAR
========================= */

.post-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-box {
  background: #fff;
  padding: 20px;
  border-radius: var(--radius);
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.sidebar-heading {
  font-weight: 700;
  margin-bottom: 15px;
}

.sidebar-link {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 10px;
  text-decoration: none;
  color: var(--brand-blue);
  transition: color .2s ease;
}

.sidebar-link:hover {
  color: var(--brand-green);
}
