/* Visual layer for Grades Garden tutorial exports. */
:root {
	--gg-ink: #14202b;
	--gg-muted: #526171;
	--gg-line: #dfe6ee;
	--gg-green: #3d6615;
	--gg-green-dark: #0f6514;
	--gg-green-soft: #f1f8ec;
	--gg-bg: #f7fbf3;
	--gg-blue: #0b84d8;
	--gg-orange: #ec975f;
}

html {
	background: var(--gg-bg);
}

body {
	background:
		linear-gradient(180deg, rgba(247, 251, 243, 0.94), rgba(255, 255, 255, 0.98)),
		url("/brand/jardines/gg-forest-background.png") center top / cover fixed !important;
	color: var(--gg-ink) !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	line-height: 1.65 !important;
	margin: 0 !important;
	min-height: 100vh;
	padding: 0 20px 48px !important;
}

body * {
	box-sizing: border-box;
}

a {
	color: var(--gg-green);
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 100%;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	color: #2d4d10;
	text-decoration: underline;
}

.gg-tutorial-chrome {
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid var(--gg-line);
	margin: 0 -20px;
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(14px);
}

.gg-tutorial-nav {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1180px;
	padding: 16px 20px;
}

.gg-tutorial-logo {
	align-items: center;
	color: var(--gg-muted);
	display: inline-flex;
	gap: 14px;
	min-width: 0;
	text-decoration: none;
}

.gg-tutorial-logo img {
	display: block;
	height: 42px;
	width: auto;
}

.gg-tutorial-logo span {
	border-left: 1px solid var(--gg-line);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding-left: 14px;
	text-transform: uppercase;
}

.gg-tutorial-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.gg-tutorial-links a {
	background: var(--gg-green-soft);
	border: 1px solid #d6e8c9;
	border-radius: 6px;
	color: var(--gg-green);
	font-size: 13px;
	padding: 8px 12px;
	text-decoration: none;
}

.gg-tutorial-links a:hover {
	background: white;
	border-color: var(--gg-green);
}

.gg-tutorial-context {
	background: white;
	border: 1px solid #d6e8c9;
	border-radius: 10px;
	box-shadow: 0 18px 48px rgba(20, 48, 31, 0.08);
	margin: 30px auto;
	max-width: 1180px;
	padding: 28px;
}

.gg-tutorial-eyebrow {
	background: var(--gg-green-soft);
	border: 1px solid #b9d99a;
	border-radius: 6px;
	color: var(--gg-green) !important;
	display: inline-block;
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 12px !important;
	padding: 5px 10px !important;
	text-transform: uppercase;
}

.gg-tutorial-context h2 {
	color: var(--gg-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 1.12;
	margin: 0 0 12px;
}

.gg-tutorial-context p:last-child {
	color: var(--gg-muted) !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
	max-width: 820px;
}

body > h1,
body > h2,
body > h3,
body > p,
body > ol,
body > ul,
body > dl,
body > table,
body > hr {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1120px;
}

h1,
h2,
h3 {
	color: var(--gg-ink);
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 800;
	letter-spacing: 0;
}

h1 {
	font-size: 40px;
	line-height: 1.08;
	margin-bottom: 18px !important;
	margin-top: 32px !important;
}

h2 {
	color: var(--gg-green);
	font-size: 26px;
	margin-bottom: 16px !important;
	margin-top: 22px !important;
}

h3 {
	font-size: 20px;
	margin-bottom: 10px !important;
	margin-top: 20px !important;
}

p,
dt,
dd,
li {
	color: var(--gg-muted);
	font-size: 16px;
	line-height: 1.68;
}

p {
	margin-bottom: 12px !important;
	margin-top: 0 !important;
	padding: 0;
}

b,
strong {
	color: var(--gg-ink);
}

body > ul,
body > ol,
body > dl {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--gg-line);
	border-radius: 10px;
	box-shadow: 0 14px 36px rgba(20, 48, 31, 0.06);
	padding: 26px 30px 26px 48px;
}

ul ul {
	border-left: 3px solid #d6e8c9;
	margin: 8px 0 8px 0;
	padding-left: 18px;
}

