/* Portal Leaflet haritalari — mobil tasmasin diye */
main {
    overflow-x: clip;
    max-width: 100%;
}

.portal-map-page {
    max-width: 100%;
    overflow-x: hidden;
}

.portal-map-card .card-body {
    overflow: hidden;
}

.portal-map-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-height: 240px;
}

.portal-map-wrap--page {
    height: min(70vh, 560px);
}

.portal-map-wrap--embed {
    height: 320px;
}

@media (max-width: 576px) {
    .portal-map-wrap--page {
        height: min(58vh, 420px);
    }
    .portal-map-wrap--embed {
        height: 280px;
    }
}

.portal-map-wrap .leaflet-container,
.portal-map-wrap .leaflet-pane,
#map.leaflet-container,
#pil-harita.leaflet-container {
    width: 100% !important;
    max-width: 100%;
}

.portal-map-toolbar .form-control {
    min-width: 0;
}

@media (max-width: 575.98px) {
    .portal-map-card .card-header {
        flex-direction: column;
        align-items: stretch !important;
    }
    .portal-map-card .card-header h5 {
        font-size: 1rem;
    }
}
