section {
  color: white;
}

section select {
  margin-top: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.625rem;
  outline: none;
  border: none;
  width: 100%;
  font-family: "Cairo", Arial, Helvetica, sans-serif;
  color: #161616;
}

section .list {
  margin-top: 1.125rem;
  padding: 0.25rem 0.5rem 0;
  border-radius: 0.625rem;
  width: 100%;
  background-color: white;
  color: #161616;
  text-align: left;
  display: none;
  overflow-y: auto;
  max-height: 50vh;
  list-style-type: none;
}

section .list li {
  border-bottom: 1px solid #e5e5e5;
}

section .list li:only-child {
  border-bottom: none;
  line-height: 1.1;
  padding: 0.5rem 0;
}
