@charset "utf-8";

/* (1) チャットウィジェット全体のコンテナ */
#my-chat-widget {
  width: calc(100% - 40px);   /* ウィンドウの幅 */
  max-width: 350px;
}
