body { padding-bottom: 60px; }
.lead { font-size: 1.1rem; }

.admin-sidebar {
  min-width: 220px;
  min-height: 100vh;
}
.admin-sidebar .nav-link:hover {
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
}
.admin-content {
  background: #f8f9fa;
  min-height: 100vh;
}
.admin-thumb {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
}
.blog-featured {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}
.blog-content {
  line-height: 1.8;
  font-size: 1.05rem;
}
