/* TinyMCE Content Styles - for rich-text-wrapper */

.rich-text-wrapper {
  line-height: 1.625;
  color: #4B5563;
}

.rich-text-wrapper h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.rich-text-wrapper h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #374151;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.rich-text-wrapper h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #374151;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.rich-text-wrapper p {
  margin-bottom: 1rem;
}

.rich-text-wrapper ul,
.rich-text-wrapper ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.rich-text-wrapper ul {
  list-style-type: disc;
}

.rich-text-wrapper ol {
  list-style-type: decimal;
}

.rich-text-wrapper li {
  margin-bottom: 0.5rem;
}

.rich-text-wrapper strong {
  font-weight: 600;
  color: #111827;
}

.rich-text-wrapper a {
  color: #00440f;
  text-decoration: underline;
}

.rich-text-wrapper a:hover {
  color: #003309;
}

.rich-text-wrapper blockquote {
  border-left: 4px solid #00440f;
  padding-left: 1rem;
  margin-left: 0;
  font-style: italic;
  color: #6B7280;
}

.rich-text-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.rich-text-wrapper th,
.rich-text-wrapper td {
  border: 1px solid #E5E7EB;
  padding: 0.75rem;
  text-align: left;
}

.rich-text-wrapper th {
  background-color: #F9FAFB;
  font-weight: 600;
}
