/**
 * Footer Navigation Widget Styles
 * Projective Conseil Custom Plugin
 */

.footer-nav-widget {
	display: flex;
	flex-direction: column;
}

/* Title */
.footer-nav-title {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0 0 1rem 0;
	padding: 0;
}

/* Links List */
.footer-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.footer-nav-list li {
	margin: 0;
	padding: 0;
}

.footer-nav-list a {
	text-decoration: none;
	font-size: 0.875rem;
	transition: color 0.2s ease;
	display: inline-block;
}

.footer-nav-list a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
