.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-bottom: 20px; }
.article-meta .badge { background-color: #0a4d8c; color: white; padding: 5px 14px; border-radius: 20px; font-size: 0.8rem; font-weight: 500; }
.article-meta .article-date { color: #6c757d; font-size: 0.9rem; }
.article-meta .article-author { color: #6c757d; font-size: 0.9rem; }
.article-hero-img { width: 100%; height: 400px; object-fit: cover; border-radius: 12px; margin-bottom: 30px; }
.article-content { font-size: 1rem; line-height: 1.8; color: #333; }
.article-content h2 { font-size: 1.5rem; margin-top: 2rem; margin-bottom: 1rem; color: #0a4d8c; }
.article-content h3 { font-size: 1.25rem; margin-top: 1.5rem; margin-bottom: 0.75rem; color: #0a4d8c; }
.article-content p { margin-bottom: 1.2rem; }
.article-content ul, .article-content ol { margin-bottom: 1.2rem; padding-left: 1.5rem; }
.article-content li { margin-bottom: 0.5rem; line-height: 1.7; }
.article-content blockquote { border-left: 4px solid #0a4d8c; padding: 15px 25px; margin: 1.5rem 0; background-color: #f8f9fa; border-radius: 0 8px 8px 0; font-style: italic; color: #555; }
.article-content img { width: 100%; border-radius: 8px; margin: 1.5rem 0; }
.article-content table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.article-content table th, .article-content table td { border: 1px solid #dee2e6; padding: 10px 14px; text-align: left; }
.article-content table th { background-color: #0a4d8c; color: white; }
.article-content table tr:nth-child(even) { background-color: #f8f9fa; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #eee; }
.article-tags a { display: inline-block; padding: 5px 14px; background-color: #f0f4f8; color: #0a4d8c; border-radius: 20px; font-size: 0.85rem; text-decoration: none; transition: all 0.3s ease; }
.article-tags a:hover { background-color: #0a4d8c; color: white; }
.share-buttons { display: flex; align-items: center; gap: 10px; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid #eee; }
.share-buttons a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; color: white; font-size: 16px; transition: all 0.3s ease; }
.share-buttons a:hover { transform: translateY(-3px); }
.share-buttons .share-wa { background-color: #25D366; }
.share-buttons .share-fb { background-color: #1877F2; }
.share-buttons .share-li { background-color: #0077B5; }
.share-buttons .share-em { background-color: #0a4d8c; }
.article-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #eee; }
.article-nav a { text-decoration: none; color: #0a4d8c; }
.article-nav .nav-label { font-size: 0.8rem; color: #999; text-transform: uppercase; }
.article-nav .nav-title { font-weight: 500; }
.sidebar-widget { background: white; padding: 25px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); margin-bottom: 30px; }
.sidebar-widget h5 { font-size: 1.1rem; margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 2px solid #0a4d8c; color: #0a4d8c; }
.sidebar-post { display: flex; gap: 12px; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #f0f0f0; }
.sidebar-post:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.sidebar-post img { width: 70px; height: 70px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.sidebar-post .post-info h6 { font-size: 0.9rem; margin-bottom: 4px; }
.sidebar-post .post-info h6 a { color: #333; text-decoration: none; }
.sidebar-post .post-info h6 a:hover { color: #0a4d8c; }
.sidebar-post .post-info span { font-size: 0.75rem; color: #999; }
.category-list { list-style: none; padding: 0; margin: 0; }
.category-list li { margin-bottom: 8px; }
.category-list li a { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; border-radius: 8px; text-decoration: none; color: #555; transition: all 0.3s ease; }
.category-list li a:hover { background-color: #f0f4f8; color: #0a4d8c; }
.category-list li a span { background-color: #e9ecef; padding: 2px 10px; border-radius: 10px; font-size: 0.75rem; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a { display: inline-block; padding: 5px 12px; background-color: #f0f4f8; color: #0a4d8c; border-radius: 20px; font-size: 0.8rem; text-decoration: none; transition: all 0.3s ease; }
.tag-cloud a:hover { background-color: #0a4d8c; color: white; }
.blog-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: all 0.3s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.12); }
.blog-card img { width: 100%; height: 200px; object-fit: cover; }
.blog-card .card-body { padding: 20px; }
@media (max-width: 767.98px) {
	.article-hero-img { height: 240px; }
	.article-nav { flex-direction: column; }
}
