﻿.featured .card-media {
  height: 220px;
}

.featured .card-body h3 {
  font-size: 1.2rem;
}

.featured .card {
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.featured .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(13, 13, 13, 0.12);
}

.card-media{
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.card-media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.modal-media{ width:100%; max-height:260px; overflow:hidden; border-radius:12px; margin:0 0 16px; }
.modal-media img{ width:100%; height:260px; object-fit:cover; display:block; }

.pkg-card-description {
  line-height: 1.5;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
