.afp-checkbox-list {
    margin: 0;
    padding: 0;
}

.afp-scroll {
    max-height: var(--afp-scroll-height, 300px);
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}

.afp-scroll > li {
    list-style: none;
}
