html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#map {
  height: 480px;
  z-index: 0;
  width: 100%;
}

body {
  max-width: 640px;
  margin: auto;
}

h1 {
  font-size: 28px;
}

#message {
  font-size: 20px;
  margin-top: 40px;
  margin-inline: 1em;
  display: flex;
  background-color: rgb(241, 241, 241);
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  padding-block: 1em;
  visibility: hidden;
}

#trip_details {
  padding-inline: 0.8em;
}

.tile {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-block: 1em;
}

.tile_title {
  font-size: 14px;
  color: rgb(85, 85, 85);
  padding-right: 1em;
}

.tile_value {
  font-size: 14px;
  text-align: right;
}

.divider_small {
  height: 1px;
  width: 100%;
  background-color: rgb(222, 222, 222);

  border-radius: 12px;
}

.divider_big {
  height: 4px;
  width: 100%;
  background-color: rgb(236, 236, 236);
  border-radius: 12px;
  margin-block: 1em;
}

#pickup_time_tile {
  visibility: hidden;
}
