/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.mp-html-preview img,
.mp-html-preview video {
  max-width: 100%;
  height: auto;
}

.mp-html-preview table {
  width: 100%;
  border-collapse: collapse;
}

.mp-html-preview th,
.mp-html-preview td {
  border: 1px solid #d7d7d7;
  padding: 0.35rem 0.5rem;
  vertical-align: top;
}

.mp-html-preview p {
  margin: 0 0 0.75em;
}

.mp-html-preview h1,
.mp-html-preview h2,
.mp-html-preview h3,
.mp-html-preview h4,
.mp-html-preview h5,
.mp-html-preview h6 {
  margin: 0 0 0.5em;
  font-weight: 600;
  line-height: 1.3;
}

.mp-html-preview ul,
.mp-html-preview ol {
  margin: 0 0 0.75em;
  padding-left: 1.25rem;
}

