@supports not (-webkit-touch-callout: none) {
    .messaging {
        padding-bottom: 120px;
    }

    .messaging .messaging-inner .chat-container .chat-footer {
        bottom: 66px;
    }

    .reels .reels-inner {
        height: calc(100dvh - 166px);
    }

    .reels .reels-inner.unfiltered {
        height: calc(100dvh - 126px);
    }
}
