.footer-widgets {
	background-color: #14335e;
}

.footer-widgets .widget-title,
.footer-widgets .widget__title {
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	color: #ffffff;
}

.footer-widgets .footer-links-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-widgets .footer-links-list li {
	margin: 0 0 10px;
}

.footer-widgets .footer-links-list li:last-child {
	margin-bottom: 0;
}

.footer-widgets .footer-links-list a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #d7dcdf;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-widgets .footer-links-list a::before {
	content: "\203A";
	font-weight: 700;
	color: #7f9cc4;
}

.footer-widgets .footer-links-list a:hover {
	color: #ffffff;
	text-decoration: underline;
}
