/* Scoped styles for GoToBrandsExplorerGroup only */

.card-search--goto-explorer .card-search__highlights {
    gap: 16px;
    padding: 4px 8px 20px;
    overflow: visible;
}

.card-search--goto-explorer .card-search__highlight-logo {
    width: 175px;
    height: 110px;
    padding: 0;
    border-radius: 8px;
    overflow: visible;
    background: transparent;
    position: relative;
    z-index: 1;
    box-shadow: none !important;
}

.card-search--goto-explorer .card-search__highlight-logo::after {
    content: none !important;
}

.card-search--goto-explorer .card-search__highlight-logo img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}

.card-search--goto-explorer .card-search__grid-frame {
    background: #f2f3f5;
}

.card-search--goto-explorer .card-search__brand-card {
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    background: var(--cs-bg-gray);
    cursor: default;
}

.card-search--goto-explorer .card-search__brand-card:hover,
.card-search--goto-explorer .card-search__brand-card:active {
    background: var(--cs-bg-gray);
}

.card-search--goto-explorer .card-search__brand-logo-frame {
    border: none !important;
    background: #fff;
}

.card-search--goto-explorer .card-search__brand-logo-frame {
    height: 110px !important;
}

    .card-search--goto-explorer .card-search__brand-logo-frame .card-search__brand-logo {
        width: 152px !important;
        height: 96px !important;
    }

.card-search--goto-explorer .card-search__brand-name {
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--cs-copy);
    font-family: var(--cs-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    background: #fff;
    padding: 0 8px;
    border: none !important;
}

@media (max-width: 992px) {
    .card-search--goto-explorer .card-search__highlight-logo {
        width: 150px;
        height: 94px;
    }
}

@media (max-width: 767px) {
    .card-search--goto-explorer .card-search__highlight-logo {
        width: 132px;
        height: 84px;
    }
}
