/* EEAT Author Box - front-end styles */

.eeat-author-box {
	margin: 2.5em 0 1.5em;
	padding: 1.5em;
	border-radius: 10px;
	background: #f7f7f8;
	font-size: 0.95em;
	line-height: 1.5;
}

.eeat-style-bordered {
	background: transparent;
	border: 1px solid #ddd;
}

.eeat-style-minimal {
	background: transparent;
	padding: 1em 0;
	border-top: 1px solid #e2e2e2;
}

.eeat-box-heading {
	margin: 0 0 1em;
	font-size: 1.05em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #555;
}

.eeat-reviewer-heading {
	margin-top: 1.5em;
	border-top: 1px dashed #ddd;
	padding-top: 1em;
}

.eeat-person-card {
	display: flex;
	gap: 1em;
	align-items: flex-start;
	margin-bottom: 1em;
}

.eeat-person-card:last-child {
	margin-bottom: 0;
}

.eeat-avatar img {
	border-radius: 50%;
	display: block;
}

.eeat-avatar-large img {
	width: 120px;
	height: 120px;
}

.eeat-person-details {
	flex: 1;
}

.eeat-person-name {
	margin: 0 0 0.2em;
	font-weight: 700;
	font-size: 1.05em;
}

.eeat-person-name a {
	text-decoration: none;
	color: inherit;
}

.eeat-person-name a:hover {
	text-decoration: underline;
}

.eeat-badge {
	display: inline-block;
	margin-left: 0.5em;
	padding: 0.1em 0.6em;
	border-radius: 999px;
	background: #e6f0ff;
	color: #1a56db;
	font-size: 0.7em;
	font-weight: 600;
	text-transform: uppercase;
	vertical-align: middle;
}

.eeat-person-title {
	margin: 0 0 0.5em;
	font-style: italic;
	color: #555;
}

.eeat-person-bio {
	margin: 0 0 0.5em;
}

.eeat-person-expertise,
.eeat-person-exp {
	margin: 0 0 0.3em;
	font-size: 0.92em;
	color: #444;
}

.eeat-person-links {
	margin: 0.5em 0 0;
	font-size: 0.9em;
}

.eeat-person-links a {
	color: #1a56db;
	text-decoration: none;
}

.eeat-person-links a:hover {
	text-decoration: underline;
}

/* Author archive header */
.eeat-author-archive-header {
	display: flex;
	gap: 1.5em;
	align-items: flex-start;
	margin: 1em 0 2.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #e2e2e2;
}

.eeat-archive-name {
	margin: 0 0 0.2em;
	font-size: 1.6em;
}

@media (max-width: 600px) {
	.eeat-author-archive-header,
	.eeat-person-card {
		flex-direction: column;
	}
}
