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

    &-list {
        height: 400px;
    }

    &-upload {
        height: 500px;
    }

    .adf-new-version-uploader-dialog-title {
        flex: 0 0 auto;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.6;
        margin: 0;
        letter-spacing: -0.5px;
        color: var(--adf-theme-foreground-text-color-087);
    }

    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(--adf-theme-foreground-text-color-064);
        -webkit-font-smoothing: antialiased;

        button {
            text-transform: uppercase;
            font-weight: normal;
        }
    }

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

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