.c-map {
  @media all and (min-width: 47em) {
    .row {
      background-color: var(--color-neutral-gray-04);
    }

    .middle-md {
      align-items: stretch;
    }
  }

  [target="_blank"] {
    background: none;
    padding-right: 0;
  }
}

.c-map__map {
  min-height: 310px;
  object-fit: cover;

  @media all and (min-width: 47em) {
    padding: 0;
  }
}

.c-map__info {
  background-color: var(--color-neutral-gray-04);
  line-height: 1.2;
  padding: 2rem 3rem;

  @media all and (min-width: 47em) {
    font-size: var(--font-size-med-2);
    padding: 3rem 2rem;
  }

  .h5 {
    margin-bottom: .25rem;
  }

  a {
    color: var(--color-body-text);

    &:hover,
    &:focus {
      text-decoration: underline;
    }
  }
}

.full-width-map .embed-container {
  height: 60vh;
  margin-bottom: 0;
  max-height: 500px;
}

.embed-container a[target="_blank"] {
  background: none;
  padding-right: 0;
}

.c-map__info--address {
  font-weight: 700;
}


/* Google Maps */
.gm-style .gm-style-iw-c {
  border-radius: 0
}

.gm-style-iw-custom {
  font-size: 18px;
  padding: 10px;

  address {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
  }

  a {
    color: var(--color-map-gm-style);
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
  }
}

.gm-style-iw-custom-header a {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}

