.authorship-header {
	display: flex !important;
	align-items: flex-start !important;
	gap: 10px !important;
	margin-bottom: 12px !important;
	padding-bottom: 10px !important;
}

.authorship-header__avatars {
	display: flex !important;
	align-items: center !important;
}

.authorship-header__avatar-wrap {
	position: relative !important;
}

.authorship-header__avatar-wrap--author {
	z-index: 2 !important;
}

.authorship-header__avatar-wrap--reviewer {
	margin-left: -22px !important;
	z-index: 1 !important;
	transition: transform 0.44s ease !important;
}

.authorship-header__avatar-wrap--reviewer:hover,
.authorship-header__avatar-wrap--reviewer:focus-within {
	transform: translateX(-8px) !important;
	z-index: 3 !important;
}

.authorship-header__avatar-link {
	display: block !important;
	border-radius: 50% !important;
	text-decoration: none !important;
}

.authorship-header__avatar {
	width: 46px !important;
	height: 46px !important;
	border-radius: 50% !important;
	border: 2px solid #f1f3f5 !important;
	object-fit: cover !important;
	background-color: #ffffff !important;
	display: block !important;
	transition: transform 0.18s ease !important;
}

.authorship-header__avatar--author {
	width: 50px !important;
	height: 50px !important;
}

.authorship-header__avatar--reviewer {
	width: 40px !important;
	height: 40px !important;
}

.authorship-header__avatar-link:hover .authorship-header__avatar,
.authorship-header__avatar-link:focus .authorship-header__avatar {
	transform: scale(1.08) !important;
}

.authorship-header__avatar--placeholder {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #4b5563 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em !important;
	background-color: #eef2f7 !important;
}

.authorship-header__badge {
	position: absolute !important;
	right: 1px !important;
	bottom: 1px !important;
	width: 14px !important;
	height: 14px !important;
	border-radius: 50% !important;
	background-color: #22c55e !important;
	color: #ffffff !important;
	border: 2px solid #ffffff !important;
	font-size: 9px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.authorship-header__details {
	display: flex !important;
	flex-direction: column !important;
	gap: 1px !important;
}

.authorship-header__line {
	margin: 0 !important;
	color: #111827 !important;
	font-size: 11px !important;
	line-height: 1.22 !important;
}

.authorship-header__line--author {
	font-weight: 600 !important;
	color: #111827 !important;
	font-size: 15px !important;
}

.authorship-header__line--reviewer {
	font-weight: 400 !important;
	color: #4b5563 !important;
	font-size: 13px !important;
}

.authorship-header__link {
	text-decoration: none !important;
}

.authorship-header__line--author .authorship-header__link {
	font-weight: 700 !important;
	font-size: 15px !important;
}

.authorship-header__line--reviewer .authorship-header__link {
	font-weight: 500 !important;
	font-size: 13px !important;
}

.authorship-header__line--author span {
	font-size: 15px !important;
}

.authorship-header__line--reviewer span {
	font-size: 13px !important;
}

.authorship-header__link:hover,
.authorship-header__link:focus {
	text-decoration: underline !important;
}

.authorship-header__updated {
	margin: 0 !important;
	color: #6b7280 !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
	font-style: italic !important;
}

@media (max-width: 575.98px) {
	.authorship-header {
		gap: 8px !important;
		margin-bottom: 10px !important;
	}

	.authorship-header__avatar {
		width: 42px !important;
		height: 42px !important;
	}

	.authorship-header__avatar--author {
		width: 46px !important;
		height: 46px !important;
	}

	.authorship-header__avatar--reviewer {
		width: 36px !important;
		height: 36px !important;
	}
}
