:host {
    align-items: flex-start;

    & > label {
        margin-top: 12px;
    }

    textarea.empty {
        overflow: hidden;
    }

    .red {
        color: red;
    }

    .empty-placeholder {
        position: absolute;
        top: 5px;
    }

    ::ng-deep {
        .mat-form-field-label.mat-form-field-label {
            white-space: pre-line;
        }
    }
}