#search_block_top {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

#searchbox {
    width: 450px !important;
}

#searchbox .table {
    display: flex;
    gap: 0;
}

#searchbox .table-cell {
    margin: 0;
    padding: 0;
}

searchbox {
    width: 700px !important;
}

#searchbox .table {
    display: flex;
    width: 100%;
}

#searchbox .table-cell:last-child {
    flex: 1;
}

------------------------
