/* Custom styles for news detail page */
.news-content {
    line-height: 1.8;
}

.news-content h1, .news-content h2, .news-content h3, .news-content h4, .news-content h5, .news-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.news-content h1 { font-size: 2rem; }
.news-content h2 { font-size: 1.75rem; }
.news-content h3 { font-size: 1.5rem; }
.news-content h4 { font-size: 1.25rem; }

.news-content p {
    margin-bottom: 1.5rem;
}

.news-content ul, .news-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.news-content li {
    margin-bottom: 0.5rem;
}

.news-content blockquote {
    border-left: 4px solid #3b82f6;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #6b7280;
}

.news-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 2rem 0;
}

.news-meta {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.share-buttons a {
    transition: all 0.3s ease;
}

.share-buttons a:hover {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .news-content h1 { font-size: 1.75rem; }
    .news-content h2 { font-size: 1.5rem; }
    .news-content h3 { font-size: 1.25rem; }
    .news-content h4 { font-size: 1.125rem; }
}

.ck-content figure.image figcaption,
.prose figure.image figcaption {
    text-align: center;
    color: #6b7280;
}
.news-title-break {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.featured-image-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-title-break {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.featured-image-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ck-content figure.image figcaption,
.prose figure.image figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #6b7280;
  margin-top: 0.5rem;
  word-break: break-word;
  overflow-wrap: break-word;
}
.news-content {
  word-break: break-word;
  overflow-wrap: break-word;
}