.will-filter-bar-close-button {
  width: auto;
  height: auto;
  /* background-color: var(--will-grey); */
  color: var(--will-grey);
  padding: 2px 7px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  font-size: 23px;
  /* display: none; */

  position: absolute;
  top: 10px;
  right: 10px;

  min-height: 35px;
}

@media (max-width: 960px) {
  .will-filter-bar-close-button {
    top: 10px;
    right: 10px;

    border-radius: 25px;
    margin-left:0;
   
    display: flex;
    justify-content: center;
  }
}
