/* Footer credit — vị trí & kiểu hiển thị, giữ nguyên HTML gốc */

#sites-chrome-footer-wrapper {
	text-align: left;
}

#sites-chrome-footer-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	max-width: 120px;
	height: 1px;
	margin: 16px auto 14px;
	background: linear-gradient(90deg, transparent, rgba(0, 137, 201, 0.35), transparent);
}

#footerarea {
	text-align: center;
	padding-bottom: 18px;
	font-size: 12px;
	line-height: 1.6;
	color: #000;
}

#footerarea > a[href*="halinkweb.com"] {
	margin-left: 4px;
	color: #777;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

#footerarea > a[href*="halinkweb.com"]:hover,
#footerarea > a[href*="halinkweb.com"]:focus-visible {
	color: #439f55;
	outline: none;
}

@media (max-width: 767px) {
	#footerarea {
		padding-bottom: 16px;
		font-size: 11px;
	}

	#sites-chrome-footer-wrapper::after {
		margin-top: 14px;
		margin-bottom: 12px;
	}
}
