:host {
    .mat-form-field {
        .nested-component {
            display: flex;
            overflow-x: hidden;
        }
    }

    .offset-left {
        margin-left: 16px;
        width: 100px;
    }

    ::ng-deep {
        ng-component.narrow {
            & > label {
                display: none;
            }
        }

        ng-component, .mat-form-field {
            width: 100%;
            display: block;
        }

        .mat-form-field-underline.mat-form-field-underline {
            top: auto;
            bottom: auto;
        }

        .mat-form-field-subscript-wrapper {
            position: relative;
        }
    }
}