/* Bot guide mobile: token /link va bong bong chat khong loi ra ngoai khung.
   Khong doi desktop (>= 880px). */
@media (max-width: 879px) {
  #botGuidePage {
    overflow-x: hidden;
  }

  #botGuidePage .bot-alert-row,
  #botGuidePage .bot-alert-row > * {
    min-width: 0;
    max-width: 100%;
  }

  #botGuidePage .bot-link-wrap {
    width: 100%;
    min-width: 0;
    flex-shrink: 1;
  }

  #botGuidePage .bot-link-cmd {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    align-items: flex-start;
  }

  #botGuidePage .bot-link-cmd-text {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all;
    white-space: normal;
    line-height: 1.45;
  }

  #botGuidePage .bot-tg-demo {
    overflow-x: hidden;
    min-width: 0;
  }

  #botGuidePage .bot-tg-row {
    min-width: 0;
    max-width: 100%;
  }

  #botGuidePage .bot-tg-bubble {
    min-width: 0;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #botGuidePage .bot-tg-bubble p {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
