/* Ozon collection: queries follow filters; business actions start the next row. */
.ozon-category-page .filter-panel.filter-panel { flex-shrink: 0; min-width: 0; }
/* Flatten the current production wrapper without replacing cumulative JavaScript. */
.ozon-category-page .filter-panel .filter-toolbar { display: contents; }
.ozon-category-page .filter-panel .filter-query-actions,
.ozon-category-page .filter-panel .filter-business-actions { display: flex; flex-wrap: wrap; align-items: center; min-width: 0; max-width: 100%; gap: 10px; padding-bottom: 18px; }
.ozon-category-page .filter-panel .filter-query-actions { flex: 0 1 auto; }
.ozon-category-page .filter-panel .filter-business-actions { flex: 1 1 100%; margin-left: 0; justify-content: flex-start; }
.ozon-category-page .filter-panel .filter-query-actions .el-button + .el-button,
.ozon-category-page .filter-panel .filter-business-actions .el-button + .el-button { margin-left: 0; }
