.app-mode-social_feed {
    background:
        radial-gradient(circle at top left, rgba(14, 165, 164, 0.12), transparent 24%),
        radial-gradient(circle at top right, rgba(255, 107, 53, 0.1), transparent 24%),
        linear-gradient(180deg, #fbfcfd 0%, #eef2f7 100%);
}

.app-mode-social_feed .app-frame {
    width: min(1200px, calc(100% - 24px));
    padding-top: 18px;
    padding-bottom: 34px;
}

.app-mode-social_feed .app-bottom-nav {
    display: none;
}

@media (max-width: 720px) {
    .app-mode-social_feed .app-frame {
        width: min(1200px, calc(100% - 18px));
        padding-top: 14px;
    }
}

@media (max-width: 560px) {
    .app-mode-social_feed .app-frame {
        width: min(1200px, calc(100% - 14px));
        padding-top: 12px;
    }
}
