.location-cards .location-cards__grid{display:grid;grid-template-columns:1fr;row-gap:16px}.location-cards .location-cards__grid .card{border-radius:15px 0 15px 0;overflow:hidden;position:relative;width:100%;z-index:0}.location-cards .location-cards__grid .card .card__inner{padding:24px}.location-cards .location-cards__grid .card .card__featured-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out;width:100%;z-index:-1}.location-cards .location-cards__grid .card h3{background-color:var(--primary);border-radius:14px 0 14px 0;font-size:1rem;font-weight:500;margin:0;padding:10px 42px 11px;width:fit-content}.location-cards .location-cards__grid .card h3 a{color:#fff;text-decoration:none}.location-cards .location-cards__grid .card h3 a:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}@media (min-width:768px){.location-cards .location-cards__grid .card{margin:0 auto;max-width:400px}.location-cards .location-cards__grid .card:after{content:"";display:block;padding-top:100%}.location-cards .location-cards__grid .card .card__inner{align-items:flex-start;display:flex;height:100%;left:0;padding:20px;position:absolute;top:0;width:100%}.location-cards .location-cards__grid .card:focus .card__featured-image,.location-cards .location-cards__grid .card:hover .card__featured-image{transform:scale(1.1)}}@media (min-width:1200px){.location-cards .location-cards__grid .card .card__inner{padding:30px}}