.filter-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.filter-fields label {
  display: block;
  font-weight: bold;
}
.filter-fields select,
.filter-fields input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: auto !important;
}
.filter-fields button {
    background: #339da1;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 10px 40px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
.filter-fields button:hover{
  background: #29797c;
}
#avada-meta-filter-results {
  margin-top: 20px;
}
