.adf-new-version-uploader-dialog {
    display: block;

    &-list {
        height: 400px;
    }

    &-upload {
        height: 500px;
    }

    .adf-new-version-uploader-dialog-title {
        flex: 0 0 auto;
        font: var(--mat-sys-title-medium);
        margin: 0;
    }

    section.adf-new-version-uploader-dialog-content {
        padding: 1px 2px 0;
        flex: 1 1 auto;
        position: relative;
        max-height: 100vh;
        overflow: hidden;
    }

    &-actions {
        /* stylelint-disable-next-line shorthand-property-no-redundant-values */
        padding: 8px 8px 24px 8px;
        display: flex;
        justify-content: flex-end;
        color: var(--mat-sys-on-secondary-container);
        -webkit-font-smoothing: antialiased;

        button {
            text-transform: uppercase;
        }
    }

    .adf-version-list-container {
        .adf-version-list {
            height: 250px;
            overflow: hidden;
            padding: 0;
        }

        .adf-version-list-element {
            overflow: auto;
            width: 100%;
        }
    }
}
