/*
Theme Name: The Geek Menu
Theme URI: https://thegeekmenu.com/
Description: Standalone WordPress theme for The Geek Menu.
Author: The Geek Menu
Author URI: https://thegeekmenu.com/
Version: 2.8
Requires at least: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-geek-menu
*/

@font-face {
	font-family: "TGM Montserrat";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("assets/fonts/montserrat-800.woff2") format("woff2");
}

@font-face {
	font-family: "TGM Poppins";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/poppins-600.woff2") format("woff2");
}

@font-face {
	font-family: "TGM Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/inter-400.woff2") format("woff2");
}

@font-face {
	font-family: "TGM Inter";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/inter-500.woff2") format("woff2");
}

@font-face {
	font-family: "TGM Inter";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/inter-600.woff2") format("woff2");
}

@font-face {
	font-family: "TGM Bangers";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/bangers-400.woff2") format("woff2");
}

:root {
	--tgm-green: #8bc53f;
	--tgm-orange: #f57c22;
	--tgm-black: #171717;
	--tgm-ivory: #f5f3ee;
	--tgm-purple: #5a248f;
	--tgm-silver: #c7ccd3;
	--tgm-charcoal: #2d2d2d;
	--tgm-white: #fff;
	--tgm-muted: #686868;
	--tgm-border: #dedbd4;
	--tgm-shadow: 0 18px 55px rgba(23, 23, 23, 0.12);
	--tgm-radius: 22px;
	--tgm-content: 1180px;
	--tgm-menu-font-size: 1.09rem;
	--tgm-page-copy-size: 1.6rem;
	--tgm-supporting-copy-size: clamp(1.2rem, 1.3vw, 1.4rem);
	--tgm-helper-copy-size: 1.4rem;
}

html {
	font-size: 10px;
	line-height: 1.15;
	scroll-behavior: smooth;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
}

main {
	display: block;
}

figure {
	margin: 0;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	line-height: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

[hidden] {
	display: none !important;
}

body.the-geek-menu-theme,
.the-geek-menu-theme button,
.the-geek-menu-theme input,
.the-geek-menu-theme select,
.the-geek-menu-theme textarea {
	font-family: "TGM Inter", Arial, sans-serif;
}

body.the-geek-menu-theme {
	margin: 0;
	background: var(--tgm-ivory);
	color: var(--tgm-charcoal);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

.tgm-site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.the-geek-menu-theme *,
.the-geek-menu-theme *::before,
.the-geek-menu-theme *::after {
	box-sizing: border-box;
}

.the-geek-menu-theme img {
	display: block;
	max-width: 100%;
	height: auto;
}

.the-geek-menu-theme a {
	color: var(--tgm-purple);
	text-decoration-thickness: 2px;
	text-underline-offset: 0.16em;
}

.the-geek-menu-theme a:hover {
	color: #431b6a;
}

.the-geek-menu-theme a:focus-visible,
.the-geek-menu-theme button:focus-visible,
.the-geek-menu-theme input:focus-visible,
.the-geek-menu-theme textarea:focus-visible,
.the-geek-menu-theme select:focus-visible {
	outline: 3px solid var(--tgm-orange);
	outline-offset: 4px;
}

.the-geek-menu-theme h1,
.the-geek-menu-theme h2,
.the-geek-menu-theme h3,
.the-geek-menu-theme h4,
.the-geek-menu-theme h5,
.the-geek-menu-theme h6 {
	margin: 0 0 0.55em;
	color: var(--tgm-black);
	font-family: "TGM Poppins", Arial, sans-serif;
	font-weight: 600;
	line-height: 1.18;
	text-transform: uppercase;
}

.the-geek-menu-theme h1,
.the-geek-menu-theme .tgm-listing-header h1,
.the-geek-menu-theme .tgm-entry-title {
	font-family: "TGM Montserrat", Arial, sans-serif;
	font-weight: 800;
	letter-spacing: -0.035em;
}

.the-geek-menu-theme p {
	margin: 0 0 1.25em;
}

.tgm-site {
	min-height: 100vh;
	overflow: clip;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: fixed !important;
	top: 14px;
	left: 14px;
	z-index: 100000;
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 18px;
	background: var(--tgm-white);
	color: var(--tgm-black);
	font-weight: 600;
	box-shadow: var(--tgm-shadow);
}

/* Brand frame and header. */
.tgm-accent-bar {
	display: grid;
	grid-template-columns: 1.15fr 0.9fr 1fr;
	height: 6px;
}

.tgm-accent-bar span:nth-child(1) {
	background: var(--tgm-green);
}

.tgm-accent-bar span:nth-child(2) {
	background: var(--tgm-orange);
}

.tgm-accent-bar span:nth-child(3) {
	background: var(--tgm-purple);
}

.tgm-accent-bar--header span:nth-child(1) {
	background: var(--tgm-purple);
}

.tgm-accent-bar--header span:nth-child(2) {
	background: var(--tgm-orange);
}

.tgm-accent-bar--header span:nth-child(3) {
	background: var(--tgm-green);
}

.tgm-site-header {
	position: relative;
	z-index: 1000;
	width: 100%;
	background: rgba(23, 23, 23, 0.97);
	border-bottom: 2px solid rgba(139, 197, 63, 0.38);
	box-shadow: 0 7px 28px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(14px);
}

/* Keep the single shared masthead visible and unpadded at every width. */
body.the-geek-menu-theme header#masthead.tgm-site-header {
	display: block;
	padding: 0;
}

.tgm-header-inner {
	--tgm-header-edge: 20px;
	position: relative;
	display: grid;
	grid-template-areas: "brand navigation search";
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	column-gap: 14px;
	width: min(calc(100% - (2 * var(--tgm-header-edge))), 1480px);
	min-height: 70px;
	margin: 0 auto;
	padding: 5px 0;
}

.tgm-header-brand {
	display: flex;
	grid-area: brand;
	align-items: center;
	justify-self: start;
	width: auto;
	height: 58px;
}

.tgm-header-brand .tgm-bundled-logo--split {
	display: flex;
	position: static;
	top: auto;
	align-items: center;
	gap: var(--tgm-header-edge);
	width: auto;
	height: 58px;
	text-decoration: none;
}

.tgm-header-brand .tgm-brand-logo--mark {
	display: block;
	flex: 0 0 58px;
	width: 58px;
	max-width: none;
	height: 58px;
	object-fit: contain;
}

.tgm-brand-wordmark-viewport {
	position: relative;
	display: block;
	flex: 0 0 142px;
	width: 142px;
	height: 42px;
	overflow: hidden;
}

.tgm-header-brand .tgm-brand-logo--wordmark {
	position: absolute;
	top: -8.97px;
	left: -12.88px;
	display: block;
	width: 167.02px;
	max-width: none;
	height: 62.63px;
}

.tgm-header-brand .tgm-bundled-logo--split:focus-visible {
	outline: 3px solid var(--tgm-green);
	outline-offset: 3px;
	border-radius: 8px;
}

.tgm-primary-navigation {
	grid-area: navigation;
	justify-self: center;
	align-self: center;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	transition: opacity 160ms ease, visibility 160ms ease;
}

.tgm-primary-navigation ul,
.tgm-primary-menu,
.tgm-primary-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tgm-primary-navigation > ul,
.tgm-primary-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: clamp(10px, 1.6vw, 26px);
}

.tgm-primary-menu li {
	position: relative;
}

