.cpf-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}
.cpf-reset-wrap {
    text-align: right;
}
#cpf-reset {
    background: #bbb;
    color: #fff;
    border: none;
    padding: 8px 16px;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 4px;
}
.cpf-filter-group {
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}
.cpf-toggle {
    background: #f7f7f7;
    padding: 12px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    border: none;
    cursor: pointer;
    position: relative;
}
.cpf-toggle span {
    float: right;
    font-size: 18px;
}
.cpf-filter-content {
    display: none;
    padding: 10px 15px;
    background: #fff;
}
.cpf-filter-content label {
    display: block;
    margin-bottom: 6px;
    cursor: pointer;
}
