/* Add this to your style.css or create a new CSS file */
.filter-results-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.filter-results-table th, .filter-results-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.filter-results-table th {
    background-color: #f2f2f2;
}



