.mpf-filters {
	background: #ffffff;
	border: 1px solid #d7dcf5;
	border-radius: 16px;
	padding: 22px 20px;
	font-family: "Vazirmatn", "IRANSans", Tahoma, Arial, sans-serif;
	direction: rtl;
}

.mpf-section {
	padding: 14px 0;
	border-bottom: 1px solid #eef0fa;
}

.mpf-section:last-of-type {
	border-bottom: none;
}

.mpf-title {
	color: #1c2c86;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 12px;
	position: relative;
	padding-bottom: 10px;
}

.mpf-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	border-bottom: 2px dashed #c7cdf0;
}

.mpf-checkbox-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mpf-checkbox-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.mpf-checkbox-row input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: #1c2c86;
	border-radius: 4px;
	cursor: pointer;
}

.mpf-empty {
	font-size: 13px;
	color: #999;
	margin: 0;
}

/* --------------------- اسلایدر قیمت --------------------- */
.mpf-price-slider {
	position: relative;
	height: 30px;
	margin: 10px 4px 18px;
}

.mpf-slider-track {
	position: absolute;
	top: 13px;
	right: 0;
	left: 0;
	height: 4px;
	background: #e2e5f5;
	border-radius: 4px;
}

.mpf-slider-range {
	position: absolute;
	height: 4px;
	background: #1c2c86;
	border-radius: 4px;
}

.mpf-range {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	margin: 0;
	pointer-events: none;
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
}

.mpf-range::-webkit-slider-thumb {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #ffffff;
	border: 3px solid #1c2c86;
	cursor: pointer;
	pointer-events: all;
	margin-top: -7px;
}

.mpf-range::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #ffffff;
	border: 3px solid #1c2c86;
	cursor: pointer;
	pointer-events: all;
}

.mpf-range::-webkit-slider-runnable-track {
	background: transparent;
	height: 4px;
}

.mpf-price-inputs {
	display: flex;
	gap: 12px;
}

.mpf-price-box {
	flex: 1;
	position: relative;
	border: 1px solid #d7dcf5;
	border-radius: 10px;
	padding: 8px 10px 20px;
	text-align: center;
}

.mpf-price-box input {
	width: 100%;
	border: none;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #1c2c86;
	outline: none;
}

.mpf-price-box span {
	font-size: 11px;
	color: #888;
}

.mpf-price-box label {
	position: absolute;
	bottom: 4px;
	right: 0;
	left: 0;
	font-size: 11px;
	color: #999;
}

.mpf-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 16px;
}

.mpf-apply-btn {
	background: linear-gradient(180deg, #2b3fb0 0%, #1c2c86 100%);
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 12px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	font-family: inherit;
}

.mpf-apply-btn:hover {
	filter: brightness(1.08);
}

.mpf-reset-link {
	text-align: center;
	font-size: 13px;
	color: #888;
	text-decoration: underline;
}
