.epys-related-posts {
	margin: clamp(28px, 4vw, 48px) 0;
}

.epys-related-posts__header {
	margin-bottom: clamp(16px, 3vw, 24px);
}

.epys-related-posts__title {
	margin: 0;
	font-size: clamp(38px, 3.8vw, 52px);
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.epys-related-posts__title--first {
	color: #f3dd21;
}

.epys-related-posts__title--second {
	color: #22b75d;
}

.epys-related-posts__subtitle {
	margin: 14px 0 0;
	font-size: 18px;
	line-height: 1.45;
	color: #6b7280;
	font-family: "Montserrat", Sans-serif;
}

.epys-related-posts__grid {
	margin-top: 18px;
}

.epys-related-posts__empty {
	color: #6b7280;
	font-size: 16px;
}

.epys-author-box {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	background: #FFFFFF;
	border-radius: 24px;
	padding: clamp(22px, 3vw, 34px);
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
}

.epys-author-box__avatar-wrap {
	flex: 0 0 auto;
}

.epys-author-box__avatar {
	width: 100px;
	height: 100px!important;
	border-radius: 50%!important;
	border: 4px solid #f3dd21!important;
	object-fit: cover;
	display: block;
}

.epys-author-box__avatar--placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	font-weight: 600;
	color: #243042;
	background: #dbe2ea;
}

.epys-author-box__content {
	flex: 1 1 auto;
}

.epys-author-box__label {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #22b75d;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Montserrat", Sans-serif;
}

.epys-author-box__label svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.epys-author-box__name {
	margin: 8px 0 8px;
	color: #2e3b50;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}



.epys-author-box__title{
	margin: 8px 0 8px;
	color: #2e3b50;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}



.epys-author-box__specialty {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: #9CA3AF;
	font-family: "Montserrat", Sans-serif;
}



.epys-author-box__specialty {
	margin-top: 10px;
}

.epys-author-box__description {
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 26px;
	color: #6B7280;
}

.epys-share-box {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	margin: clamp(18px, 3vw, 36px) 0;
}

.epys-share-box__label {
	margin: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #24324a;
}

.epys-share-box__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.epys-share-box__action {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #dceadf;
	border: 0;
	color: #22b75d;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button.epys-share-box__action.epys-share-box__copy:hover{
	background: #dceadf!important;
	color: #22b75d;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
	background: #dceadf!important;
	color: #22b75d!important;
}

.epys-share-box__action:hover,
.epys-share-box__action:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(16, 147, 72, 0.22);
}

.epys-share-box__action svg {
	width: 20px;
	height: 20px;
}

.epys-share-box__copy svg path[stroke] {
	stroke: currentColor;
}

.epys-share-box__feedback {
	margin: 0;
	width: 100%;
	color: #109348;
	font-size: 16px;
	font-weight: 600;
	min-height: 1.3em;
}

@media (max-width: 767px) {
	.epys-author-box {
		flex-direction: column;
		padding: 20px;
	}

	.epys-author-box__name {
		font-size: 36px;
	}

	.epys-author-box__title,
	.epys-author-box__specialty {
		font-size: 24px;
	}

	.epys-share-box {
		flex-direction: column;
		align-items: flex-start;
	}
}
