.nag-eeat-author-card {
	--nag-navy: #1f3765;
	--nag-blue: #0154b9;
	--nag-cyan: #67cffc;
	--nag-muted: #69727d;
	--nag-border: #d5d8dc;
	--nag-bg: #f7f9fb;

	box-sizing: border-box;
	width: 100%;
	max-width: 420px;
	margin: 2rem auto;
	padding: 1.75rem 1.5rem 1.5rem;
	border: 1px solid var(--nag-border);
	background: #fff;
	text-align: center;
	font-family: inherit;
	color: var(--nag-navy);
}

.nag-eeat-author-card *,
.nag-eeat-author-card *::before,
.nag-eeat-author-card *::after {
	box-sizing: border-box;
}

.nag-eeat-author-card__media {
	display: block;
	width: 160px;
	height: 160px;
	margin: 0 auto 1rem;
	overflow: hidden;
	background: #cfd3d8;
	text-decoration: none;
}

.nag-eeat-author-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nag-eeat-author-card__avatar-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #cfd3d8;
}

.nag-eeat-author-card__avatar-fallback svg {
	width: 72%;
	height: 72%;
}

.nag-eeat-author-card__name {
	margin: 0 0 0.35rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--nag-navy);
}

h1.nag-eeat-author-card__name {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
}

.nag-eeat-author-card__name a {
	color: inherit;
	text-decoration: none;
}

.nag-eeat-author-card__name a:hover,
.nag-eeat-author-card__name a:focus {
	color: var(--nag-blue);
	text-decoration: underline;
}

.nag-eeat-author-card__job {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--nag-blue);
}

.nag-eeat-author-card__meta {
	margin: 0 0 0.4rem;
	font-size: 0.875rem;
	line-height: 1.45;
	color: var(--nag-muted);
}

.nag-eeat-author-card__bio {
	margin: 0.85rem 0 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #3f444b;
	text-align: left;
}

.nag-eeat-author-card__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin: 1rem 0 0;
}

.nag-eeat-author-card__links a {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--nag-blue);
	text-decoration: none;
}

.nag-eeat-author-card__links a:hover,
.nag-eeat-author-card__links a:focus {
	text-decoration: underline;
}

.nag-eeat-author-card__cta {
	display: inline-block;
	margin-top: 1rem;
	padding: 0.65rem 1.15rem;
	border: 1px solid var(--nag-blue);
	background: var(--nag-blue);
	color: #fff !important;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.nag-eeat-author-card__cta:hover,
.nag-eeat-author-card__cta:focus {
	background: var(--nag-navy);
	border-color: var(--nag-navy);
}

.nag-eeat-author-card--archive {
	max-width: 640px;
	margin: 2.5rem auto 2rem;
	padding: 2rem 1.75rem;
	background: var(--nag-bg);
	border-top: 3px solid var(--nag-cyan);
}

.nag-eeat-author-card--archive .nag-eeat-author-card__media {
	width: 180px;
	height: 180px;
}

.nag-eeat-author-card--archive .nag-eeat-author-card__name {
	font-size: 1.5rem;
}

.nag-eeat-author-posts {
	--nag-navy: #1f3765;
	--nag-blue: #0154b9;
	--nag-muted: #69727d;
	--nag-border: #d5d8dc;
	max-width: 860px;
	margin: 2rem auto;
}

.nag-eeat-author-posts__title {
	margin: 0 0 1rem;
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--nag-navy);
}

.nag-eeat-author-posts__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.nag-eeat-author-posts__item {
	display: flex;
	gap: 1rem;
	align-items: stretch;
	padding: 0;
	border: 1px solid var(--nag-border);
	background: #fff;
	overflow: hidden;
}

.nag-eeat-author-posts__media {
	flex: 0 0 220px;
	display: block;
	width: 220px;
	min-height: 140px;
	overflow: hidden;
	background: #e8eef5;
	text-decoration: none;
}

