/* styles for google map infowindows*/
.iwindow-container {
  font-size: 12px;
  padding: 0.5rem 0 0.375rem 1rem;
  min-width: 225px;
}

.iwindow-text {
  font-family: "Din", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.4px;
  display: block;
  line-height: 1.25;
  padding-bottom: 0.75rem;
}

.iwindow-text-hours {
  font-size: 0.75rem;
  font-weight: lighter;
  white-space: nowrap;
}

.iwindow-title {
  font-weight: bold;
  color: #003c7d;
  font-size: 1rem;
}

.iwindow-variant-name-text {
  color: #00a8e4;
  font-weight: bold;
  font-size: 0.75rem;
  white-space: nowrap;
}

.iwindow-subtitle {
  font-weight: 500;
  font-size: 12px;
}
