.easy-architect-select-options-grid {

    max-height: 256px;
    overflow-y: scroll;
    scroll-behavior: smooth;

    > .components-base-control {
        margin-bottom: 0;
    }

    & .components-button:focus {
        outline: none !important;
        box-shadow: none !important;
    }
}