.swp-custom-fields > p > br,
.swp-checkbox-group > br {
    display: none !important;
}
.swp-checkbox-group {
    display: flex;
    flex-direction: column !important;
}
.swp-checkbox-group label {
    display: inline-flex;
    align-items: center;
}
.swp-checkbox-group input[type="checkbox"] {
    margin-right: 5px;
}