.post-filters-block .post-category-filter {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.post-filters-block .post-category-filter .text {
	font-size: 1.1em;
	margin-bottom: 0;
}
.post-filters-block .post-category-filter .facet-filter {
	width: 100%;
	max-width: 250px;
}
.post-filters-block .post-category-filter .facet-filter .facetwp-facet {
	margin-bottom: 0;
}
.post-filters-block .post-category-filter .facet-filter .facetwp-type-dropdown .facetwp-dropdown {
	background: #fff;
	color: #1D1D1B;
	padding: 10px;
	text-align: left;
	width: 100%;
	font-size: 0.9em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('/wp-content/uploads/2024/07/AS_Web-Icons_100x100px-DROPDOWN.svg');
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	padding-right: 30px;
}


@media all and (max-width: 480px) {
.post-loop-block.block  {
  padding-bottom: 45px; 
}
}
@media all and (max-width: 410px) {
.post-filters-block .post-category-filter {
  flex-wrap: wrap;
  gap: 15px;
}
.post-filters-block .post-category-filter .facet-filter {
	width: 100%;
	max-width: 100%;
}
}