.gm-top-searches.gm-top-searches-official {
    height: 143px;
    margin-top: 7px;
    padding: 0;
    overflow: hidden;
    background: #fff;
}

.gm-top-searches-official > h2 {
    height: 37px;
    margin: 0;
    padding: 0 11px;
    color: #1b1b1b;
    font-size: 13px;
    font-weight: 600;
    line-height: 37px;
}

.gm-top-searches.gm-top-searches-official > .gm-top-search-row {
    position: relative;
    display: block;
    height: 106px;
    gap: 0;
    overflow: visible;
    padding: 0;
}

.gm-top-search-track {
    display: flex;
    height: 106px;
    gap: 18px;
    overflow-x: auto;
    padding: 0 50px 10px;
    scroll-padding-inline: 50px;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
}

.gm-top-search-track::-webkit-scrollbar {
    display: none;
}

.gm-top-searches-official .gm-top-search-track > a {
    display: flex;
    width: calc((100% - 18px) / 2);
    min-width: calc((100% - 18px) / 2);
    height: auto;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: #3f4144;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

.gm-top-search-track img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.gm-top-search-track span {
    display: block;
    width: 100%;
    margin-top: 2px;
    font-size: 9px;
    line-height: 12px;
}

.gm-top-search-arrow {
    position: absolute;
    top: 22px;
    z-index: 2;
    display: grid;
    width: 26px;
    height: 26px;
    margin: 0;
    border: 1px solid #e5e7e8;
    border-radius: 50%;
    outline: 0;
    padding: 0 0 2px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
    color: #969a9d;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    place-items: center;
}

.gm-top-search-arrow.is-left { left: 12px; }
.gm-top-search-arrow.is-right { right: 12px; }
