.desktop-shahdad-chat-host.shahdad-chat-mobile {
  block-size: 100%;
  min-block-size: 0;
  overflow: hidden;
  border-radius: 20px;
}

.desktop-shahdad-chat-host .smc-screen {
  block-size: 100%;
  min-block-size: 0;
}

.desktop-shahdad-chat-host .smc-header {
  min-block-size: 48px;
  padding: 7px 12px;
}

.desktop-shahdad-chat-host .smc-heading,
.desktop-shahdad-chat-host .smc-header-actions > .smc-icon-button {
  display: none;
}

.desktop-shahdad-chat-host .smc-header-actions {
  inline-size: 100%;
  justify-content: flex-end;
}

.desktop-shahdad-chat-host .smc-main {
  flex: 1 1 auto;
  min-block-size: 0;
  overflow: auto;
}

.desktop-chat-load-error {
  min-block-size: 240px;
  display: grid;
  place-items: center;
  color: #8b2430;
  background: #fff1f2;
  border: 1px solid #f0bbc1;
  border-radius: 18px;
}
