.city-grid.all-cities{grid-template-columns:repeat(4,minmax(0,1fr))}
.city-grid.all-cities a{min-height:185px}
.city-grid.all-cities strong{margin-top:28px;font-size:19px}
.city-grid.all-cities small{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.directory-card{padding-bottom:74px}
.directory-actions{position:absolute;right:23px;bottom:20px;left:23px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.directory-actions a{position:static;color:#087562;font-size:11px;font-weight:800;text-decoration:none}
.directory-actions a:last-child{color:#5d7068;font-weight:700}
.city-breadcrumbs a+span::before,.city-breadcrumbs a+a::before{content:"/";margin-right:8px;color:#a8b4af}
@media(max-width:1050px){.city-grid.all-cities{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.city-grid.all-cities{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.city-grid.all-cities{grid-template-columns:1fr}.directory-actions{align-items:flex-start;flex-direction:column;gap:7px}.directory-card{padding-bottom:92px}}
