@media (min-width: 721px) {
    .browse-hero {
        margin-bottom: 42px;
    }

    .tradel-map-search {
        width: min(600px, 100%);
    }

    .tradel-map-search__shell {
        min-height: 46px;
    }

    .tradel-map-search__input {
        height: 44px;
    }
}

.tradel-map-search__search-icon {
    width: 22px;
    height: 22px;
    color: #667068;
}

.tradel-map-search__search-icon svg,
.tradel-map-search__place-icon svg {
    display: block;
}

.tradel-map-search__result--global {
    min-height: 46px;
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    margin-bottom: 3px;
}

.tradel-map-search__result--global .tradel-map-search__place-icon {
    width: 34px;
    height: 34px;
}

.tradel-map-search__result--global .tradel-map-search__result-copy {
    display: block;
}

.tradel-map-search__result--global .tradel-map-search__result-copy strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tradel-map-search__result--country {
    min-height: 48px;
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    padding-block: 5px;
}

.tradel-map-search__country-flag {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef5f0;
    font-size: 18px;
    line-height: 1;
}

.tradel-map-search__result--country .tradel-map-search__result-copy {
    gap: 2px;
}

.tradel-map-search__result--country .tradel-map-search__result-copy strong {
    font-size: 13px;
}

.tradel-map-search__result--country .tradel-map-search__result-copy span {
    font-size: 11px;
}
