.location-list{max-height:500px;overflow:auto;scrollbar-width:thin;scrollbar-color:#c9cbc4 transparent}
.location-list article{position:relative;padding-right:34px}
.location-list article::after{content:"›";position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:18px;color:#b0b3aa}
.location-list article:focus{outline:2px solid #ffe500;outline-offset:-2px}
.fake-map i{animation:location-pin-in .35s ease both}
.fake-map i:nth-of-type(2n){animation-delay:.04s}.fake-map i:nth-of-type(3n){animation-delay:.08s}
@keyframes location-pin-in{from{opacity:0;transform:rotate(-45deg) scale(.72)}to{opacity:1;transform:rotate(-45deg) scale(1)}}
@media(max-width:900px){.location-list{max-height:none}.fake-map{min-height:430px}}
@media(max-width:560px){.fake-map{min-height:360px}.fake-map i{width:31px;height:31px;font-size:8px}.location-list article{padding:15px 32px 15px 8px}}
