.evo-expert-author-card {
	--evo-author-ink: #191919;
	--evo-author-muted: #64615c;
	--evo-author-paper: #f7f5f1;
	--evo-author-line: #ded9d2;
	--evo-author-red: #f20d46;
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	width: 100%;
	margin: 36px 0;
	padding: 30px 32px;
	border-top: 3px solid var(--evo-author-red);
	background: var(--evo-author-paper);
	color: var(--evo-author-ink);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
}

.evo-expert-author-card *,
.evo-expert-author-card *::before,
.evo-expert-author-card *::after {
	box-sizing: border-box;
}

.evo-expert-author-card__photo {
	display: block;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	overflow: hidden;
}

.evo-expert-author-card__photo img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center 24%;
}

.evo-expert-author-card__content {
	min-width: 0;
}

.evo-expert-author-card__label,
.evo-expert-author-card__name,
.evo-expert-author-card__role,
.evo-expert-author-card__bio p {
	font-family: inherit;
}

.evo-expert-author-card__label {
	margin: 0 0 7px !important;
	color: var(--evo-author-red);
	font-size: 11px;
	line-height: 1.4;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.evo-expert-author-card__name {
	margin: 0 !important;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: -.015em;
}

.evo-expert-author-card__name a,
.evo-expert-author-card__link {
	color: inherit;
	text-decoration: none;
}

.evo-expert-author-card__name a:hover,
.evo-expert-author-card__link:hover {
	color: var(--evo-author-red);
}

.evo-expert-author-card__name a:focus-visible,
.evo-expert-author-card__link:focus-visible {
	outline: 3px solid #48deb1;
	outline-offset: 3px;
}

.evo-expert-author-card__role {
	margin: 6px 0 0 !important;
	color: var(--evo-author-muted);
	font-size: 14px;
	line-height: 1.45;
	font-weight: 600;
}

.evo-expert-author-card__bio {
	max-width: 780px;
	margin-top: 14px;
	color: var(--evo-author-muted);
	font-size: 15px;
	line-height: 1.55;
}

.evo-expert-author-card__bio p {
	margin: 0 !important;
}

.evo-expert-author-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	color: var(--evo-author-red);
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
}

.evo-expert-author-card--compact {
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 16px;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.evo-expert-author-card--compact .evo-expert-author-card__photo {
	width: 56px;
	height: 56px;
}

.evo-expert-author-card--compact .evo-expert-author-card__name {
	font-size: 16px;
	line-height: 1.3;
}

.evo-expert-author-card--compact .evo-expert-author-card__role {
	margin-top: 3px !important;
	font-size: 12px;
}

.evo-expert-author-card--compact .evo-expert-author-card__bio,
.evo-expert-author-card--compact .evo-expert-author-card__link {
	display: none;
}

@media (max-width: 640px) {
	.evo-expert-author-card {
		grid-template-columns: 72px minmax(0, 1fr);
		column-gap: 18px;
		row-gap: 4px;
		margin: 30px 0;
		padding: 24px 20px;
	}

	.evo-expert-author-card__photo {
		width: 72px;
		height: 72px;
	}

	.evo-expert-author-card__name {
		font-size: 19px;
	}

	.evo-expert-author-card--full .evo-expert-author-card__content {
		display: contents;
	}

	.evo-expert-author-card--full .evo-expert-author-card__photo {
		grid-column: 1;
		grid-row: 1 / span 3;
		align-self: start;
	}

	.evo-expert-author-card--full .evo-expert-author-card__label {
		grid-column: 2;
		grid-row: 1;
		align-self: end;
	}

	.evo-expert-author-card--full .evo-expert-author-card__name {
		grid-column: 2;
		grid-row: 2;
	}

	.evo-expert-author-card--full .evo-expert-author-card__role {
		grid-column: 2;
		grid-row: 3;
	}

	.evo-expert-author-card--full .evo-expert-author-card__bio,
	.evo-expert-author-card--full .evo-expert-author-card__link {
		grid-column: 1 / -1;
	}

	.evo-expert-author-card--full .evo-expert-author-card__bio {
		grid-row: 4;
		margin-top: 18px;
		font-size: 14px;
	}

	.evo-expert-author-card--full .evo-expert-author-card__link {
		grid-row: 5;
		margin-top: 12px;
	}

	.evo-expert-author-card--compact {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 12px;
		padding: 0;
	}

	.evo-expert-author-card--compact .evo-expert-author-card__photo {
		width: 52px;
		height: 52px;
	}
}
