.mp-md {
  display: block;
  white-space: normal;
  word-break: break-word;
}

.mp-md p {
  margin: 0 0 8px;
}

.mp-md p:last-child {
  margin-bottom: 0;
}

.mp-md ul,
.mp-md ol {
  margin: 0 0 8px;
  padding-left: 22px;
}

.mp-md li {
  margin: 0 0 4px;
}

.mp-md-toolbar {
  position: fixed;
  z-index: 10000;
  display: none;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  background: #222;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
  font-size: 12px;
  color: #fff;
  pointer-events: auto;
}

.mp-md-toolbar.is-open {
  display: flex;
}

.mp-md-toolbar button {
  margin: 0;
  padding: 5px 9px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: #fff;
}

.mp-md-toolbar button:hover {
  background: rgba(255, 255, 255, 0.16);
}

.mp-md b,
.mp-md strong {
  font-weight: 700 !important;
}

.mp-md i,
.mp-md em {
  font-style: italic !important;
}

app-create-meeting textarea[maxlength="2000"] {
  min-height: 2.6em;
  max-height: 22em;
  overflow-y: auto;
}
