﻿/* Chat OPEN */
#chat-widget-container.lc-open {
    width: 320px !important;
    max-height: calc(100vh - 120px) !important;
    min-height: 300px !important;
}

/* Chat CLOSED (bubble only) */
#chat-widget-container.lc-closed {
    min-height: auto !important;
    max-height: none !important;
}
