.shared-counts-wrap.style-icon {
	display: flex;
}

.style-icon .shared-counts-button {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.style-icon .shared-counts-label {
	display: none;
}

.style-icon svg {
	width: 22px;
	height: 22px;
	fill: var(--wp--preset--color--primary);
}

.block-shared-counts__title {
	font-size: var(--wp--preset--font-size--large);
	font-weight: 900;
	line-height: var(--wp--custom--line-height--small);
	margin: 0 0 16px;
}
