.bulkDigitalAudio .getting-started-page {
    width: 521px;
    margin-top: -20px;
    display: flex;
    flex-direction: column;

    .FullscreenModal-title {
        width: 420px;
        text-align: center;
        margin: 0 0 40px;

        h1 {
            font-size: 32px;
            line-height: 38px;
        }
    }

    .SuiteCard {
        padding: 22px 12px;

        &-header-content {
            align-items: flex-start;
            flex-direction: column;
        }

        &-title {
            font-size: 16px;
            line-height: 22px;
            font-weight: 500;
        }

        .card-subtitle {
            font-size: 12px;
            line-height: 18px;
            font-weight: 400;
            color: var(--text-secondary);
        }

        &-body {
            display: flex;
            flex-direction: column;
            gap: 12px;

            .Alert-actions {
                height: 24px;
            }
        }

        .template-download-buttons {
            display: flex;
            flex-direction: row;
            gap: 10px;
            padding: 4px;

            .SuiteCard {
                padding: 12px;

                &-body {
                    padding: 0;
                }

                &-title {
                    font-size: 16px;
                    line-height: 22px;
                    font-weight: 400;
                }

                &-header-content {
                    flex-direction: row;
                    justify-content: space-between;
                }
            }
        }
    }

    .navigation-buttons {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        margin-top: 42px;
    }
}
