.store-newsletter-list {
    min-width: 0;
}

.store-newsletter-heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.store-newsletter-heading h2 {
    color: #182637;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin: 0 0 4px;
}

.store-newsletter-heading p {
    color: #667488;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.store-newsletter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
}

.store-newsletter-grid .newsletter-index-card-media {
    height: 235px;
}

.store-newsletter-empty {
    background: #fff;
    border: 1px solid #dfe5e8;
    border-radius: 8px;
    min-height: 250px;
}

.store-locations-band.is-embedded {
    background: transparent;
    border-top: 1px solid #dfe5e8;
    margin-top: 30px;
    padding-top: 30px;
}

.store-locations-band.is-embedded .store-locations {
    box-shadow: 0 3px 12px rgba(24, 43, 33, 0.04);
}

@media (max-width: 991px) {
    .store-newsletter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .store-newsletter-heading h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .store-newsletter-grid {
        grid-template-columns: 1fr;
    }

    .store-newsletter-grid .newsletter-index-card-media {
        height: 220px;
    }

    .store-locations-band.is-embedded {
        margin-top: 24px;
        padding-top: 24px;
    }
}
