.rmg-map-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.rmg-map-wrap iframe {
    display: block;
}

.rmg-map-missing {
    padding: 1em;
    background: #f8f8f8;
    border: 1px dashed #ccc;
    color: #666;
    font-size: 0.9em;
}

.rmg-map-stack-item {
    margin-bottom: 1.5em;
}

.rmg-map-stack-item:last-child {
    margin-bottom: 0;
}

.rmg-map-stack-title {
    margin: 0 0 0.5em;
}

/* Pin color/shape is now drawn entirely as inline SVG (see render.php) so it
   can't be silently overridden by theme CSS — this class just strips
   Leaflet's default white box/border from the icon shell. */
.leaflet-div-icon.rmg-map-pin {
    background: transparent;
    border: none;
}

.rmg-map-leaflet .leaflet-popup-content a {
    font-weight: 600;
}
