.itpe-featured {
	margin: 1.15rem 0 1.6rem;
	border-radius: 16px;
	overflow: hidden;
	background: #f3f4f6;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.itpe-featured-img,
.itpe-featured img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	margin: 0;
}

.itpe-author {
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
	margin: 2.4rem 0 0.4rem;
	padding: 1.35rem 1.4rem;
	border: 1px solid #e7ebe4;
	border-radius: 18px;
	background:
		radial-gradient(circle at top right, rgba(29, 107, 10, 0.06), transparent 42%),
		#ffffff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.itpe-author__avatar-wrap {
	flex: 0 0 auto;
}

.itpe-author__avatar {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	border: 3px solid #ffffff;
	box-shadow: 0 0 0 2px #1d6b0a, 0 8px 18px rgba(29, 107, 10, 0.18);
}

.itpe-author__body {
	min-width: 0;
}

.itpe-author__label {
	margin: 0 0 0.2rem;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #6b7280;
	font-weight: 600;
}

.itpe-author__name {
	margin: 0 0 0.45rem;
	font-size: 1.28rem;
	line-height: 1.25;
	font-weight: 700;
	color: #1d6b0a;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.itpe-author__name a {
	color: inherit;
	text-decoration: none;
}

.itpe-author__name a:hover {
	text-decoration: underline;
}

.itpe-author__role {
	margin: 0 0 0.5rem;
	color: #6b7280;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.itpe-author__bio {
	margin: 0 0 0.7rem;
	color: #374151;
	font-size: 0.96rem;
	line-height: 1.65;
}

.itpe-author__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.7rem 1rem;
	font-size: 0.86rem;
	color: #6b7280;
}

.itpe-author__link {
	color: #1d6b0a;
	font-weight: 600;
	text-decoration: none;
}

.itpe-author__link:hover {
	text-decoration: underline;
}

@media (max-width: 640px) {
	.itpe-author {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 1.25rem 1.1rem;
	}

	.itpe-author__meta {
		justify-content: center;
	}

	.itpe-author__avatar {
		width: 80px;
		height: 80px;
	}
}
