#cpv-filter {
    margin-bottom: 1.5em;
    background-color: #f8f9fa;
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#cpv-filter label {
    font-weight: bold;
    margin-right: 1em;
    display: inline-block;
}

#cpv-filter select,
#cpv-filter input {
    padding: 0.4em;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#cpv-results {
    list-style: none;
    padding-left: 0;
}

#cpv-results li {
    margin: 0.5em 0;
    font-size: 1.05em;
    line-height: 1.4;
}

#cpv-results li a {
    color: #0073aa;
    text-decoration: none;
}

#cpv-results li a:hover {
    text-decoration: underline;
}

.cpv-data {
    color: #777;
    font-size: 0.9em;
    margin-left: 6px;
}
