﻿.filter__view {
    width: auto;
    height: var(--components-height-sm);
    border-radius: var(--radius-lg);
    border: 2px solid var(--gray-300);
    padding: 6px;
    display: flex;
    gap: var(--spacing-lg);
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    color: var(--gray-700);
}

.not__filter-mess {
    align-items: center;
    font-weight: 500;
}

