/*
 * Footer Styles
 * @package GoldNews
 */

.site-footer {
	font-family: var(--wp--preset--font-family--inter);
}

.footer-widgets .widget-title {
	position: relative;
	padding-bottom: 0.5rem;
}

.footer-widgets .widget-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background-color: var(--wp--preset--color--primary-gold);
}

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

.footer-widgets a {
	transition: color 0.2s ease-in-out;
}

.social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.05);
	transition: all 0.2s ease;
}

.social-links a:hover {
	background-color: var(--wp--preset--color--primary-gold);
	color: var(--wp--preset--color--darker-bg);
}

.social-links svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}
