.nearby-store {
    margin: 0 0 2rem;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media screen and (max-width: 640px) {
    .nearby-store {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 1.25rem;
        width: calc(100% - 1.25rem) !important;
    }
}

.nearby-stores-list {
    width: fit-content;
    display: flex;
}

.nearby-store .nearby-store-info {
    height: auto;
    -ms-flex: 0 1 auto;
}

.nearby-store > a {
    flex-shrink: 0;
}

.nearby-store .nearby-store-info a h4 {
    font-size: 1.3125rem;
    font-family: "Supernett", sans-serif;
    text-transform: uppercase;
    margin-bottom: .25rem;
    color: #006326;
    text-decoration: underline;
}

.nearby-store .nearby-store-info a:hover h4,
.nearby-store .nearby-store-info a:focus h4 {
    text-decoration: underline;
    color: #000;
}

.nearby-store .nearby-store-icon {
    position: relative;
}

.nearby-store .nearby-store-icon .store-img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.nearby-store .nearby-store-icon .map-pin:not(.pin-only) {
    position: absolute;
    right: 0;
    bottom: -5px;
}

.nearby-store .nearby-store-icon .map-pin.pin-only {
    float: right;
    margin-right: 1.25rem;
}

.nearby-store .nearby-store-info p {
    margin: 0;
}
