.dropdown-wrap:has(#applyDateFilter) {
	display: none;
}
.date-btn {
	background-image: url('/wp-content/uploads/2025/01/calender-ico.png') !important;
	background-size: 2rem !important;
}

@media (max-width: 767px) {
	.dropdown-wrap:has(#applyDateFilter) {
		display: none;
	}
	.date-btn {
		background-size: 1.5rem !important;
		background-position: right 17px center !important;
	}
}
