.share-options {
	margin: 0;
	display: flex;
	flex: 0 0 fit-content;
	flex-wrap: wrap;
	gap: 1rem;
	list-style: none;
}

.share-options a {
	display: block;
	border-radius: 50%;
}

.share-options a:hover {
	outline: 1px solid var(--color-primary);
	outline-offset: 1px;
}

.share-options a:focus,
.share-options a:active {
	outline-width: 2px;
}