.tgm-primary-menu a {
	position: relative;
	display: block;
	padding: 16px 2px 13px;
	color: var(--tgm-ivory);
	font-family: "TGM Inter", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.065em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

.tgm-primary-menu > li > a::after {
	display: none;
}

body.the-geek-menu-theme .tgm-site-header .tgm-primary-menu > li > a {
	color: var(--tgm-ivory);
	font-family: "TGM Inter", Arial, sans-serif;
	font-weight: 400;
}

body.the-geek-menu-theme .tgm-site-header .tgm-primary-menu > li > a:hover,
body.the-geek-menu-theme .tgm-site-header .tgm-primary-menu > li > a:focus {
	color: var(--tgm-green);
}

body.the-geek-menu-theme .tgm-site-header .tgm-primary-menu > .current-menu-item > a,
body.the-geek-menu-theme .tgm-site-header .tgm-primary-menu > .current_page_item > a {
	color: var(--tgm-orange);
}

.tgm-primary-menu ul {
	position: absolute;
	top: calc(100% + 10px);
	left: -18px;
	visibility: hidden;
	width: 220px;
	padding: 10px 18px;
	background: var(--tgm-charcoal);
	border-top: 3px solid var(--tgm-green);
	box-shadow: var(--tgm-shadow);
	opacity: 0;
	transform: translateY(-8px);
	transition: 150ms ease;
}

.tgm-primary-menu li:hover > ul,
.tgm-primary-menu li:focus-within > ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.tgm-primary-menu ul a {
	padding: 11px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--tgm-ivory);
	font-family: "TGM Inter", Arial, sans-serif;
	font-size: 0.78rem;
}

.tgm-header-search {
	display: flex;
	grid-area: search;
	align-items: center;
	justify-self: end;
	gap: 10px;
	margin: 0;
}

.tgm-header-search__field {
	width: 0;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	transform: translateX(10px);
	transition: width 180ms ease, opacity 150ms ease, transform 180ms ease, visibility 0s linear 180ms;
}

.tgm-header-search.is-open .tgm-header-search__field {
	width: clamp(190px, 22vw, 280px);
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0s;
}

.tgm-header-search__input {
	width: 100%;
	height: 44px;
	padding: 8px 15px;
	background: var(--tgm-white);
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 999px;
	box-shadow: 0 7px 18px rgba(0, 0, 0, 0.2);
	color: var(--tgm-black);
	font-size: 1rem;
	line-height: 1.2;
}

.tgm-header-search__input::placeholder {
	color: var(--tgm-muted);
	opacity: 1;
}

.tgm-search-toggle {
	display: grid;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	place-items: center;
	padding: 0;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	color: var(--tgm-white);
	transition: 180ms ease;
}

.tgm-search-toggle:hover,
.tgm-search-toggle:focus-visible,
.tgm-header-search.is-open .tgm-search-toggle {
	background: var(--tgm-purple);
	border-color: var(--tgm-silver);
	color: var(--tgm-white);
}

.tgm-search-toggle svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2;
}

.tgm-menu-toggle {
	display: none;
	grid-area: toggle;
	width: 48px;
	height: 44px;
	padding: 9px 10px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 10px;
}

.tgm-menu-toggle > span[aria-hidden="true"] {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: var(--tgm-white);
	transition: 180ms ease;
}

/* Keep the shared header controls deterministic across browser defaults. */
body.the-geek-menu-theme header#masthead.tgm-site-header button.tgm-menu-toggle,
body.the-geek-menu-theme header#masthead.tgm-site-header button.tgm-search-toggle {
	border: 1px solid rgba(255, 255, 255, 0.35) !important;
	box-shadow: none !important;
	color: var(--tgm-white) !important;
}

body.the-geek-menu-theme header#masthead.tgm-site-header button.tgm-menu-toggle {
	border-radius: 10px !important;
}

body.the-geek-menu-theme header#masthead.tgm-site-header button.tgm-search-toggle {
	border-radius: 50% !important;
}

body.the-geek-menu-theme header#masthead.tgm-site-header button.tgm-menu-toggle:hover,
body.the-geek-menu-theme header#masthead.tgm-site-header button.tgm-menu-toggle:focus-visible,
body.the-geek-menu-theme header#masthead.tgm-site-header button.tgm-menu-toggle[aria-expanded="true"],
body.the-geek-menu-theme header#masthead.tgm-site-header button.tgm-search-toggle:hover,
body.the-geek-menu-theme header#masthead.tgm-site-header button.tgm-search-toggle:focus-visible,
body.the-geek-menu-theme header#masthead.tgm-site-header .tgm-header-search.is-open button.tgm-search-toggle {
	background: var(--tgm-purple) !important;
	border-color: var(--tgm-silver) !important;
}

/* Homepage hero. */
.tgm-main {
	display: block;
	flex: 1 0 auto;
	min-height: 55vh;
}

.tgm-home-editor,
.tgm-home-editor-layout {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.tgm-home-editor-layout > *,
.tgm-home-editor .wp-block-group {
	margin-block-start: 0;
	margin-block-end: 0;
}

.tgm-hero {
	position: relative;
	display: grid;
	min-height: clamp(462px, 52.75vh, 564px);
	place-items: center;
	overflow: hidden;
	padding: clamp(8px, 0.7vw, 10px) 24px;
	background:
		radial-gradient(circle at 16% 24%, rgba(139, 197, 63, 0.17), transparent 30%),
		radial-gradient(circle at 83% 68%, rgba(90, 36, 143, 0.13), transparent 28%),
		linear-gradient(120deg, #fff 0%, var(--tgm-ivory) 52%, #efede7 100%);
}

.tgm-hero::before {
	position: absolute;
	inset: 14px;
	border: 1px solid rgba(23, 23, 23, 0.1);
	border-radius: 34px;
	content: "";
	pointer-events: none;
}

.tgm-hero::after {
	position: absolute;
	right: -100px;
	bottom: -130px;
	width: 420px;
	height: 420px;
	background: repeating-linear-gradient(135deg, rgba(245, 124, 34, 0.06) 0 12px, transparent 12px 28px);
	border-radius: 50%;
	content: "";
}

.tgm-hero__glow {
	display: none;
}

.tgm-hero__content {
	--tgm-hero-columns: minmax(340px, 0.92fr) minmax(360px, 1.08fr);
	--tgm-hero-column-gap: clamp(36px, 7vw, 100px);
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: var(--tgm-hero-columns);
	align-items: center;
	column-gap: var(--tgm-hero-column-gap);
	width: min(100%, var(--tgm-content));
	margin-right: auto;
	margin-left: auto;
}

/*
 * WordPress releases that retain the older Group-block inner wrapper place
 * one generated element between the custom layout class and its real items.
 * Mirror the intended layout on that wrapper so editable Home content renders
 * identically with both older and current block markup.
 */
.tgm-home-editor .wp-block-group__inner-container {
	min-width: 0;
}

.tgm-hero > .wp-block-group__inner-container {
	width: 100%;
}

.tgm-hero__content > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: var(--tgm-hero-columns);
	grid-column: 1 / -1;
	align-items: center;
	width: 100%;
	column-gap: var(--tgm-hero-column-gap);
}

.tgm-hero__logo {
	width: min(100%, 520px);
	filter: drop-shadow(0 22px 22px rgba(23, 23, 23, 0.16));
}

.tgm-home-editor figure.tgm-hero__logo,
.tgm-home-editor figure.tgm-hero__element {
	margin: 0;
}

.tgm-home-editor .tgm-hero__logo img,
.tgm-home-editor .tgm-hero__element img {
	display: block;
	width: 100%;
	height: auto;
}

.tgm-eyebrow {
	margin: 0 0 16px;
	color: #4b2373;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.tgm-hero .tgm-eyebrow {
	align-self: end;
	margin-bottom: 18px;
}

.tgm-hero__title {
	align-self: center;
	justify-self: center;
	max-width: 650px;
	margin: 0;
	font-size: clamp(2.7rem, 5.3vw, 5.65rem);
	line-height: 0.94;
	text-align: center;
}

.tgm-hero__title span,
.tgm-hero__title strong {
	display: block;
}

.tgm-hero__title span {
	color: var(--tgm-black);
}

.tgm-hero__title strong {
	margin-top: 0.13em;
	color: var(--tgm-orange);
	font-family: "TGM Bangers", "TGM Montserrat", sans-serif;
	font-size: 0.92em;
	font-weight: 400;
	letter-spacing: 0.015em;
	text-shadow: 3px 3px 0 rgba(23, 23, 23, 0.1);
}

.tgm-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-self: start;
	gap: 13px;
	margin-top: 34px;
}

