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

/*
 *= require font-awesome
 */

/* Styles pour le contenu markdown des documents */
.markdown-content h1 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.markdown-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
}

.markdown-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.markdown-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #374151;
}

.markdown-content ul, .markdown-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.markdown-content li {
  margin-bottom: 0.25rem;
  color: #374151;
}

.markdown-content strong {
  font-weight: 600;
  color: #111827;
}

.markdown-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  border: 1px solid #d1d5db;
}

.markdown-content th {
  background-color: #f3f4f6;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  font-weight: 600;
  text-align: left;
}

.markdown-content td {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
}

.markdown-content hr {
  margin: 1.5rem 0;
  border: none;
  border-top: 1px solid #d1d5db;
}