.header__location-wrap--locked .header__location--readonly {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: default;
    pointer-events: none;
}

.header__location-wrap--locked .header__arrow {
    display: none;
}

.header__location-search-results {
    display: none;
    max-height: 220px;
    overflow-y: auto;
    margin-top: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #fff;
}

.header__location-search-item {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

.header__location-search-item:hover,
.header__location-search-item:focus {
    background: rgba(0, 0, 0, 0.04);
}
