:root {
	--guides-bg: #0a0d10;
	--guides-accent-rgb: 118, 185, 0;
	--guides-panel: #13181e;
	--guides-panel-strong: #171d24;
	--guides-border: rgba(255, 255, 255, 0.08);
	--guides-text: #eef2f5;
	--guides-muted: #96a4b3;
	--guides-accent: #76b900;
	--guides-accent-soft: rgba(118, 185, 0, 0.14);
	--guides-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
	--guides-radius: 18px;
	--guides-radius-sm: 12px;
	--guides-max-width: 1360px;
}

.guides-body {
	color: var(--guides-text);
}

.guides-shell {
	width: min(100%, 1360px);
    max-width: 1360px;
	min-width: 0;
    margin: 0 auto;
    padding: var(--spacing-lg);
    display: grid;
    gap: 1rem;
	color: var(--guides-text);
	flex: 1 0 auto;
}

.guides-shell--wide {
	padding-top: 22px;
}

.guides-shell a {
	color: var(--primary-color);
	text-decoration: none;
}

.guides-hub,
.guides-stream-panel,
.guides-panel,
.guides-radar-panel,
.guides-article {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
	border: var(--border-width) solid var(--guides-border);
	border-radius: var(--guides-radius);
	box-shadow: var(--guides-shadow);
	backdrop-filter: blur(6px);
	padding: var(--spacing-md);
}

.guides-hub {
	padding: 18px;
	margin-bottom: 22px;
	background: linear-gradient(180deg, rgba(22, 27, 33, 0.94), rgba(13, 17, 21, 0.94));
}

.guides-hub__topbar,
.guides-hub__intro,
.guides-stream-panel__header,
.guides-meta-row,
.guides-hub__actions,
.guides-mini-stats {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--spacing-sm);
	flex-wrap: wrap;
}

.guides-tabbar {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.guides-tabbar__link,
.guides-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	border: var(--border-width) solid rgba(255, 255, 255, var(--opacity-light));
	background: rgba(255, 255, 255, var(--opacity-faint));
	color: var(--guides-muted);
	font-size: var(--font-size-rel-body);
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.guides-tabbar__link:hover,
.guides-tabbar__link:focus-visible,
.guides-link-button:hover,
.guides-link-button:focus-visible,
.guides-category-item:hover,
.guides-category-item:focus-visible,
.guides-radar-item:hover,
.guides-radar-item:focus-visible,
.guides-river-card:hover,
.guides-river-card:focus-within {
	border-color: rgba(var(--guides-accent-rgb), 0.4);
	background: rgba(var(--guides-accent-rgb), 0.08);
	color: var(--guides-text);
	transform: translateY(-1px);
}

.guides-tabbar__link.is-current,
.guides-category-item.is-current,
.guides-link-button--strong {
	background: linear-gradient(180deg, rgba(var(--guides-accent-rgb), 0.2), rgba(var(--guides-accent-rgb), 0.1));
	border-color: rgba(var(--guides-accent-rgb), 0.42);
	color: #f4ffd7;
}

.guides-kicker,
.guides-feature-card__kicker,
.guides-river-card__kicker,
.guides-radar-item__category {
	margin: 0;
	font-size: var(--font-size-rel-smaller);
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--guides-accent);
}

.guides-page-title,
.guides-feature-card h2,
.guides-river-card h3,
.guides-article h1 {
	margin: 0;
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
}

.guides-page-title {
	font-size: clamp(2rem, 2.2vw + 1.4rem, 3.2rem);
}

.guides-page-copy,
.guides-muted,
.guides-feature-card__excerpt,
.guides-river-card__excerpt,
.guides-stream-panel__header p,
.guides-detail-list span {
	margin: 0;
	color: var(--guides-muted);
	line-height: var(--line-height-relaxed);
}

.guides-mini-stats {
	gap: var(--spacing-sm);
}

.guides-mini-stat {
	min-width: 132px;
	padding: 14px var(--spacing-md);
	border-radius: var(--guides-radius-sm);
	background: rgba(255, 255, 255, var(--opacity-faint));
	border: var(--border-width) solid rgba(255, 255, 255, 0.06);
	text-align: left;
}

