.vertex-product-search {
	max-width: 1200px;
	margin: 0 auto;
}

.search-filters {
	background: #f8f8f8;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #e8e8e8;
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
}

.filter-group {
	margin-bottom: 15px;
	flex: auto;
}

.filter-group label {
	display: block;
	margin-bottom: 5px;
}

.filter-group select {
	width: 100%;
	max-width: 300px;
}

.filter-actions {
	margin-top: 20px;
	width: 100%;
}

.filter-actions button {
	margin-right: 10px;
}

/* DataTables customization */
.dataTables_wrapper {
	margin-top: 20px;
}

.dataTables_wrapper .dataTables_processing#catalog-table_processing {
	height: 100%;
	display: flex;
	inset: 0;
	margin-inline: 0;
	margin-block: 0;
	justify-content: center;
	align-items: center;
	padding: 0;
	user-select: none;
}