.tgm-button,
.the-geek-menu-theme .wp-block-button__link,
.the-geek-menu-theme .wprm-recipe-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 22px;
	border: 2px solid var(--tgm-black);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.055em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.tgm-button:hover,
.the-geek-menu-theme .wp-block-button__link:hover,
.the-geek-menu-theme .wprm-recipe-button:hover {
	transform: translateY(-2px);
}

.tgm-button--primary,
.the-geek-menu-theme .wp-block-button__link,
.the-geek-menu-theme .wprm-recipe-button {
	background: var(--tgm-green);
	color: var(--tgm-black);
	box-shadow: 5px 5px 0 var(--tgm-black);
}

.tgm-button--primary:hover,
.the-geek-menu-theme .wp-block-button__link:hover,
.the-geek-menu-theme .wprm-recipe-button:hover {
	background: #9bd64a;
	color: var(--tgm-black);
}

.tgm-button--secondary {
	background: transparent;
	color: var(--tgm-black);
}

.tgm-button--secondary:hover {
	background: var(--tgm-black);
	color: var(--tgm-white);
}

.tgm-button--soft {
	--tgm-soft-button-start: #b5d980;
	--tgm-soft-button-end: #f3f9ea;
	width: 210px;
	max-width: 100%;
	min-height: 54px;
	background: linear-gradient(138deg, var(--tgm-soft-button-start) 0%, var(--tgm-soft-button-end) 100%);
	border: 1.5px solid rgba(23, 23, 23, 0.68);
	box-shadow: 0 6px 16px rgba(23, 23, 23, 0.13);
	color: var(--tgm-charcoal);
}

.tgm-button--soft-purple {
	--tgm-soft-button-start: #c6a8dc;
	--tgm-soft-button-end: #f6f0fa;
}

.tgm-button--soft-orange {
	--tgm-soft-button-start: #f1ad7b;
	--tgm-soft-button-end: #fff2e8;
}

.tgm-button--soft:hover,
.tgm-button--soft:focus {
	background: linear-gradient(138deg, var(--tgm-soft-button-start) 0%, var(--tgm-soft-button-end) 100%);
	color: var(--tgm-black);
	filter: saturate(1.04) brightness(1.015);
	box-shadow: 0 9px 20px rgba(23, 23, 23, 0.16);
}

.tgm-hero__element {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	user-select: none;
}

.tgm-hero__element--d20 {
	top: 6%;
	right: 1.5%;
	width: clamp(92px, 11vw, 170px);
	opacity: 0.23;
	transform: rotate(13deg);
}

.tgm-hero__element--menu {
	right: 4%;
	bottom: 4%;
	width: clamp(112px, 14vw, 205px);
	opacity: 0.2;
	transform: rotate(-8deg);
}

.tgm-hero__element--spoon {
	top: 5%;
	left: 1%;
	width: clamp(92px, 11vw, 165px);
	opacity: 0.18;
	transform: rotate(-17deg);
}

.tgm-hero__element--cloche {
	bottom: 0;
	left: 2%;
	width: clamp(100px, 13vw, 190px);
	opacity: 0.16;
	transform: rotate(7deg);
}

/* Main content and cards. */
.tgm-page-section,
.tgm-listing,
.tgm-singular,
.tgm-not-found {
	width: min(calc(100% - 40px), var(--tgm-content));
	margin-right: auto;
	margin-left: auto;
}

.tgm-page-section {
	padding: clamp(70px, 9vw, 120px) 0;
}

#tgm-home-features.tgm-page-section {
	padding: clamp(34px, 4vw, 58px) 0;
}

@media (min-width: 1101px) {
	.tgm-hero__content {
		--tgm-hero-columns: 410px 413px;
		--tgm-hero-column-gap: 80px;
		justify-content: center;
		width: 903px;
	}

	.tgm-hero__content > .wp-block-group__inner-container {
		justify-content: center;
	}

	.tgm-hero__title {
		width: 100%;
	}

	#tgm-home-features.tgm-page-section {
		width: min(calc(100% - 40px), 1062px);
	}
}

.tgm-front-page__content {
	width: 100%;
	max-width: none;
	background: var(--tgm-white);
}

.tgm-home-foundation {
	display: none;
}

.tgm-content-shell {
	width: min(calc(100% - 40px), 860px);
	margin: 0 auto;
}

.the-geek-menu-theme .tgm-home-foundation .tgm-clean-start-title {
	margin-bottom: 0.38em;
	font-family: "TGM Montserrat", Arial, sans-serif;
	font-size: clamp(2.35rem, 5vw, 4.8rem);
	font-weight: 800;
	letter-spacing: -0.035em;
}

.tgm-section-heading {
	max-width: 720px;
	margin-bottom: 42px;
}

.tgm-section-heading h2,
.tgm-listing-header h1 {
	font-size: clamp(2rem, 4vw, 3.7rem);
}

.tgm-latest {
	position: relative;
}

.tgm-card-grid {
	--tgm-card-grid-columns: repeat(3, minmax(0, 1fr));
	--tgm-card-grid-gap: clamp(20px, 3vw, 34px);
	display: grid;
	grid-template-columns: var(--tgm-card-grid-columns);
	gap: var(--tgm-card-grid-gap);
}

.tgm-card-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: var(--tgm-card-grid-columns);
	grid-column: 1 / -1;
	width: 100%;
	gap: var(--tgm-card-grid-gap);
}

.tgm-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	background: var(--tgm-white);
	border: 1px solid var(--tgm-border);
	border-radius: var(--tgm-radius);
	box-shadow: 0 10px 34px rgba(23, 23, 23, 0.07);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.tgm-home-feature-card {
	position: relative;
}

.tgm-card > .wp-block-group__inner-container {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
}

.tgm-card:hover {
	box-shadow: var(--tgm-shadow);
	transform: translateY(-5px);
}

.tgm-card__media {
	display: grid;
	height: 235px;
	place-items: center;
	overflow: hidden;
	background: linear-gradient(145deg, var(--tgm-black), var(--tgm-charcoal));
}

.tgm-card__media > .wp-block-group__inner-container {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
}

.tgm-home-editor .tgm-card__media figure {
	width: 100%;
	height: 100%;
	margin: 0;
}

.tgm-home-card-art,
.tgm-home-card-art > .wp-block-group__inner-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tgm-home-card-art figure {
	position: absolute;
	display: block;
	max-width: none;
	margin: 0;
	transition: transform 300ms ease;
}

.tgm-home-card-art figure img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
	transform: none;
}

.tgm-home-editor .tgm-home-card-art--d20 figure {
	width: 64%;
	height: 94%;
}

.tgm-home-card-art--d20 figure:first-child {
	top: 8%;
	left: 4%;
	z-index: 1;
	opacity: 0.9;
	transform: rotate(-11deg);
}

.tgm-home-card-art--d20 figure:last-child {
	top: 0;
	right: 3%;
	z-index: 2;
	transform: rotate(11deg);
}

.tgm-home-editor .tgm-home-card-art--cloche figure {
	inset: -8px 0 0;
	width: 100%;
	height: 100%;
	transform: rotate(10deg) scale(0.96);
	transform-origin: 50% 56%;
}

.tgm-home-card-art--cloche figure img {
	object-fit: cover;
}

.tgm-home-editor .tgm-home-card-art--menu figure {
	width: 64%;
	height: 96%;
}

.tgm-home-card-art--menu figure:first-child {
	top: 7%;
	left: 3%;
	z-index: 1;
	opacity: 0.9;
	transform: rotate(-8deg);
}

.tgm-home-card-art--menu figure:last-child {
	top: -1%;
	right: 2%;
	z-index: 2;
	transform: rotate(8deg);
}

.tgm-home-feature-card:hover .tgm-home-card-art img {
	transform: none;
}

.tgm-home-feature-card:hover .tgm-home-card-art--d20 figure:first-child {
	transform: rotate(-11deg) scale(1.025);
}

