qs-address-lookup {
    display: grid;
    grid-template-rows: min-content min-content auto;
    grid-gap: .5em;
    overflow: hidden;
    padding-top: 2px;
    &:not(:is(.addresses-found)) {
        & h3.select {
            display: none;
        }
        & qs-button-options {
            display: none;
        }
    }
    &:not(:is(.addresses-not-found)) {
        & h3.not-found {
            display: none;
        }
    }
    & input {
        text-transform: uppercase;
    }
}