.mh-short-share {
	margin: 18px 0 22px;
	padding: 18px 20px;
	border: 1px solid rgba(65, 150, 125, 0.22);
	border-radius: 16px;
	background: #f8fcfa;
	box-sizing: border-box;
}

.mh-short-share__title {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 13px;
	font-size: 17px;
	font-weight: 700;
	color: #15241f;
}

.mh-short-share__icon {
	font-size: 20px;
	line-height: 1;
}

.mh-short-share__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mh-short-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 15px;
	border: 1px solid transparent;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
}

.mh-short-share__btn--wa {
	background: #25d366;
	color: #fff;
}

.mh-short-share__btn--fb {
	background: #1877f2;
	color: #fff;
}

.mh-short-share__btn--copy {
	background: #fff;
	border-color: #9aa7a2;
	color: #15241f;
}

.mh-short-share__notice {
	min-height: 18px;
	margin-top: 8px;
	font-size: 12px;
	color: #4d7567;
}

@media (max-width: 600px) {
	.mh-short-share {
		padding: 15px;
		border-radius: 13px;
	}

	.mh-short-share__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.mh-short-share__btn--copy {
		grid-column: 1 / -1;
	}
}
