/* Custom styles for Heritage Matrimony */
.page-section {
  /* ensures sections are stacked but hidden when not active */
}
#matchesList .card {
  transition: transform 0.2s ease;
}
#matchesList .card:hover {
  transform: translateY(-4px);
}