/* Footer — Thông tin: giữ mẫu cũ, căn chỉnh cho gọn */
.hl-footer-about .widget-title {
	margin-bottom: 14px;
}

.hl-footer-about__body {
	color: #00ccff;
	font-size: 13px;
	line-height: 1.5;
}

.hl-footer-about .hl-footer-about__name {
	margin: 0 0 4px;
	color: #00ccff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.2px;
}

.hl-footer-about .hl-footer-about__mst {
	margin: 0 0 12px;
	color: #00ccff;
	font-size: 12px;
	line-height: 1.45;
}

.bg-dark .hl-footer-about__item,
.hl-footer-about__item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	color: #00ccff;
	text-decoration: none;
}

.bg-dark .hl-footer-about__item:hover,
.bg-dark .hl-footer-about__item:focus,
.hl-footer-about__item:hover,
.hl-footer-about__item:focus {
	color: #7ee9ff;
	text-decoration: none;
}

.hl-footer-about__icons {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	gap: 4px;
}

.hl-footer-about__icons img,
.hl-footer-about__item img {
	display: block;
	width: auto;
	height: auto;
	max-height: 36px;
}

.hl-footer-about__text {
	flex: 1;
	min-width: 0;
	color: inherit;
	font-size: 13px;
	line-height: 1.45;
}

.hl-footer-about__badges {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 4px 0 14px;
}

.hl-footer-about__badges a {
	display: inline-flex;
	opacity: 0.95;
	transition: opacity 0.2s ease;
}

.hl-footer-about__badges a:hover,
.hl-footer-about__badges a:focus {
	opacity: 1;
}

.hl-footer-about__badges img {
	display: block;
	width: auto;
	max-height: 40px;
	height: auto;
}

.hl-footer-about__item--hotline {
	align-items: center;
	flex-wrap: wrap;
}

.hl-footer-about__item--hotline > a img {
	max-height: 40px;
}

.hl-footer-about__phones {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.bg-dark .hl-footer-about__phones a,
.hl-footer-about__phones a {
	color: #00ccff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
}

.bg-dark .hl-footer-about__phones a:hover,
.bg-dark .hl-footer-about__phones a:focus,
.hl-footer-about__phones a:hover,
.hl-footer-about__phones a:focus {
	color: #7ee9ff;
}

.hl-footer-about__item--mail {
	align-items: flex-start;
}

.hl-footer-about__mails {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding-top: 4px;
}

.bg-dark .hl-footer-about__mails a,
.hl-footer-about__mails a {
	color: #00ccff;
	font-size: 13px;
	line-height: 1.45;
	text-decoration: none;
}

.bg-dark .hl-footer-about__mails a:hover,
.bg-dark .hl-footer-about__mails a:focus,
.hl-footer-about__mails a:hover,
.hl-footer-about__mails a:focus {
	color: #7ee9ff;
}
