/* HolidayCorp · Property List page-only styles
   Scoped to .property-list-page to avoid affecting other pages. */

.property-list-page .filters-card {
  border: 0;
  border-radius: 1rem;
}

.property-list-page .filters-card .form-label {
  font-weight: 600;
}

/* Card image fallback block for when a package has no image URL */
.property-list-page .property-item .no-image {
  height: 220px;
  background: #f2f4f7;
  color: #6b7280;
  font-weight: 600;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Ensure WOW cards animate together (no stagger) even if attributes slip in */
.property-list-page .wow[data-wow-delay] {
  animation-delay: 0s !important;
}

/* Pagination spacing */
.property-list-page #pagination .pagination {
  margin-bottom: 0;
}