.ah-post-share-buttons-element {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	row-gap: 12px;
	column-gap: 10px;
	direction: inherit;
}

.ah-post-share-buttons-element a.ah-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	margin: 0;
	border-radius: 10px;
	transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.15s ease;
}

.ah-post-share-buttons-element a.ah-item:focus-visible {
	outline: 2px solid var(--ahura-theme-primary, var(--ahura-accent-color, #1d67e8));
	outline-offset: 3px;
}

.ah-post-share-buttons-element a.ah-item img,
.ah-post-share-buttons-element a.ah-item svg {
	width: 24px;
	height: 24px;
	display: block;
	object-fit: contain;
}

.ah-post-share-buttons-element a.ah-item i {
	font-size: 24px;
}

.ah-post-share-buttons-element a.ah-item:hover {
	transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
	.ah-post-share-buttons-element a.ah-item:hover {
		transform: none;
	}
}
