.ew-map-container {
    width: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(14, 42, 82, 0.12);
    border: 1px solid #e6edf6;
    margin: 20px 0 40px;
    background: #e5e8e8;
}

.ew-leaflet-map {
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Leaflet Popup Custom Styling */
.ew-leaflet-map .leaflet-popup-content-wrapper {
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(14, 42, 82, 0.2);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 0;
    overflow: hidden;
}

.ew-leaflet-map .leaflet-popup-content {
    margin: 0;
    width: 250px !important;
}

.ew-popup-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.ew-popup-body {
    padding: 12px 14px;
}

.ew-popup-body h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    color: #152234;
}

.ew-popup-body p {
    margin: 0 0 8px;
    font-size: 13px;
    color: #5b6b7d;
    line-height: 1.4;
}

.ew-popup-scenery {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #1e5aa8;
    text-decoration: none;
    border-top: 1px solid #f0f4f9;
    padding-top: 8px;
    margin-top: 8px;
    transition: color 0.2s ease;
}

.ew-popup-scenery:hover {
    color: #2f7ac8;
}
