/* --- Showroom block: map link (adds to existing .pcseal-showrooms / .pcseal-showroom-card rules in style.css) --- */
.pcseal-showroom-card .map-link { margin-top: 10px; }
.pcseal-showroom-card .map-link a { display: inline-flex; align-items: center; gap: 6px; font-size: 0.85rem; font-weight: 600; color: var(--accent-strong); text-decoration: none; }
.pcseal-showroom-card .map-link a:hover { text-decoration: underline; }
.pcseal-showroom-card .map-embed { margin-top: 10px; border-radius: 10px; overflow: hidden; }
.pcseal-showroom-card .map-embed iframe { display: block; width: 100%; height: 220px; border: 0; }
