.location-suggest {
    position: relative;
    flex: 1;
}

.location-suggest .freeword-pill {
    width: 100%;
}

.location-suggestions {
    position: absolute;
    z-index: 20;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    max-height: 280px;
    margin: 0;
    padding: 4px 0;
    overflow-y: auto;
    list-style: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
}

.location-suggestions [role="option"] {
    padding: 10px 14px;
    cursor: pointer;
    color: #111;
    font-size: 1.3rem;
    font-family: inherit;
    line-height: 1.5;
    white-space: normal;
    overflow-wrap: anywhere;
}

.location-suggestions [role="option"]:hover,
.location-suggestions [role="option"][aria-selected="true"] {
    background: #f3f6f8;
}
