/**
 * Niktel Realty — admin mapový editor.
 */

.niktel-admin-map-box {
    margin: 12px 0 20px;
    padding: 12px;
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 4px;
}

.niktel-admin-map-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.niktel-admin-map-header label {
    font-weight: 600;
    font-size: 13px;
    color: #1d2327;
}

.niktel-admin-map-header .niktel-map-status {
    font-size: 12px;
    font-style: italic;
    flex: 1 1 auto;
}

.niktel-admin-map {
    width: 100%;
    height: 360px;
    border: 1px solid #c3c4c7;
    border-radius: 3px;
    background: #e6e6e6;
}

.niktel-admin-map-box .description {
    margin: 6px 0 0;
    font-size: 12px;
    color: #646970;
}

/* Leaflet map reset uvnitř ACF admin stylů */
.niktel-admin-map .leaflet-container {
    font-family: inherit;
}
