.clear-input-button {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    z-index: auto;
    display: none;
    position: absolute;
    cursor: pointer;
    margin-top: -2.4rem;
    right: 0
}

.clear-input-button svg {
    width: 1.2rem;
    height: 1.2rem;
}

.show-clear-button {
    display: block;
}

.show-map-button {
    display: inline;
}