/**
 * Social Links Widget - styles publics
 */

.slw-wrap {
	--slw-size: 24px;
}

.widget_slw .slw-list,
.slw-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6em;
	align-items: center;
}

.slw-align-center .slw-list {
	justify-content: center;
}

.slw-align-right .slw-list {
	justify-content: flex-end;
}

.slw-item {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.slw-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: var(--slw-size);
	line-height: 1;
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.slw-link:hover,
.slw-link:focus {
	opacity: 0.75;
	transform: translateY(-2px);
}

.slw-icon {
	display: block;
	width: 1em;
	height: 1em;
}

/* Titre via shortcode */
.slw-title {
	margin: 0 0 0.5em;
}

/* Lecteurs d'écran uniquement */
.slw-link .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
