.adf-empty-content {
    color: var(--adf-theme-foreground-text-color-064);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;

    &__icon > *:first-child {
        font-size: var(--theme-display-3-font-size);
        height: var(--theme-display-3-font-size);
        width: var(--theme-display-3-font-size);
        opacity: 0.6;
    }

    &__title {
        font-size: var(--theme-adf-task-title-font-size);
        font-weight: 600;
        line-height: 0;
        white-space: normal;
        text-align: center;
        margin: 10px 0;
    }

    &__subtitle,
    &__text {
        font-size: var(--theme-body-1-font-size);
        font-weight: 300;
        line-height: inherit;
        white-space: normal;
        text-align: center;
    }
}
