.post-author {
	margin-top: 2.75rem;
	padding: 1.25rem 1.15rem;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(
		145deg,
		rgba(255, 255, 255, 0.07) 0%,
		rgba(255, 255, 255, 0.03) 55%,
		rgba(147, 197, 253, 0.05) 100%
	);
}

@media (min-width: 640px) {
	.post-author {
		padding: 1.35rem 1.35rem;
	}
}

.post-author-label {
	margin: 0 0 1rem;
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #a1a1aa;
}

.post-author-inner {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.post-author-avatar-shell {
	flex-shrink: 0;
	width: 72px;
	height: 72px;
	padding: 4px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.post-author-avatar {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 0;
}

.post-author-text {
	min-width: 0;
	flex: 1;
}

.post-author-name {
	margin: 0 0 0.2rem;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #fafafa;
}

.post-author-role {
	margin: 0 0 0.35rem;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #d4d4d8;
}

.post-author-bios {
	margin: 0 0 0.85rem;
}

.post-author-bios .post-author-bio {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #e4e4e7;
}

.post-author-bios .post-author-bio + .post-author-bio {
	margin-top: 0.65rem;
}

.post-author-links {
	margin: 0;
	font-size: 0.8125rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
}

.post-author-links a {
	color: #93c5fd;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.post-author-links a:hover {
	color: #bfdbfe;
}

.post-author-links-sep {
	color: #52525b;
	user-select: none;
}
