.mms-ai-share-buttons {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(0,0,0,.1);
	margin-bottom: 2rem;
}

.mms-ai-share-buttons__label {
	margin: 0 0 .75rem;
	font-weight: 600;
}

.mms-ai-share-buttons__list {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}

.mms-ai-share-buttons__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .625rem 1rem;
	border: 1px solid currentColor;
	border-radius: 999px;
	text-decoration: none;
}

.mms-ai-share-buttons__link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ee2737;
}

.mms-ai-share-buttons__link:active {
	text-decoration: none;
	color: #fff;
	background-color: #ee2737;
}