/* 
 * 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;
}

.custom-map-control-button {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  height: 40px;
  cursor: pointer;
}
.custom-map-control-button:hover {
  background: rgb(235, 235, 235);
}

.price-tag {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  background: rgba(255,255,255,0.85);
  border: 2px solid #1976d2;
  border-radius: 8px;
  padding: 6px 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  margin-left: 8px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.price-tag img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.price-tag-name,
.marker-jinja_name {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.price-tag-name svg,
.marker-jinja_name svg {
  width: 1.2em !important;
  height: 1.2em !important;
  flex: 0 0 1.2em;
  fill: currentColor;
  vertical-align: middle;
  padding: 0;
  margin: 0 0.05em 0 0;
  transform: translateY(-0.2em);
}
