.dynfilt { margin-bottom: 20px; }
.dynfilt-label { font-weight: 600; margin-bottom: 8px; }
.dynfilt-options { display: flex; flex-direction: column; gap: 6px; }
.dynfilt-option { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.dynfilt-option input { margin: 0; }

.dynfilt-select select,
.dynfilt-sorting select,
.dynfilt-search input {
	width: 100%;
	padding: 9px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.dynfilt-range-inputs { display: flex; align-items: center; gap: 8px; }
.dynfilt-range-inputs input {
	width: 100%;
	padding: 9px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.dynfilt-buttons { display: flex; gap: 10px; margin-bottom: 20px; }
.dynfilt-apply,
.dynfilt-reset {
	padding: 10px 20px;
	border-radius: 6px;
	border: 0;
	cursor: pointer;
	font-weight: 600;
}
.dynfilt-apply { background: #2271b1; color: #fff; }
.dynfilt-reset { background: #f0f0f1; color: #333; }
