.where-to-buy-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.where-to-buy .tab-pane:focus {
    outline: none;
}

.where-to-buy-card__logo img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

.where-to-buy-card__logo-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    min-height: 80px;
    margin: 0 auto;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background-color: var(--pro-black-100, #e6e6e8);
    color: var(--pro-black-400, #666674);
    font-size: 0.875rem;
    text-align: center;
}

.where-to-buy-card__text {
    margin-bottom: 0;
}

.where-to-buy-card__link {
    word-break: break-word;
}

.where-to-buy-promo__list {
    padding-left: 1.15rem;
    color: var(--pro-black-400, #666674);
    font-size: 0.875rem;
}

.where-to-buy-promo__list li + li {
    margin-top: 0.25rem;
}

@media (min-width: 1200px) {
    .where-to-buy-promo {
        position: sticky;
        top: calc(1rem + var(--pro-header-height, 60px));
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .where-to-buy-promo__groups {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .where-to-buy-promo__groups > div {
        margin-bottom: 0 !important;
    }
}
