.chat-feed-container{width:100%;height:100%;background-color:#fff;display:flex;flex-direction:column;pointer-events:all}.chat-feed-header{padding:24px;border-top-left-radius:24px;border-top-right-radius:24px;display:flex;justify-content:space-between;align-items:center}.chat-feed-container-responsive{border-radius:0;margin-right:0}.chat-feed-header-responsive{border-radius:0}.cms-chat-header-title{font-family:"Inter";font-style:normal}.cms-blue{background-color:#536cf2;color:#fff}.chat-feed-iframe{border:none;border-bottom-right-radius:24px;border-bottom-left-radius:24px;height:100%}body.cms-chat-open{overflow:hidden}body:not(.cms-chat-open) .chat-feed-container{display:none}body.cms-chat-open .chat-feed-container{display:auto}@media (min-width:768px){body.cms-chat-open{overflow:auto}.chat-feed-container-responsive{border-radius:24px;margin-right:32px}.chat-feed-header-responsive{border-top-left-radius:24px;border-top-right-radius:24px}}