.tgm-home-feature-card:hover .tgm-home-card-art--d20 figure:last-child {
	transform: rotate(11deg) scale(1.025);
}

.tgm-home-feature-card:hover .tgm-home-card-art--cloche figure {
	transform: rotate(10deg) scale(0.985);
}

.tgm-home-feature-card:hover .tgm-home-card-art--menu figure:first-child {
	transform: rotate(-8deg) scale(1.025);
}

.tgm-home-feature-card:hover .tgm-home-card-art--menu figure:last-child {
	transform: rotate(8deg) scale(1.025);
}

.tgm-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.tgm-card__media img[src*="menu-book"] {
	width: 62%;
	height: 78%;
	object-fit: contain;
	opacity: 0.9;
}

.tgm-card:hover .tgm-card__media img {
	transform: scale(1.035);
}

.tgm-home-card-art figure img,
.tgm-home-card-art figure img[src*="menu-book"] {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 1;
	transform: none;
}

.tgm-home-card-art--cloche figure img {
	object-fit: cover;
}

.tgm-home-feature-card:hover .tgm-home-card-art img {
	transform: none;
}

.tgm-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px;
}

.tgm-card__body > .wp-block-group__inner-container {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.tgm-card__categories,
.tgm-entry-header .post-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 13px;
	padding: 0;
	list-style: none;
}

