.gp-legacy-forum .site-content {
	display: block;
}

.gp-legacy-forum .content-area {
	width: 100%;
}

.gplf-page {
	max-width: 1180px;
}

.gplf-archive {
	padding: clamp(24px, 4vw, 56px);
}

.gplf-archive .entry-content {
	margin-top: 0;
}

.gplf-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 30px;
	color: var(--contrast-2, #5f6368);
	font-size: 14px;
}

.gplf-breadcrumbs a {
	text-decoration: none;
}

.gplf-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	gap: 40px;
	align-items: start;
	margin-bottom: 40px;
}

.gplf-heading h1 {
	margin: 0 0 10px;
	font-size: clamp(32px, 5vw, 48px);
	line-height: 1.1;
}

.gplf-heading p:last-child {
	margin-bottom: 0;
}

.gplf-eyebrow {
	margin: 0 0 8px;
	color: var(--accent, #1e73be);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.gplf-archive-notice {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 18px 20px;
	border-left: 4px solid var(--accent, #1e73be);
	background: var(--base-2, #f7f8f9);
	font-size: 15px;
}

.gplf-list-summary {
	padding: 12px 16px;
	border: 1px solid #dfe3e6;
	border-bottom: 0;
	background: #f6f7f7;
	color: #50575e;
	font-size: 14px;
}

.gplf-topic-list {
	border: 1px solid #dfe3e6;
}

.gplf-topic-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 90px 190px;
	gap: 24px;
	align-items: center;
	padding: 18px 20px;
	border-bottom: 1px solid #e8eaec;
}

.gplf-topic-row:last-child {
	border-bottom: 0;
}

.gplf-topic-row--sticky {
	box-shadow: inset 4px 0 0 var(--accent, #1e73be);
	background: var(--base-2, #f7f8f9);
}

.gplf-topic-row--header {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f6f7f7;
	color: #50575e;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.gplf-topic-title {
	display: inline-block;
	font-size: 17px;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
}

.gplf-sticky-label {
	display: inline-block;
	margin-right: 8px;
	padding: 3px 7px;
	border-radius: 3px;
	background: var(--accent, #1e73be);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-transform: uppercase;
	vertical-align: 2px;
}

.gplf-topic-started,
.gplf-topic-last {
	color: #646970;
	font-size: 13px;
}

.gplf-topic-started {
	margin-top: 5px;
}

.gplf-topic-replies {
	font-variant-numeric: tabular-nums;
	text-align: center;
}

.gplf-topic-last {
	display: flex;
	flex-direction: column;
	line-height: 1.45;
}

.gplf-topic-last strong {
	color: inherit;
}

.gplf-posts {
	border: 1px solid #dfe3e6;
	border-bottom: 0;
}

.gplf-post {
	border-bottom: 1px solid #dfe3e6;
	background: #fff;
	scroll-margin-top: 30px;
}

.gplf-post:target {
	box-shadow: inset 4px 0 0 var(--accent, #1e73be);
}

.gplf-post-meta {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 16px;
	background: #f6f7f7;
	color: #646970;
	font-size: 13px;
}

.gplf-post-meta a {
	text-decoration: none;
}

.gplf-post-body {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	min-height: 150px;
}

.gplf-author {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	padding: 24px 16px;
	border-right: 1px solid #e8eaec;
	background: #fbfbfc;
	font-size: 13px;
	text-align: center;
}

.gplf-author strong {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.gplf-author > span:last-child:not(.gplf-avatar) {
	color: #646970;
}

.gplf-avatar {
	display: inline-flex;
	width: 54px;
	height: 54px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e3e8ed;
	color: #3c434a;
	font-size: 21px;
	font-weight: 700;
}

.gplf-post-content {
	min-width: 0;
	padding: 28px clamp(20px, 4vw, 40px);
	overflow-wrap: anywhere;
}

.gplf-post-content > :last-child {
	margin-bottom: 0;
}

.gplf-post-content pre {
	max-width: 100%;
	overflow-x: auto;
	padding: 16px;
	background: #f6f7f7;
	font-size: 13px;
}

.gplf-post-content img {
	height: auto;
	max-width: 100%;
}

.gplf-pagination {
	margin-top: 28px;
}

.gplf-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	list-style: none;
}

.gplf-pagination a,
.gplf-pagination span {
	display: inline-flex;
	min-width: 40px;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	border: 1px solid #d8dcdf;
	text-decoration: none;
}

.gplf-pagination .current {
	border-color: var(--accent, #1e73be);
	background: var(--accent, #1e73be);
	color: #fff;
}

.gplf-closed-notice {
	margin-top: 32px;
	padding: 16px 18px;
	border: 1px solid #dfe3e6;
	background: #f6f7f7;
}

@media (max-width: 760px) {
	.gplf-heading {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.gplf-topic-row--header {
		display: none;
	}

	.gplf-topic-row {
		grid-template-columns: 1fr 1fr;
		gap: 14px 20px;
	}

	.gplf-topic-main {
		grid-column: 1 / -1;
	}

	.gplf-topic-replies,
	.gplf-topic-last {
		position: relative;
		padding-top: 18px;
		text-align: left;
	}

	.gplf-topic-replies::before,
	.gplf-topic-last::before {
		position: absolute;
		top: 0;
		left: 0;
		color: #646970;
		content: attr(data-label);
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}

	.gplf-post-body {
		grid-template-columns: 1fr;
	}

	.gplf-author {
		flex-direction: row;
		justify-content: flex-start;
		padding: 14px 18px;
		border-right: 0;
		border-bottom: 1px solid #e8eaec;
		text-align: left;
	}

	.gplf-avatar {
		width: 36px;
		height: 36px;
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.gplf-archive {
		padding: 22px 16px;
	}

	.gplf-topic-row {
		grid-template-columns: 1fr;
	}

	.gplf-topic-main {
		grid-column: auto;
	}
}
