.cpf-filter-box {
    background-color: #07191f;
    padding: 20px;
    color: white;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}
.cpf-filter-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}
.cpf-dropdown {
    background: transparent;
    color: white;
    border: 1px solid #ccc;
    padding: 8px 14px;
    border-radius: 4px;
}
#cpf-price-range {
    width: 200px;
}
#cpf-price-label {
    margin-left: 10px;
}
.cpf-active-filters span {
    background: #0b1c23;
    border: 1px solid white;
    padding: 6px 10px;
    border-radius: 4px;
    margin-right: 5px;
    display: inline-block;
}
