.news-content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

.news-content h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  color: #111827;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.1;
}

.news-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-left: 4px solid #22c55e;
  padding-left: 1rem;
  color: #111827;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.news-content h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #1f2937;
  font-size: 1.25rem;
  font-weight: 600;
}

.news-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #374151;
  font-size: 1.125rem;
  font-weight: 600;
}

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

.news-content ul,
.news-content ol {
  margin: 1rem 0 1rem 1.5rem;
  color: #374151;
}

.news-content ul {
  list-style-type: disc;
}

.news-content ol {
  list-style-type: decimal;
}

.news-content li {
  margin-bottom: 0.5rem;
  line-height: 1.75;
}

.news-content blockquote {
  margin: 1.5rem 0;
  border-left: 4px solid #d1d5db;
  padding: 0.5rem 0 0.5rem 1rem;
  color: #4b5563;
  font-style: italic;
}

.news-content pre {
  margin: 1.5rem 0;
  max-width: 100%;
  overflow-x: auto;
  border-radius: 0.75rem;
  background: #111827;
  padding: 1rem;
  color: #f9fafb;
  white-space: pre-wrap;
}

.news-content a {
  color: #2563eb;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

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

.news-content img,
.news-content video,
.news-content iframe,
.news-content figure {
  max-width: 100%;
}

.news-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.news-content code {
  overflow-wrap: anywhere;
}

.news-content .ql-align-center {
  text-align: center;
}

.news-content .ql-align-right {
  text-align: right;
}

.news-content .ql-align-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .news-content h1 {
    font-size: 3rem;
  }

  .news-content h2 {
    font-size: 1.875rem;
  }

  .news-content h3 {
    font-size: 1.5rem;
  }
}
