.author-img { 
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 50%;
}
.author-img-lg { 
  width: 200px; 
  height: 200px; 
  object-fit: cover; 
  border-radius: 50%;
}
.author-card:hover { 
  transform: translateY(-3px); 
  transition: all 0.2s; 
}
.sidebar-sticky {
  position: sticky;
  top: 76px;
}
.event-img {
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
}
.report-content p { 
  margin-bottom: 1.25rem; 
}
.report-card:hover { 
  transform: translateY(-3px); 
  transition: all 0.2s; 
}
footer a i {
  transition: all 0.2s ease;
}
footer a:hover i {
  color: #0d6efd; /* bootstrap primary */
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .event-img {
    height: 100%;
  }
}