#select-button-wrapper {
    display: block;
}

@media screen and (min-width: 630px) {
    #select-button-wrapper {
        display: flex;
        align-items: center;
    }
}

button#cib-button {
    height: 3.375rem;
    width: 6.7rem;
    margin: 0;
}

tdlr-select[component-id='cib-select'] {
    margin-right: 1.5rem;
}

@media screen and (min-width: 630px) {
    select#cib-select {
        min-width: 500px;
        margin-bottom: 0;
    }
}