.news-article-main {
	padding: 0 2rem;
	max-width: 800px;
	margin: 0 auto;
}

.news-article-container {
	background-color: #fff;
	padding: 2rem;
	border-radius: 8px;

	width: 780px;
}

@media (max-width: 768px) {
	.news-article-container {
		width: 100%;
		padding: 1rem;
	}

	.news-article-container h1 {
		font-size: 1.5rem;
	}
}

.news-article-container h1 {

	margin-bottom: 1rem;
}

.news-article-image {
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 2rem;
}

.news-article-content {
	font-size: 1.1rem;
	line-height: 1.6;
}

.news-article-content p {
	margin-bottom: 1rem;
}

.news-article-content a {
	color: #007bff;
	text-decoration: none;
}

.news-article-content a:hover {
	text-decoration: underline;
}

.article-meta {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 1rem;
}

.article-meta span {
	margin-right: 1rem;
}

.article-keywords {
	margin-top: 2rem;
	border-top: 1px solid #eee;
	padding-top: 1rem;
}

.keyword-tag {
	display: inline-block;
	background-color: #f0f0f0;
	color: #333;
	padding: 5px 10px;
	border-radius: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 0.9rem;
}