/* Updated 7-16-25 C*/

/* Style the tab */
#q {
    background-color: rgb(222, 68, 66) !important;
}

.tab {
    overflow: hidden;
    border: 0 solid white;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    margin-left: -60px;
}

#nrcasearchbtn, #prsearchbtn {
    border-right: 5px solid white;
}



/* Style the buttons inside the tab */

.tab button {
    background-color: #d1d1d1;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}



    /* Change background color of buttons on hover */

    .tab button:hover {
        background-color: #ddd;
    }



    /* Create an active/current tablink class */

    .tab button.active {
        background-color: #ccc;
    }



/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.hltabbtn {
    background-color: #0071ce !important;
    color: white !important;
}

.resetbtn {
    margin-top: 10px;
}

.applyBtn {
    margin-top: 20px;
}

.filterResults {
    font-size: clamp(1.25rem, 2vw + 1rem, 1.75rem);
    font-family: var(--font__serif);
    font-weight: var(--font-weight__bold);
    color: var(--color__dark-blue);
    margin-bottom: 10px;
}

.filterDiv {
    width: 25%;
    display: inline-block;
    margin-left: -60px;
}

.resultsDiv {
    float: right;
    width: 79%;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0px;
    padding-left: 10px;
}





@media (max-width: 1399px) {
    .filterDiv {
        width: 25%;
        margin-left: 15px;
    }

    .resultsDiv {
        width: 70%;
    }

    .tab {
        margin-left: 20px;
    }
}


@media (max-width: 800px) {
    .filterDiv {
        width: 35%;
        margin-left: 15px;
    }

    .resultsDiv {
        width: 60%;
    }
}


@media (max-width: 628px) {
    .filterDiv {
        width: 100%;
        margin-left: 15px;
    }

    .resultsDiv {
        width: 100%;
    }
}

@media (max-width: 585px) {
    .filterDiv {
        width: 100%;
        margin-left: 15px;
    }

    .resultsDiv {
        width: 100%;
    }
}