.tgm-card__categories a,
.tgm-card__categories span,
.tgm-entry-header .post-categories a {
	color: #4b2373;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.tgm-home-feature-card .tgm-card__title {
	font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.tgm-card__title {
	font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.tgm-card__title a {
	color: var(--tgm-black);
	text-decoration: none;
}

.tgm-home-feature-card__link::after {
	position: absolute;
	z-index: 2;
	inset: 0;
	border-radius: var(--tgm-radius);
	content: "";
}

.tgm-home-feature-card:focus-within {
	outline: 3px solid var(--tgm-orange);
	outline-offset: 5px;
}

.tgm-home-feature-card__link:focus-visible {
	outline: 0;
}

.tgm-card__excerpt {
	color: var(--tgm-muted);
	font-size: var(--tgm-supporting-copy-size);
	line-height: 1.55;
}

.tgm-card__excerpt p {
	margin-bottom: 18px;
}

.tgm-card__link {
	margin-top: auto;
	color: #487514;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.tgm-listing,
.tgm-singular {
	padding-top: clamp(65px, 8vw, 105px);
	padding-bottom: clamp(75px, 9vw, 125px);
}

.tgm-listing-header,
.tgm-entry-header {
	max-width: 860px;
	margin: 0 auto clamp(42px, 6vw, 70px);
	text-align: center;
}

.tgm-listing-header .tgm-search-form {
	margin: 32px auto 0;
}

.tgm-content-type-library__intro {
	margin: 24px auto 0;
	color: var(--tgm-muted);
}

.tgm-article {
	max-width: 860px;
	margin: 0 auto;
}

.tgm-about-outline--empty,
.tgm-utility-outline--empty {
	min-height: clamp(190px, 24vw, 340px);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--tgm-border);
	border-radius: var(--tgm-radius);
	box-shadow: 0 8px 24px rgba(23, 23, 23, 0.06);
}

.tgm-legal-hub {
	margin-top: clamp(22px, 4vw, 42px);
}

.tgm-legal-hub__intro {
	max-width: 680px;
	margin-bottom: 28px;
}

.tgm-legal-hub__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.tgm-legal-hub__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 66px;
	padding: 15px 18px;
	background: var(--tgm-white);
	border: 1px solid var(--tgm-border);
	border-radius: 14px;
	color: var(--tgm-black);
	font-family: "TGM Poppins", Arial, sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tgm-legal-hub__item:hover,
.tgm-legal-hub__item:focus {
	border-color: var(--tgm-green);
	color: var(--tgm-black);
	box-shadow: 0 9px 24px rgba(23, 23, 23, 0.1);
	transform: translateY(-2px);
}

.tgm-legal-hub__item > span {
	display: block;
	min-width: 0;
}

.tgm-legal-hub__item > span > strong {
	display: block;
	color: var(--tgm-black);
	font-size: 0.95rem;
}

.tgm-legal-hub__item small {
	display: block;
	margin-top: 4px;
	color: var(--tgm-muted);
	font-family: "TGM Inter", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.55;
}

.tgm-legal-hub__item > strong {
	flex: 0 0 auto;
	color: var(--tgm-purple);
	font-size: 1.25rem;
}

.tgm-legal-document {
	color: var(--tgm-charcoal);
}

.tgm-legal-document a,
.tgm-contact-page a {
	text-decoration-line: underline !important;
	text-decoration-thickness: 2px;
}

.tgm-legal-document > p,
.tgm-legal-document > dl {
	margin-bottom: 1.25em;
}

.tgm-legal-document .tgm-legal-meta {
	margin: 0 0 clamp(26px, 4vw, 40px);
	padding: 15px 18px;
	background: linear-gradient(120deg, rgba(139, 197, 63, 0.12), rgba(245, 124, 34, 0.1));
	border: 1px solid rgba(23, 23, 23, 0.13);
	border-left: 5px solid var(--tgm-orange);
	border-radius: 12px;
	color: var(--tgm-charcoal);
}

.tgm-legal-definitions {
	display: grid;
	grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
	gap: 0;
	overflow: hidden;
	background: var(--tgm-white);
	border: 1px solid var(--tgm-border);
	border-radius: 14px;
}

.tgm-legal-definitions dt,
.tgm-legal-definitions dd {
	margin: 0;
	padding: 14px 16px;
	border-bottom: 1px solid var(--tgm-border);
}

.tgm-legal-definitions dt {
	background: rgba(139, 197, 63, 0.11);
	color: var(--tgm-black);
	font-family: "TGM Poppins", Arial, sans-serif;
	font-weight: 600;
}

.tgm-legal-definitions dd:nth-last-child(-n + 1),
.tgm-legal-definitions dt:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.tgm-contact-summary {
	margin: clamp(26px, 4vw, 40px) 0;
	padding: 18px 22px;
	background: linear-gradient(120deg, rgba(139, 197, 63, 0.11), rgba(245, 124, 34, 0.08));
	border: 1px solid rgba(23, 23, 23, 0.13);
	border-left: 5px solid var(--tgm-orange);
	border-radius: 12px;
}

.tgm-contact-summary p {
	margin: 0;
}

.tgm-contact-summary p + p {
	margin-top: 9px;
}

.tgm-contact-form {
	position: relative;
	margin-top: 22px;
	padding: clamp(20px, 4vw, 34px);
	background: var(--tgm-white);
	border: 1px solid var(--tgm-border);
	border-radius: var(--tgm-radius);
	box-shadow: 0 10px 30px rgba(23, 23, 23, 0.07);
}

.tgm-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.tgm-contact-form__field {
	margin: 0 0 18px;
}

.tgm-contact-form__field label {
	display: block;
	margin-bottom: 7px;
	color: var(--tgm-black);
	font-family: "TGM Poppins", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
}

.tgm-contact-form__field input,
.tgm-contact-form__field textarea {
	width: 100%;
	margin: 0;
	padding: 12px 14px;
	background: var(--tgm-white);
	border: 1px solid #bbb7ae;
	border-radius: 9px;
	color: var(--tgm-black);
	font-size: var(--tgm-page-copy-size);
	line-height: 1.5;
}

.tgm-contact-form__field textarea {
	min-height: 190px;
	resize: vertical;
}

.tgm-contact-form__privacy {
	margin: 2px 0 18px;
	color: var(--tgm-muted);
	font-size: var(--tgm-helper-copy-size);
	line-height: 1.55;
}

.tgm-contact-form__actions {
	margin: 0;
}

.tgm-contact-form__website {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.tgm-contact-form__notice {
	margin: 0 0 20px;
	padding: 14px 18px;
	border-radius: 11px;
}

.tgm-contact-form__notice p {
	margin: 0;
}

.tgm-contact-form__notice--success {
	background: #eaf5dc;
	border: 1px solid #6b9e2b;
	color: #234308;
}

.tgm-contact-form__notice--error {
	background: #fff0e6;
	border: 1px solid #c85d19;
	color: #632707;
}

.tgm-comments {
	width: min(calc(100% - 40px), 1040px);
	margin: clamp(36px, 6vw, 68px) auto 0;
	padding: clamp(22px, 4vw, 36px);
	background: var(--tgm-white);
	border: 1px solid var(--tgm-border);
	border-radius: var(--tgm-radius);
	box-shadow: 0 10px 30px rgba(23, 23, 23, 0.07);
}

.tgm-comments__title,
.tgm-comment-reply-title {
	margin: 0 0 22px;
	color: var(--tgm-black);
	font-family: "TGM Montserrat", Arial, sans-serif;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	line-height: 1.2;
	text-transform: uppercase;
}

.tgm-comment-list {
	margin: 0 0 34px;
	padding: 0;
	list-style: none;
}

.tgm-comment-list .comment {
	margin-top: 18px;
	padding: 18px;
	background: var(--tgm-ivory);
	border: 1px solid var(--tgm-border);
	border-radius: 14px;
}

.tgm-comment-list .children {
	margin: 18px 0 0;
	padding-left: 22px;
	list-style: none;
}

.tgm-comment-list .comment-meta {
	margin-bottom: 12px;
}

.tgm-comment-list .avatar {
	display: inline-block;
	margin-right: 10px;
	border-radius: 50%;
	vertical-align: middle;
}

.tgm-comment-form__notes,
.tgm-comments__closed {
	color: var(--tgm-muted);
	font-size: var(--tgm-helper-copy-size);
	line-height: 1.55;
}

.tgm-comment-form__field {
	margin: 0 0 18px;
}

.tgm-comment-form__field label {
	display: block;
	margin-bottom: 7px;
	color: var(--tgm-black);
	font-family: "TGM Poppins", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
}

.tgm-comment-form__field input,
.tgm-comment-form__field textarea {
	width: 100%;
	margin: 0;
	padding: 12px 14px;
	background: var(--tgm-white);
	border: 1px solid #bbb7ae;
	border-radius: 9px;
	color: var(--tgm-black);
	font-size: var(--tgm-page-copy-size);
	line-height: 1.5;
}

.tgm-comment-form__field textarea {
	min-height: 180px;
	resize: vertical;
}

.tgm-comment-form__consent {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin: 0 0 18px;
	font-size: var(--tgm-helper-copy-size);
	line-height: 1.55;
}

.tgm-comment-form__consent input {
	margin-top: 6px;
}

.tgm-comment-form__actions {
	margin: 0;
}

.tgm-category-filter-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: end;
}

.tgm-category-filter-form label {
	grid-column: 1 / -1;
	color: var(--tgm-black);
	font-family: "TGM Poppins", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
}

.tgm-category-filter-form select {
	width: 100%;
	min-height: 46px;
	padding: 9px 38px 9px 12px;
	background: var(--tgm-white);
	border: 1px solid #bbb7ae;
	border-radius: 9px;
	color: var(--tgm-black);
	font: inherit;
}

.tgm-category-filter-form .tgm-button {
	min-height: 46px;
	padding: 10px 18px;
}

.tgm-category-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tgm-category-list li + li {
	margin-top: 8px;
}

.tgm-ratings-article {
	max-width: 1040px;
}

.tgm-ratings-header {
	max-width: 900px;
	margin-bottom: clamp(24px, 3vw, 34px);
}

.tgm-ratings-header__summary {
	max-width: 720px;
	margin: 0 auto;
	color: var(--tgm-muted);
	font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.tgm-ratings-scale {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: clamp(16px, 2.5vw, 26px);
	margin-bottom: clamp(34px, 5vw, 52px);
	padding: clamp(18px, 2.5vw, 26px);
	background: linear-gradient(130deg, #f2f8e8 0%, #fff8f1 52%, #f4eef8 100%);
	border: 1px solid rgba(23, 23, 23, 0.16);
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(23, 23, 23, 0.07);
}

.tgm-ratings-scale__badge {
	display: grid;
	width: clamp(70px, 8vw, 90px);
	aspect-ratio: 1;
	place-items: center;
	background: var(--tgm-black);
	border: 4px solid var(--tgm-green);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(245, 124, 34, 0.22), 0 8px 18px rgba(23, 23, 23, 0.16);
	color: var(--tgm-white);
	font-family: "TGM Montserrat", Arial, sans-serif;
	font-size: clamp(1.45rem, 3vw, 2.15rem);
	font-weight: 800;
	letter-spacing: -0.06em;
}

.tgm-ratings-scale h2,
.tgm-ratings-section__heading h2,
.tgm-rating-context h2 {
	font-size: clamp(1.5rem, 2.8vw, 2.2rem);
}

.tgm-ratings-scale p {
	font-size: 20px;
	line-height: 1.6;
}

.tgm-ratings-scale p:last-child,
.tgm-ratings-section__heading p:last-child,
.tgm-rating-context p:last-child {
	margin-bottom: 0;
}

.tgm-ratings-section {
	margin-bottom: clamp(30px, 4.5vw, 48px);
}

.tgm-ratings-section__heading {
	max-width: 760px;
	margin-bottom: 12px;
}

.tgm-icon-directory-grid {
	display: grid;
	/* Every viewport uses available width; no desktop, tablet, or mobile column count is fixed. */
	grid-template-columns: repeat(auto-fit, minmax(clamp(92px, 28vw, 118px), 1fr));
	gap: clamp(7px, 1vw, 10px);
}

.tgm-icon-directory-card {
	min-width: 0;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid var(--tgm-border);
	border-top: 4px solid var(--tgm-purple);
	border-radius: 18px;
	box-shadow: 0 7px 20px rgba(23, 23, 23, 0.06);
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tgm-classification-card {
	border-top-color: var(--tgm-orange);
}

.tgm-icon-directory-card:nth-child(3n + 2) {
	border-top-color: var(--tgm-green);
}

.tgm-icon-directory-card:nth-child(3n) {
	border-top-color: var(--tgm-orange);
}

.tgm-icon-directory-card > summary {
	position: relative;
	display: flex;
	min-height: 0;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	padding: 4px 4px 7px;
	cursor: pointer;
	list-style: none;
	text-align: center;
	transition: background-color 160ms ease;
	user-select: none;
}

.tgm-icon-directory-card > summary::-webkit-details-marker {
	display: none;
}

.tgm-icon-directory-card > summary::marker {
	content: "";
}

.tgm-icon-directory-card > summary:hover,
.tgm-icon-directory-card[open] > summary {
	background: linear-gradient(145deg, rgba(139, 197, 63, 0.08), rgba(245, 124, 34, 0.045) 54%, rgba(90, 36, 143, 0.07));
}

.tgm-icon-directory-card:hover,
.tgm-icon-directory-card[open] {
	box-shadow: 0 11px 26px rgba(23, 23, 23, 0.1);
	transform: translateY(-2px);
}

.tgm-icon-directory-card > summary:focus-visible {
	outline: 3px solid rgba(115, 46, 133, 0.38);
	outline-offset: -4px;
}

.tgm-icon-directory-card__image {
	--tgm-directory-icon-size: clamp(37px, 3.2vw, 44px);
	width: var(--tgm-directory-icon-size);
	height: var(--tgm-directory-icon-size);
	margin: 0 auto 4px;
	object-fit: contain;
}

.tgm-icon-directory-card__title,
.tgm-rating-factor-card__title,
.tgm-classification-card > summary strong {
	display: block;
	max-width: 100%;
	margin: 0;
	color: var(--tgm-black);
	font-family: "TGM Poppins", Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.12;
	text-wrap: balance;
}

.tgm-icon-directory-card > p {
	margin: 0;
	padding: 12px 15px 15px;
	border-top: 1px solid rgba(23, 23, 23, 0.08);
	color: var(--tgm-muted);
	font-size: var(--tgm-menu-font-size);
	line-height: 1.5;
}

.tgm-expandable-directory.is-enhanced .tgm-icon-directory-card > p {
	display: none;
}

.tgm-expandable-toggle {
	position: absolute;
	top: 11px;
	right: 11px;
	display: block;
	width: 24px;
	height: 24px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(23, 23, 23, 0.24);
	border-radius: 50%;
	color: var(--tgm-black);
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.tgm-expandable-toggle::before,
.tgm-expandable-toggle::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 160ms ease;
}

.tgm-expandable-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.tgm-icon-directory-card[open] .tgm-expandable-toggle {
	background: var(--tgm-black);
	border-color: var(--tgm-black);
	color: var(--tgm-white);
}

.tgm-icon-directory-card[open] .tgm-expandable-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.tgm-expandable-panel {
	width: min(100%, 760px);
	margin-top: 14px;
	padding: 15px 18px 16px;
	background: var(--tgm-white);
	border: 1px solid var(--tgm-border);
	border-left: 4px solid var(--tgm-purple);
	border-radius: 12px;
	box-shadow: 0 7px 20px rgba(23, 23, 23, 0.065);
}

.tgm-expandable-panel[hidden] {
	display: none;
}

.tgm-expandable-panel--classifications {
	border-left-color: var(--tgm-orange);
}

.tgm-expandable-panel .tgm-eyebrow {
	margin-bottom: 4px;
}

.tgm-expandable-panel h3 {
	margin: 0 0 4px;
	color: var(--tgm-black);
	font-family: "TGM Poppins", Arial, sans-serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3;
}

.tgm-expandable-panel > p:last-child {
	margin: 0;
	color: var(--tgm-muted);
	/* This deliberately uses browser pixels for the approved readable size. */
	font-size: 23px;
	line-height: 1.5;
}

.tgm-rating-context {
	padding: clamp(20px, 3vw, 28px);
	background: var(--tgm-black);
	border-radius: var(--tgm-radius);
	box-shadow: var(--tgm-shadow);
}

.tgm-rating-context h2,
.tgm-rating-context p {
	color: var(--tgm-white);
}

.tgm-ratings-editor-content {
	margin-bottom: clamp(42px, 6vw, 70px);
}

.tgm-entry-title {
	font-size: clamp(2.35rem, 5.8vw, 5rem);
}

.tgm-entry-meta {
	display: flex;
	justify-content: center;
	gap: 10px;
	color: var(--tgm-muted);
	font-size: var(--tgm-helper-copy-size);
}

.tgm-entry-featured {
	margin: 0 0 clamp(40px, 6vw, 70px);
	overflow: hidden;
	border-radius: var(--tgm-radius);
	box-shadow: var(--tgm-shadow);
}

.tgm-entry-featured img {
	width: 100%;
}

.tgm-prose {
	font-size: var(--tgm-page-copy-size);
}

.tgm-prose > * {
	max-width: 100%;
}

.tgm-prose h2 {
	margin-top: 1.8em;
	font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.tgm-prose h3 {
	margin-top: 1.5em;
	font-size: 1.45rem;
}

.tgm-prose blockquote {
	margin: 2em 0;
	padding: 22px 28px;
	background: var(--tgm-white);
	border-left: 6px solid var(--tgm-orange);
	border-radius: 0 14px 14px 0;
	box-shadow: 0 8px 24px rgba(23, 23, 23, 0.06);
}

.tgm-prose table {
	width: 100%;
	border-collapse: collapse;
}

.tgm-prose th,
.tgm-prose td {
	padding: 12px;
	border: 1px solid var(--tgm-border);
	text-align: left;
}

.tgm-prose th {
	background: var(--tgm-black);
	color: var(--tgm-white);
}

.alignwide {
	width: min(1080px, calc(100vw - 40px));
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.alignfull {
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.tgm-post-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
	max-width: 860px;
	margin: 70px auto 0;
}

.tgm-post-navigation > div:last-child {
	text-align: right;
}

.tgm-post-navigation a {
	display: inline-flex;
	flex-direction: column;
	color: var(--tgm-black);
	font-family: "TGM Poppins", sans-serif;
	font-weight: 600;
	text-decoration: none;
}

.tgm-post-navigation span {
	color: #487514;
	font-family: "TGM Inter", sans-serif;
	font-size: 0.7rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.navigation.pagination {
	margin-top: 50px;
	text-align: center;
}

.nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	padding: 0 12px;
	background: var(--tgm-white);
	border: 1px solid var(--tgm-border);
	border-radius: 50px;
	text-decoration: none;
}

.page-numbers.current {
	background: var(--tgm-black);
	border-color: var(--tgm-black);
	color: var(--tgm-white);
}

.tgm-empty-state {
	padding: 40px;
	background: var(--tgm-white);
	border: 1px solid var(--tgm-border);
	border-radius: var(--tgm-radius);
	text-align: center;
}

/* Forms, search, comments, and not found. */
.tgm-search-form {
	display: flex;
	width: min(100%, 620px);
	gap: 10px;
}

.tgm-search-form label {
	flex: 1;
}

.tgm-search-form input,
.the-geek-menu-theme input[type="text"],
.the-geek-menu-theme input[type="email"],
.the-geek-menu-theme input[type="url"],
.the-geek-menu-theme input[type="search"],
.the-geek-menu-theme textarea,
.the-geek-menu-theme select {
	width: 100%;
	min-height: 50px;
	padding: 12px 16px;
	background: var(--tgm-white);
	border: 1px solid #aaa59b;
	border-radius: 10px;
	color: var(--tgm-black);
}

.the-geek-menu-theme textarea {
	min-height: 160px;
	resize: vertical;
}

.tgm-search-form button,
.the-geek-menu-theme input[type="submit"],
.the-geek-menu-theme button[type="submit"] {
	min-height: 50px;
	padding: 10px 21px;
	background: var(--tgm-black);
	border: 2px solid var(--tgm-black);
	border-radius: 10px;
	color: var(--tgm-white);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.tgm-search-form button:hover,
.the-geek-menu-theme input[type="submit"]:hover,
.the-geek-menu-theme button[type="submit"]:hover {
	background: var(--tgm-green);
	color: var(--tgm-black);
}

body.the-geek-menu-theme .tgm-header-search button.tgm-search-toggle {
	display: grid;
	width: 44px;
	height: 44px;
	min-height: 44px;
	flex: 0 0 44px;
	place-items: center;
	padding: 0;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	box-shadow: none;
	color: var(--tgm-white);
	font-size: inherit;
	letter-spacing: normal;
	text-transform: none;
}

body.the-geek-menu-theme .tgm-header-search button.tgm-search-toggle:hover,
body.the-geek-menu-theme .tgm-header-search button.tgm-search-toggle:focus-visible,
body.the-geek-menu-theme .tgm-header-search.is-open button.tgm-search-toggle {
	background: var(--tgm-purple);
	border-color: var(--tgm-silver);
	color: var(--tgm-white);
}

.tgm-not-found {
	display: flex;
	min-height: 620px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 0;
	text-align: center;
}

.tgm-not-found > img {
	width: 150px;
	margin-bottom: 24px;
}

.tgm-not-found h1 {
	max-width: 680px;
	font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.tgm-not-found .tgm-search-form {
	margin: 18px 0 26px;
}

/* Recipe, block, and post-grid integration. */
.the-geek-menu-theme .wprm-recipe-container,
.the-geek-menu-theme .wprm-recipe-template-container {
	margin: 42px 0;
	padding: clamp(22px, 4vw, 38px);
	background: var(--tgm-white);
	border: 1px solid var(--tgm-border);
	border-top: 8px solid var(--tgm-green);
	border-radius: var(--tgm-radius);
	box-shadow: var(--tgm-shadow);
	color: var(--tgm-charcoal);
	font-family: "TGM Inter", Arial, sans-serif;
}

.the-geek-menu-theme .wprm-recipe-name,
.the-geek-menu-theme .wprm-recipe-header {
	color: var(--tgm-black);
	font-family: "TGM Montserrat", Arial, sans-serif;
	font-weight: 800;
}

.the-geek-menu-theme .wprm-recipe-group-name {
	color: var(--tgm-purple);
	font-family: "TGM Poppins", Arial, sans-serif;
	font-weight: 600;
}

.the-geek-menu-theme .wprm-recipe-instruction-text,
.the-geek-menu-theme .wprm-recipe-ingredient {
	font-size: var(--tgm-page-copy-size);
	line-height: 1.65;
}

.the-geek-menu-theme .wprm-recipe-rating .wprm-rating-star-full svg,
.the-geek-menu-theme .wprm-recipe-rating .wprm-rating-star-33 svg,
.the-geek-menu-theme .wprm-recipe-rating .wprm-rating-star-50 svg,
.the-geek-menu-theme .wprm-recipe-rating .wprm-rating-star-66 svg {
	fill: var(--tgm-orange);
}

.the-geek-menu-theme .gb-container,
.the-geek-menu-theme .gb-layout-column-wrap {
	--gb-local-bg: transparent;
}

.the-geek-menu-theme .wpupg-grid .wpupg-item {
	overflow: hidden;
	background: var(--tgm-white);
	border: 1px solid var(--tgm-border);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(23, 23, 23, 0.08);
}

.the-geek-menu-theme .wpupg-filter,
.the-geek-menu-theme .wpupg-pagination {
	font-family: "TGM Inter", Arial, sans-serif;
}

/* Footer. */
footer#colophon.tgm-site-footer {
	position: relative;
	flex: 0 0 auto;
	background: var(--tgm-black);
	border-top: 2px solid rgba(139, 197, 63, 0.38);
	box-shadow: 0 -7px 28px rgba(0, 0, 0, 0.16);
	color: var(--tgm-white);
}

.tgm-footer-inner {
	display: flex;
	min-height: 78px;
	align-items: center;
	justify-content: center;
	width: min(calc(100% - 40px), 1480px);
	margin: 0 auto;
	padding: 18px 0 14px;
}

.tgm-footer-navigation {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.tgm-footer-legal-navigation {
	width: min(calc(100% - 40px), 1180px);
	margin: -5px auto 0;
	padding: 0 0 15px;
	font-size: var(--tgm-menu-font-size);
}

.tgm-footer-legal-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 7px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-legal-menu a,
body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-legal-menu a:visited {
	color: var(--tgm-silver);
	font-family: "TGM Poppins", Arial, sans-serif;
	font-size: 0.95em;
	font-weight: 500;
	letter-spacing: 0.035em;
	text-decoration: none;
}

body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-legal-menu a:hover,
body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-legal-menu a:focus {
	color: var(--tgm-green);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.tgm-footer-navigation ul,
.tgm-footer-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 3vw, 42px);
	margin: 0;
	padding: 0;
	list-style: none;
}

body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-navigation a,
body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-navigation a:visited {
	display: block;
	padding: 13px 2px 11px;
	color: var(--tgm-white);
	font-family: "TGM Poppins", Arial, sans-serif;
	font-size: var(--tgm-menu-font-size);
	font-weight: 600;
	letter-spacing: 0.065em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 180ms ease;
}

body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-menu__placeholder > span {
	display: block;
	padding: 13px 2px 11px;
	color: var(--tgm-silver);
	font-family: "TGM Poppins", Arial, sans-serif;
	font-size: var(--tgm-menu-font-size);
	font-weight: 600;
	letter-spacing: 0.065em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-navigation a:hover,
body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-navigation a:focus {
	color: var(--tgm-green);
}

body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-navigation .current-menu-item > a,
body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-navigation .current_page_item > a {
	color: var(--tgm-orange);
}

body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-bottom {
	padding: 12px 20px 14px;
	background: #0b0b0b;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--tgm-ivory);
	text-align: center;
}

body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-bottom p {
	margin: 0;
	color: var(--tgm-ivory);
	font-size: calc(var(--tgm-menu-font-size) - 0.08rem);
	letter-spacing: 0.025em;
	white-space: nowrap;
}

body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-bottom a,
body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-bottom a:visited {
	color: inherit;
	text-decoration: none;
	transition: color 180ms ease;
}

body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-bottom a:hover,
body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-bottom a:focus {
	color: var(--tgm-green);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.tgm-accent-bar--footer {
	height: 6px;
}

@media (max-width: 1100px) {
	:root {
		--tgm-menu-font-size: clamp(0.86rem, 1.6vw, 0.99rem);
	}

	.tgm-header-inner {
		--tgm-header-edge: 12px;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		width: min(calc(100% - (2 * var(--tgm-header-edge))), 1480px);
		padding: 5px 0;
	}

	.tgm-primary-menu {
		gap: clamp(7px, 1.4vw, 15px);
	}

	.tgm-primary-menu a,
	body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-navigation a,
	body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-menu__placeholder > span {
		letter-spacing: clamp(0.03em, 0.14vw, 0.055em);
	}

	.tgm-hero__content {
		--tgm-hero-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
		--tgm-hero-column-gap: clamp(20px, 4vw, 40px);
	}

	.tgm-card-grid {
		--tgm-card-grid-gap: clamp(12px, 2.2vw, 24px);
	}

	.tgm-card__media {
		height: clamp(155px, 22vw, 235px);
	}

	.tgm-card__body {
		padding: clamp(16px, 2.4vw, 26px);
	}

	.tgm-home-feature-card .tgm-card__title {
		font-size: clamp(1.05rem, 2vw, 1.35rem);
	}
}

@media (max-width: 1000px) {
	.tgm-brand-wordmark-viewport {
		display: none;
	}
}

/*
 * Compact desktop/tablet search state. The normal header retains the centered
 * desktop menu. While the search field is open, the menu yields its space so
 * the input can remain usable without overlapping or shrinking tap targets.
 */
@media (min-width: 681px) and (max-width: 960px) {
	.tgm-header-inner.tgm-search-is-open .tgm-primary-navigation {
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
	}

	.tgm-header-inner.tgm-search-is-open .tgm-header-search {
		position: absolute;
		right: 0;
	}
}

/*
 * Desktop and tablet share one fluid composition. Structural stacking and the
 * compact menu begin only when the layout can no longer scale cleanly.
 */
@media (max-width: 680px) {
	.tgm-header-inner {
		position: relative;
		grid-template-areas: "brand search toggle";
		grid-template-columns: 1fr auto auto;
		gap: 10px;
		min-height: 64px;
		padding: 8px 0;
	}

	.tgm-header-brand,
	.tgm-header-brand .tgm-bundled-logo--split,
	.tgm-header-brand .tgm-brand-logo--mark {
		width: 48px;
		height: 48px;
	}

	body.the-geek-menu-theme .tgm-header-brand .tgm-brand-logo--mark {
		flex-basis: 48px;
	}

	body.the-geek-menu-theme .tgm-header-brand .tgm-bundled-logo--split {
		position: static;
		top: auto;
		align-self: center;
		margin-right: 0;
	}

	.tgm-menu-toggle {
		display: block;
		justify-self: end;
	}

	.tgm-menu-toggle[aria-expanded="true"] > span[aria-hidden="true"]:nth-child(2) {
		transform: translateY(7px) rotate(45deg);
	}

	.tgm-menu-toggle[aria-expanded="true"] > span[aria-hidden="true"]:nth-child(3) {
		opacity: 0;
	}

	.tgm-menu-toggle[aria-expanded="true"] > span[aria-hidden="true"]:nth-child(4) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.tgm-primary-navigation {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		margin: 0;
		padding: 14px 20px 22px;
		background: var(--tgm-black);
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		box-shadow: 0 18px 30px rgba(0, 0, 0, 0.25);
	}

	.tgm-primary-navigation.is-open {
		display: block;
	}

	.tgm-primary-navigation > ul,
	.tgm-primary-menu {
		display: block;
	}

	.tgm-primary-menu a {
		padding: 13px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	}

	.tgm-primary-menu > li > a::after {
		display: none;
	}

	.tgm-primary-menu ul {
		position: static;
		visibility: visible;
		width: auto;
		padding: 0 0 0 18px;
		background: transparent;
		border: 0;
		box-shadow: none;
		opacity: 1;
		transform: none;
	}

	.tgm-header-search {
		grid-area: search;
		margin: 0;
	}

	.tgm-hero {
		min-height: auto;
	}

	.tgm-hero__content {
		--tgm-hero-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
		--tgm-hero-column-gap: 24px;
	}

	.tgm-card-grid {
		--tgm-card-grid-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 680px) {
	.tgm-hero {
		padding: 8px 21.6px 10px;
	}

	.tgm-hero::before {
		inset: 8px;
		border-radius: 23.4px;
	}

	.tgm-hero__content {
		--tgm-hero-columns: 1fr;
		--tgm-hero-column-gap: 0;
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.tgm-hero__content > .wp-block-group__inner-container {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.tgm-hero__logo {
		width: min(68vw, 350px);
		margin: 0 auto 8px;
		transform: translateX(1%);
	}

	.tgm-hero .tgm-eyebrow {
		margin-bottom: 13px;
	}

	.tgm-hero__title {
		width: 100%;
		margin: 0 auto;
		font-size: clamp(2.2rem, 9.7vw, 3.9rem);
	}

	.tgm-hero__actions {
		justify-content: center;
	}

	.tgm-hero__element--d20,
	.tgm-hero__element--spoon {
		width: clamp(72px, 8.9vw, 138px);
		opacity: 0.12;
	}

	.tgm-hero__element--menu,
	.tgm-hero__element--cloche {
		display: none;
	}

	.tgm-card-grid {
		--tgm-card-grid-columns: 1fr;
	}

	#tgm-home-features.tgm-page-section {
		padding: 23px 0;
	}

	#tgm-home-features .tgm-section-heading {
		margin-bottom: 37.8px;
	}

	#tgm-home-features .tgm-card-grid {
		--tgm-card-grid-gap: 10.8px;
	}

	#tgm-home-features .tgm-card__media {
		height: min(50.5vw, 268px);
	}

	#tgm-home-features .tgm-card__body {
		padding: 12px 16px;
	}

	.tgm-home-editor .tgm-home-card-art--d20 figure,
	.tgm-home-editor .tgm-home-card-art--menu figure {
		width: 55%;
		height: 88%;
	}

	.tgm-home-editor .tgm-home-card-art--cloche figure {
		top: 4%;
		right: auto;
		bottom: auto;
		left: 4%;
		width: 92%;
		height: 92%;
		transform: rotate(10deg) scale(0.94);
	}

	.tgm-ratings-scale {
		grid-template-columns: 72px minmax(0, 1fr);
		align-items: start;
	}

	.tgm-card__media {
		height: min(62vw, 330px);
	}

	.tgm-footer-inner {
		width: min(calc(100% - 28px), 1480px);
		padding: 14px 0 10px;
	}

	.tgm-footer-navigation ul,
	.tgm-footer-menu {
		gap: 8px 24px;
	}
}

@media (max-width: 520px) {
	body.the-geek-menu-theme {
		font-size: 16px;
	}

	body.the-geek-menu-theme footer#colophon.tgm-site-footer .tgm-footer-bottom {
		padding-right: 8px;
		padding-left: 8px;
	}

	.tgm-header-inner {
		width: min(calc(100% - 24px), 1480px);
		gap: 10px;
	}

	.tgm-header-brand,
	.tgm-header-brand .tgm-bundled-logo--split,
	.tgm-header-brand .tgm-brand-logo--mark {
		width: 44px;
		height: 44px;
	}

	body.the-geek-menu-theme .tgm-header-brand .tgm-brand-logo--mark {
		flex-basis: 44px;
	}

	.tgm-search-toggle {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	body.the-geek-menu-theme .tgm-header-search button.tgm-search-toggle {
		width: 40px;
		height: 40px;
		min-height: 40px;
		flex-basis: 40px;
	}

	.tgm-header-search.is-open .tgm-header-search__field {
		width: min(48vw, 220px);
	}

	.tgm-menu-toggle {
		width: 43px;
		height: 40px;
	}

	.tgm-hero__logo {
		width: min(70vw, 285px);
	}

	.tgm-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.tgm-button {
		width: 100%;
	}

	.tgm-button--soft {
		width: 210px;
	}

	.tgm-legal-hub__grid {
		grid-template-columns: 1fr;
	}

	.tgm-legal-definitions,
	.tgm-contact-form__grid {
		grid-template-columns: 1fr;
	}

	.tgm-contact-summary {
		padding: 16px 18px;
	}

	.tgm-legal-definitions dt,
	.tgm-legal-definitions dd {
		border-bottom: 1px solid var(--tgm-border);
	}

	.tgm-legal-definitions dd:last-child {
		border-bottom: 0;
	}

	.tgm-contact-form {
		padding: 18px;
	}

	.tgm-comments {
		width: min(calc(100% - 28px), 1040px);
		padding: 18px;
	}

	.tgm-comment-list .children {
		padding-left: 12px;
	}

	.tgm-category-filter-form {
		grid-template-columns: 1fr;
	}

	.tgm-category-filter-form .tgm-button {
		width: 100%;
	}

	.tgm-footer-legal-navigation {
		width: min(calc(100% - 28px), 1180px);
	}

	.tgm-footer-legal-menu {
		gap: 8px 18px;
	}

	.tgm-ratings-scale {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 12px;
		padding: 15px;
	}

	.tgm-ratings-scale__badge {
		width: 58px;
		border-width: 3px;
		box-shadow: 0 0 0 3px rgba(245, 124, 34, 0.2), 0 6px 14px rgba(23, 23, 23, 0.14);
		font-size: 1.25rem;
	}

	.tgm-ratings-scale h2 {
		font-size: 1.35rem;
	}

	.tgm-ratings-scale p {
		font-size: 18px;
		line-height: 1.55;
	}

	.tgm-icon-directory-card > summary {
		min-height: 0;
		padding: 3px 3px 6px;
	}

	.tgm-icon-directory-card__image {
		--tgm-directory-icon-size: min(33px, 9.5vw);
		margin-bottom: 3px;
	}

	.tgm-icon-directory-card__title,
	.tgm-rating-factor-card__title,
	.tgm-classification-card > summary strong {
		min-height: 2.24em;
		line-height: 1.12;
	}

	.tgm-icon-directory-card .tgm-expandable-toggle {
		top: 7px;
		right: 7px;
		width: 21px;
		height: 21px;
	}

	.tgm-expandable-panel {
		margin-top: 12px;
		padding: 13px 14px 14px;
	}

	.tgm-page-section,
	.tgm-listing,
	.tgm-singular,
	.tgm-not-found {
		width: min(calc(100% - 28px), var(--tgm-content));
	}

	.tgm-content-shell {
		width: min(calc(100% - 28px), 860px);
	}

	.tgm-search-form {
		flex-direction: column;
	}

	.tgm-search-form button {
		width: 100%;
	}

	.tgm-post-navigation {
		grid-template-columns: 1fr;
	}

	.tgm-post-navigation > div:last-child {
		text-align: left;
	}
}

@media (max-width: 420px) {
	.tgm-hero {
		padding: 4px 16.2px 6px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	.tgm-site-header,
	.tgm-site-footer,
	.tgm-post-navigation,
	.tgm-hero__element {
		display: none !important;
	}

	body.the-geek-menu-theme {
		background: #fff;
		color: #000;
	}

	.tgm-main,
	.tgm-singular,
	.tgm-article {
		width: 100%;
		max-width: none;
		padding: 0;
	}

	.the-geek-menu-theme .wprm-recipe-container,
	.the-geek-menu-theme .wprm-recipe-template-container {
		box-shadow: none;
	}
}
