/* Footer fixed to bottom and full width */
.footer-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  border-top: 1px solid #dee2e6;
}
.quill-content {
  font-size: 1rem; /* or whatever size you use */
  line-height: 1.2; /* tighter than normal (usually 1.5) */
}

.quill-content p {
  margin: 0 0 0.5rem 0;
}

.quill-content p:empty::before {
  content: "";
  display: block;
  margin-bottom: 0.5rem;
}

.quill-content br {
  display: inline;         /* let it break normally */
  line-height: 1;
  margin: 0;
  padding: 0;
  height: 0;               /* block quirk fallback */
}
