@media screen and (max-width: 768px) {
    html, body {
        font-size: 14px;
    }
    .Logo {
        /* display: none; */
        background: url(../images/MU_Logo_Mobile.svg) no-repeat;
        width: 60px;
        filter: invert(0.5);
    }
    .topnav {
        height: 90px;
    }
    #toolbox-assistant-popup-body {
        top: 0;
        right: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    .chat-box {
        padding: 0 !important;
        height: calc(100vh - 9rem) !important;
    }
    .ai-chat-controls{
        margin-bottom: 0 !important;
        padding: 10px !important;
    }
}