﻿.searchButton {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 280px;
    margin-top: 4px;
    z-index: 1300;
    overflow-y: auto;
}
