@media screen and (max-width: 600px)
{
    .tg-app-fullscreen .tabs.mini-mode
    {
        top: 54px !important;
    }

    .tg-app-fullscreen .tabs
    {
        top: 100px !important;
    }

    .tg-app-fullscreen .side-panel .panel-content
    {
        padding-top: 100px;
    }

    .tg-app-fullscreen [data-scroll-block-wrapper],
    .tg-app-fullscreen .profile-page,
    .club-details__hero-content
    {
        padding-top: 130px !important;
    }

    .tg-app-fullscreen .status-location__map-wrap--expanded .status-location__btn,
    .tg-app-fullscreen .status-details__map-collapse-fab,
    .tg-app-fullscreen .clubs-interest-matches__map-collapse-fab,
    .tg-app-fullscreen .clubs-interest-matches__avatar-preview-close
    {
        transform: translate(0, 80px);
        z-index: 1300;
    }

    .tg-app-fullscreen .tg .page-section-intro
    {
        padding-top: 120px;
    }

    .tg-app-fullscreen .statuses-nearby-toggle
    {
        top: 120px;
        transform: translateY(calc(100% + 5px));
    }

    .tg-app-fullscreen .llm-assistant-panel--open .llm-assistant-panel__sheet
    {
        padding-top: 100px;
    }


    .club-event-details__header
    {
        padding-top: 0;
    }

    .club-details__hero-content
    {
        top: 80px;
    }

    .tg-app-fullscreen .clubs-page.clubs-page--detail
    {
        padding-top: 0 !important;
    }

    .tg-app-fullscreen [data-scroll-block-wrapper].announcements-container
    {
        padding-top: 170px !important;
    }

    .tg-app-fullscreen [data-scroll-block-wrapper].tg-list
    {
        padding-top: 60px !important;
    }

    .tg-app-fullscreen .status-details-view
    {
        padding-top: 90px !important;
    }

    .tg-app-fullscreen .status-details__chat-toggle.status-details__chat-toggle--open
    {
        top: 100px !important;
    }

    .tg-app-fullscreen .app-notifications__list
    {
        padding-top: 90px;
    }


    .tg-app-fullscreen .create-form.create-form--chat .status-chat
    {
        padding-top: 90px !important;
    }

    .tg-app-fullscreen .create-form.create-form--chat .status-chat.status-chat--composing
    {
        padding-top: 50px !important;
    }

    .tg-app-fullscreen .create-form.create-form--chat .sheet-close
    {
        display: none;
    }
}
