.manifestazioni-nav {
  gap: 0.5rem;
}

.manifestazioni-card {
  transition: box-shadow 0.15s ease-in-out;
}

.manifestazioni-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

.manifestazioni-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.manifestazione-hero img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.manifestazione-meta {
  color: #6c757d;
}

.manifestazione-periodo {
  color: #495057;
  font-weight: 500;
}

.manifestazioni-card .stretched-link::after {
  z-index: 1;
}

.manifestazione-content img {
  max-width: 100%;
  height: auto;
}
