.asc-compartilhar,
.asc-compartilhar * {
	box-sizing: border-box;
}

.asc-compartilhar {
	align-items: center;
	display: flex;
	/* flex-wrap: wrap; */
	gap: 24px;
}

.asc-compartilhar__label {
	color: #666;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.asc-compartilhar__icons {
	align-items: center;
	display: flex;
	gap: 12px;
}

.asc-compartilhar .asc-compartilhar__control {
	align-items: center;
	appearance: none;
	/* background: #1877f2 !important; */
	border: 0 !important;
	border-radius: 50%;
	box-shadow: none !important;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 22.857px;
	height: 24px;
	justify-content: center;
	padding: 0 !important;
	text-decoration: none !important;
	transform: none !important;
	width: 22.857px;
}


.asc-compartilhar .asc-compartilhar__control:hover,
.asc-compartilhar .asc-compartilhar__control:focus,
.asc-compartilhar .asc-compartilhar__control:active {
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

.asc-compartilhar .asc-compartilhar__icon {
	display: block;
	filter: none !important;
	height: 24px;
	max-width: none !important;
	opacity: 1 !important;
	width: 22.857px;
}

.asc-compartilhar .asc-compartilhar__control:focus-visible {
	outline: 2px solid #0566c7 !important;
	outline-offset: 3px;
}

.asc-compartilhar__status {
	font-family: Inter, sans-serif;
	font-size: 12px;
	line-height: normal;
	width: 100%;
}

@media (max-width: 480px) {
	.asc-compartilhar {
		align-items: flex-start;
		gap: 12px 24px;
	}
}