.guides-mini-stat strong,
.guides-stream-panel__page,
.guides-detail-list strong {
	display: block;
	font-size: var(--font-size-rel-body);
	font-weight: var(--font-weight-bold);
	color: var(--guides-text);
}

.guides-mini-stat span,
.guides-stream-panel__page {
	color: var(--guides-muted);
	font-size: var(--font-size-rel-smaller);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.guides-hero-grid,
.guides-content-grid,
.guides-article-grid {
	display: grid;
	gap: 18px;
}

.guides-hero-grid {
	grid-template-columns: 1fr;
	margin-top: 18px;
	}

	@media (min-width: 1080px) {
		.guides-feature-card {
			grid-template-columns: 1fr;
			grid-template-rows: minmax(220px, 340px) auto;
			min-height: unset;
		}
		.guides-feature-card__media {
			min-height: 340px;
			border-bottom: 1px solid rgba(255,255,255,0.08);
		}
		.guides-feature-card__body {
			padding-top: 32px;
		}
}

/*guides-content-grid,
.guides-article-grid {
	grid-template-columns: minmax(0, 2fr) minmax(290px, 0.9fr);
} */ 

.guides-feature-card {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(240px, 0.95fr) minmax(0, 1.4fr);
	min-height: 390px;
	background: linear-gradient(135deg, rgba(11, 16, 22, 0.96), rgba(20, 24, 28, 0.92));
}

.guides-feature-card__media,
.guides-river-card__media,
.guides-article__hero {
	position: relative;
	overflow: hidden;
	background-image:
		linear-gradient(140deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
		var(--guides-card-image, url('/assets/img/game-art-logo-brand.png'));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.guides-feature-card__media::before,
.guides-river-card__media::before,
.guides-article__hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(160deg, rgba(9, 11, 15, 0.1), rgba(9, 11, 15, 0.78));
}

.guides-feature-card__badge,
.guides-river-card__media span,
.guides-article__hero span {
	position: relative;
	z-index: var(--z-fixed);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	margin: 28px;
	border-radius: 50%;
	background: rgba(10, 13, 16, 0.66);
	border: var(--border-width) solid rgba(255, 255, 255, var(--opacity-medium));
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	backdrop-filter: blur(4px);
}
.guides-feature-card__body {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: var(--spacing-sm);
	padding: var(--spacing-md);
}
.guides-feature-card h2 {
	font-size: 24px;
	max-width: 100%;
}

.guides-radar-panel {
	display: flex;
	flex-direction: column;
	gap: 18px;
	background: linear-gradient(180deg, rgba(19, 24, 30, 0.98), rgba(15, 19, 23, 0.95));
}
.guides-panel__header {
	font-size: var(--font-size-rel-body);
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #d7e2eb;
	margin-bottom: var(--spacing-md);
}
.guides-radar-list,
.guides-sidebar-stack,
.guides-category-list,
.guides-detail-list {
	display: flex;
	flex-direction: column;
	gap: var(--spacing-sm);
}

.guides-stack {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.guides-radar-item,
.guides-category-item {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: var(--spacing-sm) 14px;
	border-radius: var(--guides-radius-sm);
	background: rgba(255, 255, 255, 0.02);
	border: var(--border-width) solid rgba(255, 255, 255, 0.06);
	transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.guides-radar-item strong,
.guides-category-item strong,
.guides-article__header h1,
.guides-river-card h3 {
	font-size: var(--font-size-rel-large);
	color: var(--guides-text);
}

.guides-radar-item span:last-child,
.guides-meta-row,
.guides-meta-row--muted {
	color: var(--guides-muted);
	font-size: var(--font-size-rel-small);
	text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: var(--font-weight-light);
}

.guides-filter-panel {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 4px;
}

.guides-filter-panel__label {
	font-size: 0.84rem;
	font-weight: 700;
	color: #d7e2eb;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.guides-filter-panel__input {
	width: 100%;
	min-height: 44px;
	padding: 0 14px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(7, 10, 13, 0.76);
	color: var(--guides-text);
}

.guides-panel--editorial-hero,
.guides-panel--editor {
	padding: 22px;
}

.guides-editor-note,
.guides-field-help {
	margin: 0;
	font-size: 0.88rem;
	color: #c8d3dd;
}

.guides-field-help {
	margin-top: 8px;
	color: var(--guides-muted);
}

.guides-editor-note {
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(255, 196, 0, 0.08);
	border: 1px solid rgba(255, 196, 0, 0.18);
}

.guides-editor-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 12px;
}

.guides-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.guides-tags-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 6px;
}

.guides-tag-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 12px;
	border-radius: 999px;
	border: 1px solid var(--input-border-color, #444);
	background: var(--input-bg-color, #1e1e1e);
	color: var(--text-color, #e0e0e0);
	font-size: 0.875rem;
	cursor: pointer;
	user-select: none;
	transition: border-color 0.15s, background 0.15s;
}

.guides-tag-checkbox:has(input:checked) {
	border-color: var(--primary-color, #3b82f6);
	background: rgba(59, 130, 246, 0.15);
}

.guides-tag-checkbox input[type="checkbox"] {
	accent-color: var(--primary-color, #3b82f6);
}

.guides-action-stack {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.guides-hero-editor {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.guides-hero-editor__controls {
	display: flex;
	gap: 12px;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.guides-hero-editor__controls .form-input {
	flex: 1 1 320px;
}

.guides-hero-editor__preview {
	position: relative;
	min-height: 180px;
	justify-content: flex-end;
	color: #eaf0f5;
	font-size: 0.84rem;
	line-height: 1.5;
	padding: 14px;
	background-blend-mode: normal;
}

.guides-hero-editor__preview::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(11, 14, 18, 0.08), rgba(11, 14, 18, 0.82));
	pointer-events: none;
}

.guides-hero-editor__preview span {
	position: relative;
	z-index: 1;
	word-break: break-word;
}

.guides-hero-editor__preview.has-image span {
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.guides-hero-editor__status {
	min-height: 1.25rem;
	font-size: 0.84rem;
	color: var(--guides-muted);
}

.guides-hero-editor__status.is-error {
	color: #ff9582;
}

.guides-hero-editor__status.is-active:not(.is-error) {
	color: #bde36f;
}

.guides-action-stack--row {
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.guides-stream-panel {
	padding: 22px;
}

.guides-stream-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.guides-river-card {
	display: grid;
	grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.6fr);
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: linear-gradient(180deg, rgba(18, 22, 28, 0.98), rgba(13, 17, 22, 0.95));
	transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.guides-river-card__media {
	min-height: 184px;
	display: flex;
	align-items: flex-end;
}

.guides-river-card__media span {
	width: 74px;
	height: 74px;
	margin: 18px;
	font-size: 0.96rem;
}

.guides-river-card__body {
	padding: 22px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}

.guides-empty-state {
	padding: 34px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px dashed rgba(255, 255, 255, 0.12);
	text-align: center;
}

.guides-empty-state h2,
.guides-empty-state h3 {
	margin-top: 0;
}

.guides-empty-state--hero {
	display: grid;
	place-items: center;
	min-height: 340px;
}

.guides-pagination {
	margin-top: 20px;
}

.guides-category-item {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.guides-manager-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.guides-manager-card {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding: 18px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
}

.guides-manager-card__thumb {
	flex: 0 0 150px;
	min-height: 96px;
	border-radius: 12px;
	background-image:
		linear-gradient(140deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
		var(--guides-card-image, url('/assets/img/game-art-logo-brand.png'));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.guides-manager-card h3 {
	margin: 6px 0 8px;
	font-size: 1.2rem;
}

.guides-panel--subtle {
	background: linear-gradient(180deg, rgba(16, 20, 25, 0.92), rgba(11, 14, 18, 0.92));
}

.guides-panel--accent {
	background: linear-gradient(180deg, rgba(32, 38, 19, 0.98), rgba(18, 22, 15, 0.98));
	border-color: rgba(118, 185, 0, 0.2);
}

.guides-article {
	padding: 0;
	overflow: hidden;
}

.guides-article__header,
.guides-article__body {
	padding: 24px 28px;
}

.guides-article__header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.guides-article h1 {
	font-size: 24px;
	max-width: 100%;
	margin: 10px 0 14px;
	}

.guides-article__hero {
	min-height: 280px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.guides-article__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.guides-tag-pill {
	display: inline-block;
	padding: 3px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: var(--text-color, #e0e0e0);
	font-size: 0.8rem;
	letter-spacing: 0.01em;
}

.guides-article__hero span {
	width: 112px;
	height: 112px;
	font-size: 1.28rem;
	margin: 28px;
}

.guides-article__body {
	font-size: 1rem;
	line-height: 1.78;
	color: #dce4ea;
}

.guides-article__body p:first-child {
	margin-top: 0;
}

.guides-detail-list div {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.guides-detail-list div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.guides-discussion {
	padding: 0 28px 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.03));
}

.guides-discussion__header,
.guides-comment,
.guides-comment__meta,
.guides-comment__meta > div {
	display: flex;
	gap: 14px;
}

.guides-discussion__header {
	align-items: center;
	justify-content: space-between;
	padding: 28px 0 16px;
	flex-wrap: wrap;
}

.guides-discussion__header h2 {
	margin: 8px 0 0;
	font-size: 1.8rem;
	line-height: 1.15;
	text-decoration: underline;
	border-bottom: solid 1px rgba(255, 255, 255, 0.08);
}

.guides-comment-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 18px;
}

.guides-comment {
	align-items: flex-start;
	padding: 18px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(8, 11, 14, 0.42);
}

.guides-comment__author {
	flex: 0 0 132px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
	color: var(--guides-muted);
	font-size: 0.84rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.guides-comment__avatar {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.guides-comment__author strong {
	color: var(--guides-text);
	font-size: 0.96rem;
	letter-spacing: normal;
	text-transform: none;
}

.guides-comment__content {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.guides-comment__meta {
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(--guides-muted);
	font-size: 0.88rem;
}

.guides-comment__meta > div {
	align-items: center;
	flex-wrap: wrap;
}

.guides-comment__meta strong {
	color: var(--guides-text);
	font-size: 0.92rem;
}

.guides-comment__body {
	color: #dce4ea;
	line-height: 1.72;
	word-break: break-word;
}

.guides-comment__body > :first-child {
	margin-top: 0;
}

.guides-comment__body > :last-child {
	margin-bottom: 0;
}

.guides-comment__actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.guides-comment__actions a {
	color: #d6ef97;
	font-size: 0.88rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.guides-comment__actions a:hover,
.guides-comment__actions a:focus-visible {
	color: #f3ffd1;
}

.guides-comment-form-panel {
	padding: 20px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.025);
}

.guides-empty-state--discussion {
	margin-bottom: 18px;
}

.guides-not-found {
	max-width: 720px;
	margin: 0 auto;
}

/* Table styles for guides content */
.guides-article__body table,
.guides-panel table {
	width: 100%;
	border-collapse: collapse;
	background: #1a1a1a;
	color: #e0e0e0;
	margin-bottom: 32px;
	font-size: 16px;
}

.guides-article__body th,
.guides-article__body td,
.guides-panel th,
.guides-panel td {
	padding: 12px 16px;
	border: 1px solid #444;
	text-align: left;
}

.guides-article__body th,
.guides-panel th {
	background: #181a1b;
	color: #33aaff;
	font-weight: 600;
}

.guides-article__body tr:nth-child(even),
.guides-panel tr:nth-child(even) {
	background: #222;
}

.guides-article__body tr:hover,
.guides-panel tr:hover {
	background: #2a2d2e;
}

.guides-theme--jade .guides-feature-card__media,
.guides-theme--jade .guides-river-card__media,
.guides-theme--jade .guides-article__hero {
	background-color: #0f2d24;
}

.guides-theme--ocean .guides-feature-card__media,
.guides-theme--ocean .guides-river-card__media,
.guides-theme--ocean .guides-article__hero {
	background-color: #10293a;
}

.guides-theme--ember .guides-feature-card__media,
.guides-theme--ember .guides-river-card__media,
.guides-theme--ember .guides-article__hero {
	background-color: #3a1b10;
}

.guides-theme--gold .guides-feature-card__media,
.guides-theme--gold .guides-river-card__media,
.guides-theme--gold .guides-article__hero {
	background-color: #3b3312;
}

.guides-theme--crimson .guides-feature-card__media,
.guides-theme--crimson .guides-river-card__media,
.guides-theme--crimson .guides-article__hero {
	background-color: #35121a;
}

.guides-theme--teal .guides-feature-card__media,
.guides-theme--teal .guides-river-card__media,
.guides-theme--teal .guides-article__hero {
	background-color: #103338;
}

.guides-theme--blizzard .guides-feature-card__media,
.guides-theme--blizzard .guides-river-card__media,
.guides-theme--blizzard .guides-article__hero {
	background-color: var(--primary-color-blizzard, #1888ef);
}

.guides-theme--division .guides-feature-card__media,
.guides-theme--division .guides-river-card__media,
.guides-theme--division .guides-article__hero {
	background-color: var(--primary-color-division, #ff7e33);
}

.guides-theme--siege .guides-feature-card__media,
.guides-theme--siege .guides-river-card__media,
.guides-theme--siege .guides-article__hero {
	background-color: var(--primary-color-siege, #33a1ff);
}

.guides-theme--splinter .guides-feature-card__media,
.guides-theme--splinter .guides-river-card__media,
.guides-theme--splinter .guides-article__hero {
	background-color: var(--primary-color-splinter, #36ff33);
}

.guides-theme--snowdrop .guides-feature-card__media,
.guides-theme--snowdrop .guides-river-card__media,
.guides-theme--snowdrop .guides-article__hero {
	background-color: var(--primary-color-snowdrop, #33ffbf);
}

.guides-theme--nvidia .guides-feature-card__media,
.guides-theme--nvidia .guides-river-card__media,
.guides-theme--nvidia .guides-article__hero {
	background-color: var(--primary-color-nvidia, #64ff33);
}

.guides-theme--surrealmedia .guides-feature-card__media,
.guides-theme--surrealmedia .guides-river-card__media,
.guides-theme--surrealmedia .guides-article__hero {
	background-color: var(--primary-color-surrealmedia, #ff0000);
}

@media (max-width: 1080px) {
	.guides-hero-grid,
	.guides-content-grid,
	.guides-article-grid,
	.guides-feature-card,
	.guides-river-card {
		grid-template-columns: 1fr;
	}

	.guides-feature-card__media,
	.guides-river-card__media,
	.guides-article__hero {
		min-height: 220px;
	}
}

@media (max-width: 720px) {
	.guides-shell {
		padding: 18px 12px 40px;
	}

	.guides-hub,
	.guides-stream-panel,
	.guides-panel,
	.guides-radar-panel,
	.guides-feature-card__body,
	.guides-discussion,
	.guides-article__header,
	.guides-article__body {
		padding: 18px;
	}

	.guides-page-title,
	.guides-feature-card h2,
	.guides-article h1 {
		max-width: none;
	}

	.guides-form-grid,
	.guides-manager-card,
	.guides-action-stack--row {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: stretch;
	}

	.guides-hero-editor__controls {
		flex-direction: column;
		align-items: stretch;
	}

	.guides-manager-card__thumb {
		width: 100%;
		flex-basis: auto;
	}

	.guides-feature-card__badge,
	.guides-river-card__media span,
	.guides-article__hero span {
		margin: 18px;
	}

	.guides-comment {
		flex-direction: column;
	}

	.guides-comment__author {
		flex-basis: auto;
		width: 100%;
		align-items: flex-start;
		text-align: left;
	}
}
