/* CSS file for widget extensions used in project forks */

/* Dynamic Form CSS extensions */

.selbach-widget-content form .fieldSection.input-required label::after {
    content: '*';
    color: red;
    margin-left: 4px;
}