.nag-eeat-author-posts__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nag-eeat-author-posts__media--placeholder {
	background: linear-gradient(135deg, #e8eef5 0%, #d5e4f5 100%);
}

.nag-eeat-author-posts__media--placeholder span {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 140px;
}

.nag-eeat-author-posts__content {
	flex: 1;
	min-width: 0;
	padding: 1rem 1.15rem 1rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.nag-eeat-author-posts__date {
	margin: 0 0 0.35rem;
	font-size: 0.8rem;
	color: var(--nag-muted);
}

.nag-eeat-author-posts__item h3 {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.35;
}

.nag-eeat-author-posts__item h3 a {
	color: var(--nag-navy);
	text-decoration: none;
}

.nag-eeat-author-posts__item h3 a:hover,
.nag-eeat-author-posts__item h3 a:focus {
	color: var(--nag-blue);
	text-decoration: underline;
}

.nag-eeat-author-posts__excerpt {
	margin: 0.5rem 0 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: #3f444b;
}

.nag-eeat-author-posts__more {
	margin: 0.65rem 0 0;
}

.nag-eeat-author-posts__more a {
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--nag-blue);
	text-decoration: none;
}

.nag-eeat-author-posts__more a:hover,
.nag-eeat-author-posts__more a:focus {
	text-decoration: underline;
}

@media (max-width: 640px) {
	.nag-eeat-author-posts__item {
		flex-direction: column;
	}

	.nag-eeat-author-posts__media,
	.nag-eeat-author-posts__media--placeholder span {
		flex-basis: auto;
		width: 100%;
		min-height: 180px;
		height: 180px;
	}

	.nag-eeat-author-posts__content {
		padding: 0.85rem 1rem 1rem;
	}
}

/* layout: grid */
.nag-eeat-author-posts--grid .nag-eeat-author-posts__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.nag-eeat-author-posts--grid .nag-eeat-author-posts__item {
	flex-direction: column;
	height: 100%;
}

.nag-eeat-author-posts--grid .nag-eeat-author-posts__media,
.nag-eeat-author-posts--grid .nag-eeat-author-posts__media--placeholder span {
	flex: 0 0 auto;
	width: 100%;
	height: 180px;
	min-height: 180px;
}

.nag-eeat-author-posts--grid .nag-eeat-author-posts__content {
	padding: 0.9rem 1rem 1.05rem;
	justify-content: flex-start;
}

.nag-eeat-author-posts--grid .nag-eeat-author-posts__excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nag-eeat-author-posts--list .nag-eeat-author-posts__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

@media (max-width: 900px) {
	.nag-eeat-author-posts--grid .nag-eeat-author-posts__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.nag-eeat-author-posts--grid .nag-eeat-author-posts__list {
		grid-template-columns: 1fr;
	}
}
/* Written by box (single posts) - separate from author archive card */
.nag-eeat-written-by {
	--nag-navy: #1f3765;
	--nag-blue: #0154b9;
	--nag-muted: #6b7280;
	--nag-border: #c9ced6;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%; width: 100%;
	margin: 2rem 0 1.5rem;
	padding: 1.35rem 1.25rem 1.15rem;
	border: 1px dashed var(--nag-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(31, 55, 101, 0.06);
	color: var(--nag-navy);
	font-family: inherit;
}

.nag-eeat-written-by *,
.nag-eeat-written-by *::before,
.nag-eeat-written-by *::after {
	box-sizing: border-box;
}

.nag-eeat-written-by__badge {
	position: absolute;
	top: -0.55rem;
	left: 0.9rem;
	display: inline-block;
	padding: 0.1rem 0.45rem;
	border: 1px dashed var(--nag-border);
	border-radius: 4px;
	background: #fff;
	font-size: 0.7rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.01em;
	text-transform: lowercase;
	color: #4b5563;
}

.nag-eeat-written-by__row {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.nag-eeat-written-by__media {
	flex: 0 0 72px;
	display: block;
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-radius: 50%;
	background: #cfd3d8;
	text-decoration: none;
}

.nag-eeat-written-by__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nag-eeat-written-by__avatar-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #cfd3d8;
}

.nag-eeat-written-by__avatar-fallback svg {
	width: 70%;
	height: 70%;
}

.nag-eeat-written-by__body {
	min-width: 0;
	flex: 1;
	text-align: left;
}

.nag-eeat-written-by__name {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.25;
	color: #111827;
}

.nag-eeat-written-by__name a {
	color: inherit;
	text-decoration: none;
}

.nag-eeat-written-by__name a:hover,
.nag-eeat-written-by__name a:focus {
	color: var(--nag-blue);
}

.nag-eeat-written-by__bio {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--nag-muted);
}

.nag-eeat-written-by__social {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-top: 0.65rem;
}

.nag-eeat-written-by__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #1f2937;
	text-decoration: none;
}

.nag-eeat-written-by__social-link:hover,
.nag-eeat-written-by__social-link:focus {
	color: var(--nag-blue);
}

@media (max-width: 480px) {
	.nag-eeat-written-by {
		padding: 1.25rem 1rem 1rem;
	}

	.nag-eeat-written-by__row {
		align-items: flex-start;
	}

	.nag-eeat-written-by__media {
		flex-basis: 64px;
		width: 64px;
		height: 64px;
	}
}