/* BBF FAQ Portlet – Config Panel Styles */
.bbf-portlet-checklist {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #e6e6e8;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.bbf-portlet-table-wrap {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #e6e6e8;
    border-radius: 4px;
}

.bbf-portlet-section {
    margin-bottom: 15px;
}
