/* these are used to ensure that the embedded google map shows up correctly */
.map {
    width: 100%;
    min-height: 400px;
}

.store-hours img {
    height: 35px;
    width: 35px;
    display: block;
    margin: -3px auto;
}

.grid-table div {
  padding: 8px;
  text-align: center;
}

.location-list-item:nth-child(odd) .star-rating-bg {
    background-color: var(--color-medium-gray);
}

.location-list-item:nth-child(even) .star-rating-bg {
    background-color: var(--color-darkest-gray);
}

.gm-style-iw-ch {
    font-weight: 600;
    font-size: 125%;
}

.gm-style-iw.gm-style-iw-c {
    color: var(--color-onyx-black);
}