#result {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

/* Chip visuals: catalog-search-mobile.css + main.css (avoid legacy grey chips) */
#result .chip {
    display: inline-flex;
    align-items: center;
}

#result .close-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.reset-filters {
    margin-left: 8px;
    padding: 4px 8px;
    color: #007bff;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
}

.reset-filters:hover {
    text-decoration: underline;
}