@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Work+Sans:wght@300;400;500;600&display=swap');

h2.search-title {
  font-size: 24px !important;
  font-weight: 700;
  margin: 0;
  line-height:1.5rem;
}



#locations-panel-list .search-input, #finderSearch {
  width: 100%;
  margin-top: 0.8em;
  position: relative;
}

#locations-panel-list .search-input input, #finderSearch input {
  width: 100%;
  border: 1px solid #80868b;
  border-radius: 0.3em;
  height: 2em;
  box-sizing: border-box;
  padding: 0 1em 0 2.5em;
  font-size: 0.7em;
}
button#location-search-button{
display: inline-block;
padding: 12px 14px;
justify-content: center;
align-items: center;
gap: 8px;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#map-container {
  width: 100%;
  height: 600px;
  position: relative;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

#map-container a {
  text-decoration: none;
  color: #1967d2;
}

#map-container button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  font-size: inherit;
  cursor: pointer;
}

#gmp-map {
  position: absolute;
  left: 31em;
  top: 0;
  right: 0;
  bottom: 0;
}

#locations-panel {
  border-radius: 6px;
background: #F5F5F5;
  position: absolute;
  left: 0;
  width: 30em;
  top: 0;
  bottom: 0;
  overflow-y: auto;

  padding: 0.5em;
  box-sizing: border-box;
}

@media only screen and (max-width: 876px) {
  #gmp-map {
    left: 0;
    bottom: 65%;
  }

  #locations-panel {
    top: 35%;
    right: 0;
    width: unset;
  }
	#map-container {min-height:900px;}	
}

#locations-panel-list > header {
  font-family: "Work Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
letter-spacing: -1px;
padding: 1.4em 0;
}

#locations-panel-list h1.search-title,.finderContainer > header > h1.search-title {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
}

#locations-panel-list h1.search-title > img {
  vertical-align: bottom;
  margin-top: -1em;
  display:none;
}

#locations-panel-list .search-input, #finderSearch {
  width: 100%;
  margin-top: 0.8em;
  position: relative;
}

#locations-panel-list .search-input input, #finderSearch input {
    width: 100%;
    border: 1px solid #80868b;
    border-radius: 0.3em;
    height: 35px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 0.7em;
  /*  max-width: 300px;*/
    display: inline-block;
}

#locations-panel-list .search-input input:focus {
  outline: 2px solid #1e88e5;
}

#locations-panel-list .search-input input::placeholder {
  color: #212121;
  opacity: 0.5;
}

#locations-panel-list .search-input-overlay {
  position: absolute;
}

#locations-panel-list .search-input-overlay.search {
 margin-top:5px;
}

#locations-panel-list .search-input-overlay.search button {
width: 50px;
height: 200px;
padding: 12px 14px;
gap: 8px;
border-radius: 4px;
background: #0057B8 ;
color: #fff;
font-family: "Work Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 16px */
letter-spacing: -0.5px;
}

#locations-panel-list .search-input-overlay.search .icon {
  margin-top: 0.15em;
  vertical-align: top;
  width: 0.9em;
}

#locations-panel-list .section-name {

  margin: 1.8em 0 1em 1.5em;
  color: #000;
font-family: "Work Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
	text-align:right;
}

#locations-panel-list .location-result {
  position: relative;
  padding: 0.8em 3.5em 0.8em 1.4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

#locations-panel-list .location-result:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

#locations-panel-list .location-result:last-of-type {
  border-bottom: none;
}

#locations-panel-list .location-result.selected {
  outline: 2px solid #4285f4;
}

#locations-panel-list button.select-location {
  margin-bottom: 0.6em;
  text-align: left;
}

#locations-panel-list .location-result h2.name {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
  color: var(--Typography-Dark-Text, #000);
font-family: "Work Sans";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 133.333% */
letter-spacing: -0.75px;
}

#locations-panel-list .location-result .address {
  color: #757575;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

#locations-panel-list .directions-button {
  position: absolute;
  right: 1.2em;
  top: 2.3em;
	display: none;
}

