/**
 * Hotel Booking Manager - Map Widget Styles
 *
 * Frontend styles for the map widget.
 * Class prefix: .hbm-md- (Material Design / frontend)
 */

.hbm-map-widget {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #e9e9e9;
}

.hbm-map-widget--error,
.hbm-map-widget--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #3c434a;
    text-align: center;
}

.hbm-map-widget .leaflet-popup-content {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
}

.hbm-map-widget .leaflet-popup-content a {
    color: #2271b1;
    text-decoration: none;
}

.hbm-map-widget .leaflet-popup-content a:hover {
    text-decoration: underline;
}
