.show-map-button::before {
  content: "\f278";
  font-family: 'Font Awesome 6 Free';
  margin-right: 10px;
  font-size: 24px;
  vertical-align: bottom;
}
.list-header-buttons {
  text-align: center;
  padding: 10px 0;
}
@media all and (min-width: 768px) {
  .list-header-buttons {
    text-align: right;
  }
}
section.map-list-items {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 200;
}
section.map-list-items #map {
  width: 100%;
  height: 100%;
}
section.map-list-items .list-button {
  position: absolute;
  top: 20px;
  right: 20px;
}
section.map-list-items .list-button::before {
  content: "\f03a";
  font-family: 'Font Awesome 6 Free';
  margin-right: 10px;
  font-size: 24px;
  vertical-align: bottom;
}
.pre-message {
  padding: 20px;
  color: #6E33AE;
  font-size: 18px;
  text-align: center;
}
