/* stylelint-disable selector-class-pattern */
@use '../../../mat-selectors.scss' as ms;

adf-search-properties {
    .adf-search-properties-form {
        fieldset {
            padding: 0;
            margin: 0;
            border: none;
        }

        .adf-search-properties-file-size-label {
            margin-top: 4px;
            margin-bottom: 10px;
            display: block;
        }

        .adf-search-properties-file-type-label {
            margin-top: 10px;
            margin-bottom: 6px;
        }

        .adf-search-properties-file-size-container {
            width: 370px;
            display: flex;

            #{ms.$mat-form-field-infix} {
                height: 37.5px;
                min-height: 37.5px;
                padding-top: 9px;
            }

            #{ms.$mat-text-field-outlined} {
                padding: 0 9px;
            }

            .adf-search-properties-form-field {
                width: 100%;
                display: block;
                flex: 1;

                &:nth-child(1) {
                    min-width: 115px;
                }

                &:nth-child(2) {
                    margin: 0 8px;
                }

                &:nth-child(3) {
                    max-width: 90px;
                }
            }
        }
    }
}
