
/* mobile overwrites */
@media (max-width:768px) {

  mat-form-field.mat-mdc-form-field.remove-margin.mat-remove-error-padding.ng-tns-c508571215-21.mat-mdc-form-field-type-wysiwyg-text.mat-form-field-appearance-outline.mat-form-field-hide-placeholder.mat-primary.ng-untouched.ng-pristine.ng-valid.ng-star-inserted {
    max-width: 90vw;
}

mat-card.mat-mdc-card :last-child:not(.mat-mdc-card-footer), mat-card.mat-mdc-card .mat-mdc-card-content>:last-child:not(.mat-mdc-card-footer) {
    margin-bottom: 0;
    max-width: 90vw;
}