.place-map-card {
    width: 100%;
    margin: 0 0 16px;
}

.place-map-card h4 {
    margin: 0 0 8px;
    text-align: center;
}

.place-map-embed {
    position: relative;
    width: 100%;
    min-height: 300px;
    height: 300px;
    border: 1px solid #cbd5e1;
    background: #e9eef3;
}

.place-map-link {
    display: block;
    margin-top: 8px;
    padding: 8px 10px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    color: #0f172a;
    text-align: center;
    font-weight: 700;
}

.place-map-link:hover,
.place-map-link:focus {
    border-color: #94a3b8;
    background: #e2e8f0;
    color: #0f172a;
}

@media (max-width: 640px) {
    .place-map-embed {
        min-height: 240px;
        height: 240px;
    }
}
