.location-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;border:.0625rem solid var(--border);border-radius:.5rem;background:var(--bg-surface);overflow:hidden}.location-card__map-container{position:relative;width:100%;height:12.625rem;min-height:12.625rem;background:var(--bg-muted);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.location-card__map-container .location-card__js-map{width:100%;height:12.625rem;min-height:12.625rem;display:block;border:0}.location-card__map-placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:12.625rem;min-height:12.625rem;color:var(--fg-3);font-size:.8125rem;font-weight:600;letter-spacing:.05em}.location-card__content{height:7.375rem;padding:1rem 1.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden}.location-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:.375rem;margin-bottom:.5rem}.location-card__heading{margin:0;font-size:1.125rem;font-weight:600;color:var(--fg-1);line-height:1.3}.location-card__badge{font-size:.6875rem;font-weight:600;color:var(--fg-3);letter-spacing:.02em}.location-card__address{color:var(--fg-2);line-height:1.55}.location-card__address p{font-size:.8125rem;margin:0 0 .25rem}.location-card__address p:last-child{margin-bottom:0}