.h-200px { min-height: 200px; height: 250px; }
.h-lg-250px { min-height: 150px; }

@media (min-width: 992px) {
  .h-lg-250px { min-height: 385px; height: 385px; }
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.story-meta{
  font-size: clamp(.8rem, 3vw, .9rem);
}