
.post-filters-block .facetwp-type-radio {
display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 60px);
}
.post-filters-block .facetwp-radio {
	margin-bottom: 0;
	padding-left: 0;
	background: none !important;
	font-weight: 700;
	position: relative;
}
.post-filters-block .facetwp-radio.checked {
color: #34CCB5;
}
.post-filters-block .facetwp-radio .facetwp-display-value {
	padding-right: 0;
}

.post-filters-block.sectors-section .block-inner {
	display: flex;
	align-items: center;
	gap: 120px;
}
.post-filters-block.sectors-section .custom-filter {
font-weight: 600;
display: flex;
  gap: 8px;
  align-items: center;
}


.facetwp-dropdown {
  /* Remove native appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  
  /* Add custom arrow icon */
  background: url('/wp-content/uploads/2025/03/down-pointer-green.svg') no-repeat right center;
  background-size: 16px; /* Adjust size as needed */
}


.post-filters-block.categories-section .filter-content.mob  {
display: none;
}
@media all and (max-width: 768px) {
.post-filters-block.sectors-section {
  display: none;
}
.post-filters-block.categories-section .filter-content.desk  {
display: none;
}
.post-filters-block.categories-section .filter-content.mob  {
display: block;
}

.facetwp-dropdown {
  width: 100% !important;
  background-color: #F5F5F5;
  border-radius: 45px;
  color: #19262F;
font-size: 16px;
    height: 49px;
    padding: 0 21px;
    background-position: right 21px center;
    font-weight: 500;
}
}