.forhandler-map {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Hide territorial/administrative borders */
.forhandler-map .leaflet-tile-container img {
    filter: hue-rotate(0deg) saturate(0.85);
}

.forhandler-map path[stroke="#A37"],
.forhandler-map path[stroke="#a37"],
.forhandler-map path[stroke="purple"],
.forhandler-map path[stroke="#9370DB"],
.forhandler-map path[stroke*="purple"] {
    stroke: transparent !important;
    opacity: 0 !important;
    display: none !important;
}

.leaflet-popup-content-wrapper {
    border-radius: 8px;
    padding: 0;
    min-width: 430px;
}

.leaflet-popup-content {
    margin: 0;
    min-width: 430px;
}

.forhandler-popup {
    padding: 15px;
    min-width: 430px;
    width: 430px;
}

.forhandler-popup h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #FF4D06;
    font-weight: bold;
}

.forhandler-popup p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
}

.forhandler-popup strong {
    display: inline-block;
    width: 90px;
    vertical-align: top;
}

.forhandler-popup a {
    color: #FF4D06;
    text-decoration: none;
    word-break: break-all;
    display: inline;
}

.forhandler-popup a:hover {
    text-decoration: underline;
}

/* Custom marker styling */
.leaflet-marker-icon {
    transition: transform 0.2s;
}

.leaflet-marker-icon:hover {
    transform: scale(1.1);
    z-index: 1000 !important;
}
