/* =========================================================
   Dynamic Health Hub cards from WordPress database
   ========================================================= */

.healthhub-dynamic-grid .healthhub-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.healthhub-dynamic-card .visual-strip {
  position: relative;
  overflow: hidden;
}

.healthhub-card-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .35s ease, filter .35s ease;
}

.healthhub-dynamic-card:hover .healthhub-card-image {
  transform: scale(1.06);
  filter: saturate(1.05);
}

.healthhub-post-date {
  display: block;
  margin-top: 16px;
  color: #7c919b;
  font-size: 13px;
  font-weight: 800;
}

.healthhub-dynamic-card .card-body h3 {
  transition: color .2s ease;
}

.healthhub-dynamic-card:hover .card-body h3 {
  color: #0878a4;
}
