.post-content img {
    max-width: 100%;
    height: auto;
}
a:hover {
    text-decoration: none !important;
}
.category-header {
  border-bottom:2px solid #eee;
}
.category-header h2 {font-weight:600;}
.category-content {
  margin-top:10px;
  color:#444;
}
.post-thumb {
  width:100%;height:180px;object-fit:cover;border-radius:8px;
}
.post-card {transition:transform 0.2s ease-in-out;}
.post-card:hover {transform:translateY(-3px);}
.pagination .page-item.active .page-link {
  background:#007bff;border-color:#007bff;
}
.author-header {
  display:flex;align-items:center;gap:20px;margin-bottom:30px;
}
.author-header img {
  width:120px;height:120px;object-fit:cover;border-radius:50%;border:3px solid #eee;
}
.social-links {margin-top:10px;}
.post-thumb {
  width:100%;height:180px;object-fit:cover;border-radius:8px;
}
.post-card {
  transition:transform 0.2s ease-in-out;
}
.post-card:hover {transform:translateY(-3px);}
.pagination .page-item.active .page-link {
  background:#007bff;border-color:#007bff;
}