/*
 * Rock Documented author archives
 * Geometry only: Fox keeps control of the site's native fonts and post styling.
 */

body.author .titlebar56 {
	background: #fff !important;
	border-top: 5px solid #d0222a;
}

body.author .titlebar56--author .container {
	padding-top: 26px;
	padding-bottom: 28px;
}

body.author .titlebar56--author .titlebar56__main {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 22px;
	width: 100% !important;
	max-width: 1120px;
	margin: 0 auto;
	align-items: start;
}

body.author .titlebar56__author__avatar {
	width: 112px;
	margin: 3px 0 0;
	aspect-ratio: 1;
}

body.author .titlebar56__author__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

body.author .titlebar56__author__text {
	width: auto;
	min-width: 0;
	padding-left: 0;
}

body.author .titlebar56--author .titlebar56__title {
	margin: 0 0 9px;
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1;
}

body.author .titlebar56__description {
	max-width: 960px;
	font-size: 1em;
	line-height: 1.45;
}

body.author .titlebar56__description p + p {
	margin-top: 0.55em;
}

body.author .rd-author-editorial-v131 {
	padding: 0 0 3em;
}

body.author .rd-author-editorial-v131 .toparea56 .container {
	padding-top: 2em;
	padding-bottom: 2em;
}

body.author .rd-author-editorial-v131__row + .rd-author-editorial-v131__row {
	margin-top: clamp(28px, 3vw, 46px);
	padding-top: clamp(28px, 3vw, 46px);
	border-top: 1px solid var(--border-color, #999);
}

body.author .rd-author-editorial-v131__row--briefs .title56 {
	font-size: 1.08em;
	line-height: 1.08;
}

body.author .rd-author-editorial-v131__row--briefs .excerpt56 {
	font-size: 0.94em;
	line-height: 1.3;
}

/*
 * The compact news desk is deliberately structural rather than advisory.
 * Fox supplies every post component and every font; this layer guarantees
 * that the middle package cannot fall back to another oversized feature row.
 */
body.author .rd-author-editorial-v131__brief-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	column-gap: 0 !important;
	row-gap: 30px !important;
}

body.author .rd-author-editorial-v131__brief-grid > .griditem56 {
	min-width: 0;
	padding: 0 18px;
	border-left: 1px solid var(--border-color, #999);
}

body.author .rd-author-editorial-v131__brief-grid > .griditem56:first-child {
	padding-left: 0;
	border-left: 0;
}

body.author .rd-author-editorial-v131__brief-grid > .griditem56:nth-child(4) {
	padding-right: 0;
}

body.author .rd-author-editorial-v131__brief-grid .thumbnail56 {
	width: 100%;
	aspect-ratio: 17 / 11;
	margin: 0 !important;
}

body.author .rd-author-editorial-v131__brief-grid .thumbnail56 > a,
body.author .rd-author-editorial-v131__brief-grid .thumbnail56 img {
	width: 100%;
	height: 100%;
}

body.author .rd-author-editorial-v131__brief-grid .thumbnail56 img {
	object-fit: cover;
}

body.author .rd-author-editorial-v131__brief-grid .post56__text {
	padding-top: 12px;
}

body.author .rd-author-editorial-v131__brief-grid .post56__sep__line,
body.author .rd-author-editorial-v131__brief-grid > .blog56__sep {
	display: none !important;
}

body.author .rd-author-editorial-v131__pagination {
	padding-top: 1.5em;
}

@media only screen and (max-width: 840px) {
	body.author .rd-author-editorial-v131__brief-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.author .rd-author-editorial-v131__brief-grid > .griditem56:nth-child(odd) {
		padding-left: 0;
		border-left: 0;
	}

	body.author .rd-author-editorial-v131__brief-grid > .griditem56:nth-child(even) {
		padding-right: 0;
		border-left: 1px solid var(--border-color, #999);
	}

	body.author .titlebar56--author .titlebar56__main {
		grid-template-columns: 90px minmax(0, 1fr);
		gap: 18px;
	}

	body.author .titlebar56__author__avatar {
		width: 90px;
	}
}

@media only screen and (max-width: 600px) {
	body.author .rd-author-editorial-v131__brief-grid {
		grid-template-columns: 1fr !important;
		row-gap: 24px !important;
	}

	body.author .rd-author-editorial-v131__brief-grid > .griditem56,
	body.author .rd-author-editorial-v131__brief-grid > .griditem56:nth-child(even),
	body.author .rd-author-editorial-v131__brief-grid > .griditem56:nth-child(odd) {
		padding: 0;
		border-left: 0;
	}

	body.author .titlebar56 {
		border-top-width: 4px;
	}

	body.author .titlebar56--author .container {
		padding-top: 18px;
		padding-bottom: 19px;
	}

	body.author .titlebar56--author .titlebar56__main {
		grid-template-columns: 68px minmax(0, 1fr);
		gap: 13px;
	}

	body.author .titlebar56__author__avatar {
		width: 68px;
	}

	body.author .titlebar56--author .titlebar56__title {
		font-size: 26px;
	}

	body.author .titlebar56__description {
		font-size: 0.9em;
		line-height: 1.4;
	}

	body.author .rd-author-editorial-v131__row + .rd-author-editorial-v131__row {
		margin-top: 24px;
		padding-top: 24px;
	}
}
