.dse-author-box {
	margin: clamp(2.5rem, 8vw, 4.5rem) 0 0;
	padding: clamp(1.25rem, 4vw, 1.75rem);
	border: 1px solid rgba(92, 67, 54, .18);
	border-left: 4px solid #8b5d42;
	border-radius: .45rem;
	background: #faf7f4;
}

.dse-author-box .dse-author-eyebrow {
	margin: 0 0 .35rem;
	color: #6e452e;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.dse-author-box h2 {
	margin: 0 0 .55rem;
	font-size: clamp(1.3rem, 4vw, 1.65rem);
}

.dse-author-box p {
	margin: .45rem 0 0;
}

.dse-author-box .dse-author-date {
	color: #5f6368;
	font-size: .88rem;
}
