.awd-social-links {
	display: flex;
}

.awd-social-links--left {
	justify-content: flex-start;
}

.awd-social-links--center {
	justify-content: center;
}

.awd-social-links--right {
	justify-content: flex-end;
}

.awd-social-links__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.awd-social-links__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	min-height: 2.75rem;
	text-decoration: none;
}

.awd-social-links__icon {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	object-fit: contain;
}

.awd-social-links__icon--svg svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.awd-social-links__link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}
