#leaflet-locations-map,
.llm-map {
    width: 100%;
    min-height: 400px;
    position: relative;
    z-index: 1;
}

.llm-map .leaflet-control-zoom {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(0%);
}

.llm-popup-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 7px;
    color: #333;
}

.llm-popup-content {
    line-height: 1.5;
}

@media (max-width: 767px) {
    .llm-map {
        min-height: 400px;
    }
}
