﻿/* CSS class for the bordered box */
.results-box {
    /*border: 1px solid #ccc;*/
    padding: 10px;
    max-height: 250px; /* Adjust this value to control the maximum height of the box */
    overflow-y: auto;
    margin-bottom: 0px;
}

    /* Optional: Styling for individual list items */
    .results-box li {
        /*padding: 5px;*/
    }
