/**
 * CSS legacy tách từ style.css trong 6J2G.
 * Giữ nguyên quy tắc hiển thị cũ; chỉ thay đổi phạm vi nạp tài nguyên.
 */

/*** Article.css ***/
/* Fallback cho template bài viết cũ; module Blog mới sẽ dùng cùng token phía sau. */
#article h1 {
	margin-bottom: 20px;
	color: var(--v247-heading-text);
	font-family: var(--v247-font-family);
	font-size: var(--v247-h1-article);
	font-weight: var(--v247-heading-weight);
	line-height: 1.28;
}
#article .info-created-at-article {
	color: var(--v247-text-muted);
	font-size: 12px;
	margin-bottom: 10px;
}
#article .info-excerpt-article {
	margin-bottom: 10px;
}
#article .info-description-article table td {
	border: 1px solid #ddd;
}
#article .info-description-article p {
	margin-bottom: 10px;
}
#article .info-description-article ul {
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
#article .info-description-article li {
	list-style-type: inherit;
}
#article .info-author-article {
	text-align: right;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: var(--v247-heading-text);
}
.info-socials-article {
	display: flex;
	width: 100%;
	align-items: flex-start;
	margin: 0 0 10px;
	text-align: right;
}
.info-socials-article .box-like-socials-article {
	display: inline;
	float: none;
	padding-right: 5px;
}
#article .info-tags-article {
	font-size: 12px;
	padding: 8px 10px 5px 15px;	
	border: 1px solid var(--v247-panel-border);
	border-left: 2px solid var(--v247-panel-border);
	margin-top: 10px;
}
#article .info-tags-article label {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 6px;
	float: left;
	padding: 5px 5px 0;
}
#article .info-tags-article ul {
	float: left;
}
#article .info-tags-article .item {
	margin: 0;
	float: left;
}
#article .info-tags-article .item a {
	padding: 5px 8px;
	margin: 0 3px 3px 0;
	float: left;
	background-color: var(--v247-panel-header-bg);
	font-size: 12px;
	text-transform: uppercase;
}
#article .info-title-comment {
	margin: 20px 0 5px;	
	font-size: 16px;
}
#article .info-title-comment i {
	padding-right: 5px;
	font-size: 18px;
}
#article .info-box-comment {
	border: 1px solid var(--v247-panel-border);
	border-top: 2px solid var(--v247-panel-border);
	background: var(--v247-panel-bg);
	box-shadow: var(--v247-panel-shadow);
	padding: 10px;
	padding-bottom: 0;
}
#article .info-title-related-article {
	overflow: hidden;
	text-transform: uppercase;
	margin: 15px 0px 5px;
}
#article .info-title-related-article h2 {
	background: var(--v247-panel-bg);
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	color: var(--v247-accent);
	float: left;
	list-style: none outside none;
	padding-right: 5px;
	margin: 0;
}
#article .info-related-articles {
	margin-bottom: 15px;
}
#article .info-related-articles li.item {
	line-height: 14px;
	border-bottom: 1px var(--v247-panel-divider) dashed;
}
#article .info-related-articles li.item i {
	padding: 5px 5px 5px 0;
	color: var(--v247-accent);
}
#article .info-related-articles li.item a,
#article .info-related-articles li.item h3 {
	color: var(--v247-heading-text);
	font-size: 14px;
	text-decoration: none;
	padding: 5px 0;
	display: inline-block;
	margin: 0;
	font-weight: normal;
}
/* Fallback legacy chỉ dành cho bài viết cũ. */
.form-article { padding: 30px 0 0; }
.info-description-article h2 { margin-top: 0; }
.form-article .page-left-title div {
	margin-bottom: 15px;
	color: #000 !important;
	font-size: 25px;
	text-transform: uppercase;
}
/*** End article.css ***/
