/**
 * Editorial author line (hover cards) for pages with wh_author_id meta.
 */

.entry-meta.pt-wh-editorial-meta {
	margin-top: 10px;
	margin-bottom: 10px;
}

.entry-meta.pt-wh-editorial-meta .author-line {
	font-size: 14px;
	color: #474747;
	text-align: left;
	position: relative;
}

.entry-meta.pt-wh-editorial-meta .author-line .author {
	display: inline-block;
	font-weight: 600;
	border-bottom: 1px dotted;
	cursor: pointer;
}

.entry-meta.pt-wh-editorial-meta .author-line .author .author-thumb {
	border-radius: 4px;
	vertical-align: middle;
}

.entry-meta.pt-wh-editorial-meta .author-line .author .author-sub-box {
	position: absolute;
	z-index: 11;
	display: none;
	width: 100%;
	max-width: 1100px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #ccc;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}

.entry-meta.pt-wh-editorial-meta .author-line .author:hover .author-sub-box,
.entry-meta.pt-wh-editorial-meta .author-line .author .author-sub-box:hover {
	display: flex;
	cursor: initial;
}

.entry-meta.pt-wh-editorial-meta .author-line .author .author-sub-box .close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	background: transparent;
	border: 0;
	line-height: 1;
}

.entry-meta.pt-wh-editorial-meta .author-line .author .author-sub-box .author-name,
.entry-meta.pt-wh-editorial-meta .author-line .author .author-sub-box .author-name a {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.entry-meta.pt-wh-editorial-meta .author-line img.social-icon {
	max-width: 22px;
	vertical-align: middle;
}

.entry-meta.pt-wh-editorial-meta .author-line .author .author-sub-box .author-bio {
	font-weight: 500;
}

.entry-meta.pt-wh-editorial-meta .author-line .author .author-sub-box .author-bio img {
	float: left;
	max-width: 75px;
	margin-inline-end: 15px;
	border-radius: 8px;
}

@media (max-width: 640px) {
	.entry-meta.pt-wh-editorial-meta .author-line .author:hover .author-sub-box {
		display: block;
	}
}

.entry-meta.pt-wh-editorial-meta .author-line .author.hide-hover .author-sub-box {
	display: none;
}

@media (max-width: 480px) {
	.entry-meta.pt-wh-editorial-meta .author-line .sep {
		display: block;
		height: 5px;
		text-indent: -9999px;
	}
}

.author-profile__avatar {
	object-fit: cover;
}

.author-latest-articles__title {
	margin-bottom: 1rem;
}

.author-article-item__title a {
	text-decoration: none;
}

.author-article-item__title a:hover {
	text-decoration: underline;
}

.author-article-item__thumb img {
	border-radius: 8px;
}

.author-article-item__date {
	font-size: 0.875rem;
	white-space: nowrap;
}

.author-article-item__attribution .sep {
	margin: 0 0.35rem;
}

.author-latest-articles__pagination .page-numbers {
	display: inline-block;
	margin: 0 0.25rem;
	padding: 0.25rem 0.5rem;
}