li {
	margin-top: 11px;
}

ol li {
	border-bottom: 1px solid #edf1f5;
	padding-bottom: 14px;
}

ol li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

ol li > a,
p > a[href*="f"],
p > a[href*="topic"],
p > a[href*="index"] {
	background: var(--gg-green);
	border-radius: 6px;
	box-shadow: 0 8px 20px rgba(61, 102, 21, 0.14);
	color: white !important;
	display: inline-flex;
	margin-top: 10px;
	padding: 8px 12px;
	text-decoration: none;
}

ol li > a:hover,
p > a[href*="f"]:hover,
p > a[href*="topic"]:hover,
p > a[href*="index"]:hover {
	background: #2d4d10;
	text-decoration: none;
}

.gg-next-step-row {
	display: flex;
	justify-content: flex-end;
	margin-top: 18px !important;
}

.gg-next-step-link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin-left: auto;
	text-align: center;
}

p.navigation {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--gg-line);
	border-radius: 10px;
	box-shadow: 0 12px 32px rgba(20, 48, 31, 0.06);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 28px !important;
	padding: 16px !important;
	text-align: center;
}

p.navigation a {
	align-items: center;
	background: var(--gg-green-soft);
	border: 1px solid #d6e8c9;
	border-radius: 6px;
	box-shadow: none !important;
	color: var(--gg-green) !important;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 14px !important;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	line-height: 1.2 !important;
	margin: 0 !important;
	min-height: 0;
	padding: 0 14px !important;
	text-decoration: none;
	white-space: nowrap;
}

p.navigation a:hover {
	background: white;
	border-color: var(--gg-green);
}

img.screenshot {
	border: 1px solid #cbd8e3;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(20, 32, 43, 0.12);
	display: block;
	height: auto;
	margin: 8px auto 18px;
	max-width: none;
}

img.action {
	background-color: rgba(236, 151, 95, 0.12);
	border: solid var(--gg-orange) 3px !important;
	border-radius: 4px;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
}

body > p > div {
	display: flex;
	justify-content: center;
	max-width: 100%;
	overflow-x: auto;
	padding: 8px 18px 28px;
}

.gg-screenshot-wrap {
	display: flex !important;
	justify-content: center !important;
	max-width: 100%;
	overflow-x: auto;
	padding: 8px 18px 28px;
}

body > p > div > div[style*="position:relative"],
.gg-screenshot-stage {
	display: inline-block;
	flex: 0 0 auto;
	max-width: none;
	overflow: visible;
	padding-bottom: 8px;
	zoom: 1.28;
}

.gg-screenshot-stage img.screenshot {
	margin: 0;
}

@media (min-width: 1200px) {
	body > p > div > div[style*="position:relative"],
	.gg-screenshot-stage {
		zoom: 1.34;
	}
}

@media (max-width: 980px) {
	body > p > div > div[style*="position:relative"],
	.gg-screenshot-stage {
		zoom: 1.12;
	}
}

hr {
	border: 0;
	border-top: 1px solid var(--gg-line);
	margin-bottom: 24px;
	margin-top: 24px;
}

table {
	border-collapse: collapse;
}

td {
	padding: 6px 8px;
}

@media (max-width: 760px) {
	body {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	.gg-tutorial-chrome {
		margin-left: -14px;
		margin-right: -14px;
	}

	.gg-tutorial-nav {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.gg-tutorial-links {
		justify-content: flex-start;
	}

	.gg-tutorial-context {
		margin-top: 18px;
		padding: 20px;
	}

	.gg-tutorial-context h2 {
		font-size: 28px;
	}

	h1 {
		font-size: 32px;
	}

	body > ul,
	body > ol,
	body > dl {
		padding: 22px 20px 22px 34px;
	}

	body > p > div {
		justify-content: flex-start;
		padding-left: 0;
		padding-right: 0;
	}

	.gg-screenshot-wrap {
		justify-content: flex-start !important;
		padding-left: 0;
		padding-right: 0;
	}

	body > p > div > div[style*="position:relative"],
	.gg-screenshot-stage {
		zoom: 1;
	}
}
