.a-apply__form {
    margin-bottom:20px;
}



.a-apply__tags {
    padding:0;
    margin:0;
    list-style:none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.a-apply__refresh {
    margin-top: 10px;
}

.a-apply__refresh .refreshFilter {
	background: #fff;
      box-shadow: 0 0 10px #9499cd75 !important;
  text-transform: none;
  border: none;
  color: var(--main-text-color);
  font-weight: 600;
}
.a-apply__refresh .refreshFilter:hover {
    text-decoration:none;
      color: #fff;
}
.a-filter-tags__item {
    display:flex;
    padding: 6px 12px 6px 12px;
    border-radius: 6px;
    box-shadow: 0 0 10px #9499cd75 !important;
}
.a-filter-tags__name {
    font-weight:600;
    margin-right:5px
}
.a-filter-tags__value,.a-filter-tags__values {
    display:flex;
    padding:0;
    margin:0;
    list-style:none
}
.a-filter-tags__value {
	margin-left: 5px;
}
.a-filter-tags__values {
    flex-wrap:wrap;
    width:100%
}
.a-filter-tags__remove {
    -webkit-appearance:none;
    border:0;
    padding:0;
    box-shadow:none;
    font-family:icons;
    color:var(--accent-color,#2879fe);
    content:"\e98e";
    font-weight:400;
    font-style:normal;
    background:0 0;
    transition:color var(--transition-fast,.2s) linear;
    margin-left:2px
}
.a-filter-tags__remove:after {
    content:"\e9b3"
}
.a-filter-tags__remove:hover {
    color:var(--alt3-accent-color,#f8353e)
}

@media (max-width: 430px) {
  .a-apply__form {
  	font-size: 12px;
  }
  .a-apply__refresh .refreshFilter {
  	font-size: 12px;
    min-height: 30px;
  }
}