html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.place-autocomplete-wrapper {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background: #f8f9fa;
  border-top: 2px solid #013243;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

#map {
  flex-grow: 1;
}

/* Keep existing styles */
#place-autocomplete-card {
  border-radius: 5px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #013243;
}

#place-autocomplete-input {
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

gmp-place-autocomplete {
  width: 100% !important;
  display: block;
}

#infowindow-content .title {
  font-weight: bold;
}