.nas-author-box,
.nas-author-box * {
	box-sizing: border-box;
}

.nas-author-box {
	width: 100%;
	margin: 48px 0 24px;
	padding: 0 24px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	background: #fff;
}

.nas-author-box-heading {
	margin: 0;
	padding: 16px 0 14px;
	border-bottom: 1px solid #e4e4e4;
	color: #222;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
}

.nas-author-box-inner {
	display: flex;
	align-items: flex-start;
	gap: 22px;
	padding: 24px 0 26px;
}

.nas-author-box-photo-wrap {
	flex: 0 0 104px;
	width: 104px;
}

.nas-author-box-photo-wrap a {
	display: block;
	text-decoration: none;
}

.nas-author-box-photo {
	display: block;
	width: 104px;
	height: 104px;
	margin: 0 !important;
	border: 0;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	box-shadow: none;
}

.nas-author-box--organization .nas-author-box-photo,
.nas-author-card--organization .nas-author-card-photo {
	border-radius: 14px;
}

.nas-author-box-text {
	flex: 1 1 auto;
	min-width: 0;
}

.nas-author-box-name,
.nas-author-card h4 {
	margin: 0 0 3px;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.25;
}

.nas-author-box-name a,
.nas-author-box-name span,
.nas-author-card h4 a,
.nas-author-card h4 span {
	color: #202020;
	text-decoration: none;
}

.nas-author-box-name a:hover,
.nas-author-box-name a:focus,
.nas-author-card h4 a:hover,
.nas-author-card h4 a:focus {
	color: #8b1e1e;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.nas-author-box-title {
	margin: 0 0 11px;
	color: #707070;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .01em;
}

.nas-author-box-bio {
	max-width: 760px;
	margin: 0;
	color: #3c3c3c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

.nas-author-box-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
	margin-top: 17px;
}

.nas-author-box-feature-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 15px;
	border: 1px solid #222;
	border-radius: 3px;
	background: #222;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none !important;
	transition: background-color .2s ease, border-color .2s ease;
}

.nas-author-box-feature-link:hover,
.nas-author-box-feature-link:focus {
	border-color: #8b1e1e;
	background: #8b1e1e;
	color: #fff !important;
}

.nas-author-box-secondary-link,
.nas-author-card-profile {
	color: #555 !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: underline !important;
	text-decoration-color: #aaa !important;
	text-underline-offset: 3px;
}

.nas-author-box-secondary-link:hover,
.nas-author-box-secondary-link:focus,
.nas-author-card-profile:hover,
.nas-author-card-profile:focus {
	color: #8b1e1e !important;
	text-decoration-color: #8b1e1e !important;
}

.nas-author-box-contributor-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	padding: 8px 0 18px;
}

.nas-author-card {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 15px;
	padding: 18px 20px 18px 0;
	border-bottom: 1px solid #ececec;
}

.nas-author-card:nth-child(odd) {
	border-right: 1px solid #ececec;
}

.nas-author-card:nth-child(even) {
	padding-right: 0;
	padding-left: 20px;
}

.nas-author-card:nth-last-child(-n+2) {
	border-bottom: 0;
}

.nas-author-card-photo-wrap,
.nas-author-card-photo {
	width: 72px;
	height: 72px;
}

.nas-author-card-photo {
	display: block;
	margin: 0 !important;
	border-radius: 50%;
	object-fit: cover;
}

.nas-author-card h4 {
	font-size: 19px;
}

.nas-author-card-role {
	margin: 3px 0 7px;
	color: #707070;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.nas-author-card-bio {
	margin: 0 0 8px;
	color: #444;
	font-size: 14px;
	line-height: 1.55;
}

.nas-ac-byline {
	display: block;
}

.nas-ac-byline-main {
	display: inline;
}

.nas-ac-byline-credits {
	display: block;
	margin-top: 5px;
	color: #6b7280;
	font-size: .82em;
	font-weight: 400;
	line-height: 1.5;
}

.nas-ac-byline-credits > span {
	display: block;
}

.nas-ac-byline-credits strong {
	font-weight: 600;
}

.nas-photo-feature-template .nas-author-box,
.entry-content.nas-font-medium .nas-author-box,
.wp-block-post-content.nas-font-medium .nas-author-box {
	width: 100% !important;
	max-width: 760px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

@media (max-width: 760px) {
	.nas-author-box-contributor-grid {
		grid-template-columns: 1fr;
	}

	.nas-author-card,
	.nas-author-card:nth-child(even) {
		padding-right: 0;
		padding-left: 0;
		border-right: 0;
		border-bottom: 1px solid #ececec;
	}

	.nas-author-card:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 600px) {
	.nas-author-box {
		margin-top: 38px;
		padding-right: 16px;
		padding-left: 16px;
	}

	.nas-author-box-heading {
		padding: 14px 0 12px;
		font-size: 19px;
	}

	.nas-author-box-inner {
		gap: 16px;
		padding: 20px 0 22px;
	}

	.nas-author-box-photo-wrap,
	.nas-author-box-photo {
		width: 76px;
		height: 76px;
	}

	.nas-author-box-photo-wrap {
		flex-basis: 76px;
	}

	.nas-author-box-name {
		font-size: 20px;
	}

	.nas-author-box-title {
		margin-bottom: 9px;
		font-size: 13px;
	}

	.nas-author-box-bio {
		font-size: 15px;
		line-height: 1.6;
	}

	.nas-author-box-links {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		margin-top: 15px;
	}
}

@media (max-width: 420px) {
	.nas-author-box-inner {
		display: block;
	}

	.nas-author-box-photo-wrap {
		width: 76px;
		margin-bottom: 14px;
	}

	.nas-author-card {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 12px;
	}

	.nas-author-card-photo-wrap,
	.nas-author-card-photo {
		width: 58px;
		height: 58px;
	}
}

