/* MapKit shared layout helpers */
.mapkit-map {
    background: #e8e4d8;
    height: 100%;
    min-height: 200px;
    width: 100%;
}

.mapkit-map.is-disabled {
    cursor: not-allowed;
    filter: grayscale(0.35);
    opacity: 0.65;
    pointer-events: none;
}

.mapkit-wrap {
    border-radius: 18px;
    overflow: hidden;
}

.mapkit-wrap .leaflet-container {
    font-family: inherit;
}

.mapkit-coords-bar {
    background: #fffdf7;
    border-top: 1px solid #e5dcc8;
    color: #6b6456;
    font-size: 0.88rem;
    padding: 10px 14px;
}

.mapkit-hint {
    color: #6b6456;
    font-size: 0.86rem;
    margin: 8px 0 0;
}

.mapkit-hint.is-warning {
    color: #c45f00;
    font-weight: 700;
}