#locations-panel-list .directions-button-background:hover {
  fill: rgba(116,120,127,0.1);
}

#locations-panel-list .directions-button-background {
  fill: rgba(255,255,255,0.01);
}

#locations-panel-list .location-result .distance {
  position: absolute;
  top: 0.9em;
  right: 0;
  text-align: center;
  font-size: 0.9em;
  width: 5em;
}

#locations-panel-list .option-container {
  display: inline-block;
  margin: 0.2em 0;
  position: relative;
  vertical-align: top;
}

#locations-panel-list .option-container button:hover,
#locations-panel-list .option-container a:hover {
  background-color: #f1f3f4;
}

#locations-panel-list .option {
  border:none;
  color: #1967d2;
  font-size: 14px;
  font-weight: 400;
  padding: 0.6em 0.7em .6em 0;
}

#location-results-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#location-results-list li {
  border-radius: 4px;
border: 1px solid var(--neutral-border-states-semi-medium-gray-neutral-3, #DDDEDD);
background: var(--neutral-white-neutral-1, #FFF);
margin-bottom:10px;
}

/* ------------- DETAILS PANEL ------------------------------- */
#locations-panel-details {
  padding: 1.4em;
  box-sizing: border-box;
  display: none;
}

#locations-panel-details .back-button {
  font-size: 1em;
  font-weight: 500;
  color: #1967d2;
  display: block;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}

#locations-panel-details .back-button .icon {
  width: 20px;
  height: 20px;
  vertical-align: bottom;

  /* Match link color #1967d2 */
  filter: invert(30%) sepia(67%) saturate(7379%) hue-rotate(209deg) brightness(95%) contrast(80%);
}

#locations-panel-details > header {
  text-align: center;
}

#locations-panel-details .banner {
  margin-top: 1em;
  
}

#locations-panel-details h2 {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 0.3em;
}

#locations-panel-details .distance {
  font-size: 0.9em;
  text-align: center;
}

#locations-panel-details .address {
  text-align: center;
  font-size: 0.9em;
  margin-top: 1.3em;
}

#locations-panel-details .atmosphere {
  text-align: center;
  font-size: 0.9em;
  margin: 0.8em 0;
}

#locations-panel-details .star-rating-numeric {
  color: #555;
}

#locations-panel-details .star-icon {
  width: 1.2em;
  height: 1.2em;
  margin-right: -0.3em;
  margin-top: -0.08em;
  vertical-align: top;
  filter: invert(88%) sepia(60%) saturate(2073%) hue-rotate(318deg) brightness(93%) contrast(104%);
}

#locations-panel-details .star-icon:last-of-type {
  margin-right: 0.2em;
}

#locations-panel-details .price-dollars {
  color: #555;
}

#locations-panel-details hr {
  height: 1px;
  color: rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.12);
  border: none;
  margin-bottom: 1em;
}

#locations-panel-details .contact {
  font-size: 0.9em;
  margin: 0.8em 0;
  display: flex;
  align-items: center;
  
}

#locations-panel-details .contact .icon {
  flex: 0 0 auto;
  width: 1.5em;
  height: 1.5em;
}

#locations-panel-details .contact .right {
  padding: 0.1em 0 0 1em;
	display:block !important;
}
.right {display:block !important;}
#locations-panel-details .hours .weekday {
  display: inline-block;
  width: 100%;
}

#locations-panel-details .website a {
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  max-width: 16em;
  text-overflow: ellipsis;
 
}

#locations-panel-details p.attribution {
  color: #777;
  margin: 0;
  font-size: 0.8em;
  font-style: italic;
}
.details-button {
color: var(--Interactive-Primary-Interactive-Default, #0057B8);
font-family: "Work Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
letter-spacing: -0.5px;
text-decoration-line: underline;
}
#locations-panel-details .contact .right{
display:block !important;}
#locations-panel-list .search-input-overlay.search button {
   width: 100%;
    height: 100%;
    border-radius: 0.2em;
    padding: 12px 14px;
    gap: 8px;
    background: #0057B8;
    color: #fff;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.5px;
}