/**
 * @license
 * Copyright 2025 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */

/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
  height: 100%;
}

/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#place-autocomplete-card {
  background-color: #F5C200;
  border-radius: 5px;
  border: 1px solid #013243;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 5px;
  padding: 15px;
  font-family: Inter, sans-serif;
  color:#013243;
  font-size: 18px;
  font-weight: bold;
}
#place-autocomplete-input {
  background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    border-radius: 10px !important;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    border: 1px solid #D1D3D3;
    padding-top: 10px !important;
    padding-bottom: 11px !important;
    height: auto;
}

gmp-place-autocomplete {
  width: 260px;
  
}

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

#map #infowindow-content {
  display: inline;
}

