/*
 * 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.
 */

/* Markdown content styles for story reading modal */
.markdown-content {
  white-space: normal;
}

.markdown-content p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.markdown-content p:first-child {
  margin-top: 0;
}

.markdown-content p:last-child {
  margin-bottom: 0;
}

.markdown-content strong {
  font-weight: 700;
}

.markdown-content em {
  font-style: italic;
}

.markdown-content del {
  text-decoration: line-through;
}

.markdown-content u {
  text-decoration: underline;
}

.markdown-content br {
  display: block;
  content: "";
  margin-top: 0.5em;
}
