/* Shared HiveSpots city-listing cards. */
.hivespots-listing-card{display:grid;grid-template-columns:96px minmax(0,1fr);gap:20px;align-items:center;padding:24px 0;border-top:1px solid #d7d7d7}.hivespots-listing-card:first-child{border-top:0}.hivespots-listing-card__logo{width:76px;height:64px;object-fit:contain}.hivespots-listing-card__logo[aria-hidden="true"]{opacity:.18;filter:grayscale(1)}.hivespots-listing-card h2,.hivespots-listing-card h3{margin:0 0 8px}.hivespots-listing-card p{margin:0 0 8px}@media(max-width:640px){.hivespots-listing-card{grid-template-columns:1fr;gap:10px}}
