﻿.myZoneRecherche {
    border: 1px solid #ccc;
    padding: 8px;
    background: #fafafa;
}

.zr-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.zr-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.zr-body {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 8px;
}

.zr-editor {
    width: 100%;
}

.zr-actions button {
    white-space: nowrap;
}
.zr-editor {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.zr-label {
    font-size: 12px;
    color: #555;
}
