/**
 * Included when fields of this type are rendered for editing by publishers.
 */
 .acf-field-features .setting-font-size {
    color: green;
}

.features-list {
    padding: 20px 0;
    columns: 2;
}

.features-list li {
    break-inside: avoid-column;
}

.features-list--hall li {
    padding: 2px 3px 3px 3px;
}