* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-content {
    line-height: 1.75;
    color: #374151;
}

.news-content > *:first-child {
    margin-top: 0;
}

.news-content > *:last-child {
    margin-bottom: 0;
}

.news-content h2,
.news-content h3,
.news-content h4 {
    color: #111827;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.news-content h2 {
    font-size: 1.5rem;
}

.news-content h3 {
    font-size: 1.25rem;
}

.news-content h4 {
    font-size: 1.125rem;
}

.news-content p {
    margin: 0 0 1rem;
}

.news-content ul,
.news-content ol {
    margin: 0 0 1rem 1.5rem;
}

.news-content ul {
    list-style: disc;
}

.news-content ol {
    list-style: decimal;
}

.news-content li {
    margin-bottom: 0.35rem;
}

.news-content a {
    color: #be123c;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.news-content strong,
.news-content b {
    font-weight: 700;
}

.news-content em,
.news-content i {
    font-style: italic;
}

.news-content blockquote {
    border-left: 4px solid #f9a8d4;
    padding-left: 1rem;
    margin: 1rem 0;
    color: #4b5563;
    font-style: italic;
}
