/* REGAB chat compact sizing hotfix */
.project-communication-grid {
  min-height: 0 !important;
  height: auto !important;
  grid-template-rows: auto !important;
}
.project-communication-feed,
.project-chat-feed {
  min-height: 116px !important;
  height: auto !important;
  max-height: min(360px, 58vh) !important;
  overflow: auto !important;
}
.project-communication-feed .project-communication-empty,
.project-communication-feed .document-empty,
.project-chat-feed .document-empty {
  min-height: 96px !important;
  height: auto !important;
  padding-block: 22px !important;
}
.project-communication-panel:has(.project-communication-empty) .project-communication-feed,
.project-communication-panel:has(.document-empty) .project-communication-feed,
.project-chat-shell:has(.document-empty) .project-chat-feed {
  min-height: 124px !important;
  max-height: 180px !important;
}
