.custom-article-header-share-popup {
	position: absolute;
	right: 0;
	top: -12rem;

	width: 12.5rem;
	height: 11.3rem;
	
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	border-radius: 0.8rem;
	background-color: #fff;
	box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.15);

    z-index: 99999;
}

.custom-article-header-share-popup.active {
	display: flex;
}

.custom-article-header-share-popup__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.6rem 0.5rem;

	margin-bottom: 1.3rem;
}

.custom-article-header-share-popup__list-link {
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-article-header-share-popup__button {
	width: 100%;

	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: -0.03em;

	border: none;
	outline: none;
	background-color: transparent;
}

.custom-article-header-share-popup__button:hover {
	color: #3F892C;
	text-decoration: underline;
	text-decoration-color: #3F892C;
}