@media (max-width: 480px) {
    .itallics-chat,
    .itallics-chat button,
    .itallics-chat input,
    .itallics-chat textarea {
        -webkit-text-size-adjust: 100%;
        touch-action: manipulation;
    }

    .itallics-chat__form textarea,
    .itallics-lead-form input:not([type="checkbox"]) {
        font-size: 16px !important;
    }

    .itallics-chat__panel {
        max-height: calc(100dvh - 6.5rem);
    }

    .itallics-chat__messages {
        height: min(18rem, calc(100dvh - 20rem));
    }
}
