/* Park Space — destinations listing (Figma 184:919) */
.ps-destinos-list { background-color: var(--ps-white); padding: 2.5rem 0 4rem; }
.ps-destinos-inner { display: flex; flex-direction: column; align-items: center; gap: 2.5rem; }
.ps-destinos-inner .ps-head { margin-bottom: 0; max-width: 43.88rem; }
.ps-destinos-cities { justify-content: center; }
.ps-destinos .ps-destinations { width: 100%; gap: 1.5rem 1.56rem; }
.ps-destinations-empty { grid-column: 1 / -1; text-align: center; }
@media (min-width: 62rem) {
	.ps-destinos-list { padding: 6rem 0 4.5rem; }
	.ps-destinos-inner { gap: 4.5rem; }
}
