@font-face {
  font-family: "Messina Sans";
  src: url("https://cdn5.onboard.org/assets/bbsgroup/fonts/MessinaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Messina Sans", Open Sans, Roboto, Arial, sans-serif;
}

.wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.filter-container {
  width: 100%;
  max-width: 1000px;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.filter {
  width: 100%;
  min-height: 40px;
  padding: 10px;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  background-color: rgba(255,255,255,0.1);
  border: 1px solid #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.filter option,
.filter optgroup {
  color: #000;
  background-color: #fff;
}

.filter::-ms-expand { display: none; }

@media only screen and (min-width: 640px) {
  .filter-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .filter {
    width: auto;
    min-width: 210px;
  }
}
