/*
Theme Name: Vine Diver Games
Theme URI: https://vinedivergames.com
Author: Vine Diver Games
Author URI: https://vinedivergames.com
Description: A cinematic, responsive WordPress theme created for Vine Diver Games and the Leafshadow universe.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.6
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: vine-diver-games
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks, blog, entertainment
*/

:root {
	--vdg-ink: #040805;
	--vdg-night: #07110b;
	--vdg-forest: #0d2114;
	--vdg-forest-soft: #173922;
	--vdg-leaf: #a6d934;
	--vdg-leaf-bright: #c9f45b;
	--vdg-gold: #d9bf62;
	--vdg-gold-soft: #f0db8d;
	--vdg-mist: #d8e4d8;
	--vdg-white: #f7fbf4;
	--vdg-muted: #9eada0;
	--vdg-line: rgba(201, 244, 91, 0.18);
	--vdg-panel: rgba(7, 17, 11, 0.86);
	--vdg-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
	--vdg-radius: 20px;
	--vdg-width: 1200px;
	--vdg-wide: 1500px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at 15% 15%, rgba(78, 121, 36, 0.12), transparent 38rem),
		linear-gradient(180deg, #07110b 0%, #040805 58%, #07110b 100%);
	color: var(--vdg-mist);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.7;
	overflow-x: hidden;
}

body.admin-bar .site-header {
	top: 32px;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	color: var(--vdg-leaf-bright);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

a:hover,
a:focus {
	color: var(--vdg-gold-soft);
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--vdg-leaf-bright);
	outline-offset: 4px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: var(--vdg-white);
	clip: auto !important;
	clip-path: none;
	color: var(--vdg-ink);
	display: block;
	height: auto;
	left: 12px;
	padding: 12px 18px;
	top: 12px;
	width: auto;
	z-index: 100000;
}

.vdg-shell {
	margin-inline: auto;
	max-width: var(--vdg-width);
	padding-inline: clamp(20px, 4vw, 48px);
	width: 100%;
}

.vdg-shell--wide {
	max-width: var(--vdg-wide);
}

.site-header {
	backdrop-filter: blur(18px);
	background: rgba(4, 8, 5, 0.78);
	border-bottom: 1px solid rgba(216, 228, 216, 0.08);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background 180ms ease, box-shadow 180ms ease;
	z-index: 1000;
}

.site-header.is-scrolled {
	background: rgba(4, 8, 5, 0.94);
	box-shadow: 0 14px 50px rgba(0, 0, 0, 0.3);
}

.site-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 82px;
}

.site-branding {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
	max-width: 245px;
}

.site-branding img,
.custom-logo {
	max-height: 68px;
	object-fit: contain;
	width: auto;
}

.site-title {
	color: var(--vdg-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-toggle {
	align-items: center;
	background: rgba(201, 244, 91, 0.08);
	border: 1px solid var(--vdg-line);
	border-radius: 50%;
	color: var(--vdg-white);
	cursor: pointer;
	display: none;
	height: 48px;
	justify-content: center;
	padding: 0;
	width: 48px;
}

.menu-toggle__lines,
.menu-toggle__lines::before,
.menu-toggle__lines::after {
	background: currentColor;
	display: block;
	height: 2px;
	transition: transform 180ms ease, opacity 180ms ease;
	width: 22px;
}

.menu-toggle__lines {
	position: relative;
}

.menu-toggle__lines::before,
.menu-toggle__lines::after {
	content: "";
	left: 0;
	position: absolute;
}

.menu-toggle__lines::before {
	top: -7px;
}

.menu-toggle__lines::after {
	top: 7px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__lines {
	background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__lines::before {
	top: 0;
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__lines::after {
	top: 0;
	transform: rotate(-45deg);
}

.primary-menu,
.footer-menu {
	align-items: center;
	display: flex;
	gap: clamp(18px, 2.2vw, 34px);
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu a,
.footer-menu a {
	color: var(--vdg-mist);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a {
	color: var(--vdg-leaf-bright);
}

.primary-menu .menu-item--cta > a {
	background: linear-gradient(135deg, var(--vdg-leaf-bright), #7ebd22);
	border-radius: 999px;
	color: #102006;
	padding: 11px 19px;
}

.site-main {
	min-height: 70vh;
}

.vdg-hero {
	align-items: flex-end;
	background-color: var(--vdg-night);
	background-image:
		linear-gradient(90deg, rgba(4, 8, 5, 0.94) 0%, rgba(4, 8, 5, 0.58) 45%, rgba(4, 8, 5, 0.22) 75%),
		linear-gradient(0deg, var(--vdg-ink) 0%, transparent 35%),
		var(--vdg-hero-image);
	background-position: center;
	background-size: cover;
	display: flex;
	isolation: isolate;
	min-height: min(920px, 100svh);
	overflow: hidden;
	padding: 150px 0 90px;
	position: relative;
}

.vdg-hero::before,
.vdg-hero::after {
	content: "";
	pointer-events: none;
	position: absolute;
}

.vdg-hero::before {
	background: radial-gradient(circle, rgba(201, 244, 91, 0.15) 0 1px, transparent 2px);
	background-size: 48px 48px;
	height: 50%;
	opacity: 0.5;
	right: -10%;
	top: 10%;
	width: 55%;
}

.vdg-hero::after {
	background: linear-gradient(90deg, transparent, rgba(201, 244, 91, 0.5), transparent);
	bottom: 0;
	height: 1px;
	left: 10%;
	right: 10%;
}

.vdg-hero__content {
	max-width: 720px;
	position: relative;
	z-index: 2;
}

.vdg-eyebrow {
	align-items: center;
	color: var(--vdg-leaf-bright);
	display: flex;
	font-size: 0.76rem;
	font-weight: 900;
	gap: 12px;
	letter-spacing: 0.22em;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.vdg-eyebrow::before {
	background: var(--vdg-leaf-bright);
	content: "";
	height: 1px;
	width: 38px;
}

.vdg-hero h1,
.vdg-section-title,
.entry-title {
	color: var(--vdg-white);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.02;
}

.vdg-hero h1 {
	font-size: clamp(3.25rem, 7vw, 6.8rem);
	margin: 0;
	max-width: 14ch;
	text-wrap: balance;
}

.vdg-hero__lead {
	color: #d9e4d9;
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	margin: 28px 0 0;
	max-width: 60ch;
}

.vdg-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.vdg-button {
	align-items: center;
	background: linear-gradient(135deg, var(--vdg-leaf-bright), #82bd26);
	border: 1px solid transparent;
	border-radius: 999px;
	box-shadow: 0 12px 38px rgba(126, 189, 34, 0.2);
	color: #102006;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 900;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.13em;
	min-height: 52px;
	padding: 0 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.vdg-button:hover,
.vdg-button:focus {
	box-shadow: 0 16px 44px rgba(126, 189, 34, 0.3);
	color: #102006;
	transform: translateY(-2px);
}

.vdg-button--ghost {
	background: rgba(7, 17, 11, 0.58);
	border-color: rgba(216, 228, 216, 0.3);
	box-shadow: none;
	color: var(--vdg-white);
}

.vdg-button--ghost:hover,
.vdg-button--ghost:focus {
	border-color: var(--vdg-leaf-bright);
	color: var(--vdg-leaf-bright);
}

.vdg-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 42px;
}

.vdg-hero__meta span {
	color: var(--vdg-muted);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.vdg-section {
	padding: clamp(82px, 10vw, 140px) 0;
	position: relative;
}

.vdg-section--tight {
	padding-block: clamp(62px, 7vw, 96px);
}

.vdg-section--panel {
	background: linear-gradient(180deg, rgba(13, 33, 20, 0.62), rgba(7, 17, 11, 0.2));
	border-block: 1px solid rgba(216, 228, 216, 0.07);
}

.vdg-section-heading {
	margin-bottom: clamp(38px, 5vw, 64px);
	max-width: 780px;
}

.vdg-section-title {
	font-size: clamp(2.5rem, 5vw, 4.6rem);
	margin: 0;
	text-wrap: balance;
}

.vdg-section-intro {
	color: var(--vdg-muted);
	font-size: 1.08rem;
	margin: 20px 0 0;
	max-width: 65ch;
}

.vdg-feature {
	align-items: center;
	display: grid;
	gap: clamp(38px, 6vw, 84px);
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
}

.vdg-feature__art {
	border: 1px solid var(--vdg-line);
	border-radius: var(--vdg-radius);
	box-shadow: var(--vdg-shadow);
	overflow: hidden;
	position: relative;
}

.vdg-feature__art::after {
	background: linear-gradient(180deg, transparent 50%, rgba(4, 8, 5, 0.65));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.vdg-feature__art img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	width: 100%;
}

.vdg-game-logo {
	margin-bottom: 24px;
	max-width: 520px;
}

.vdg-game-copy {
	color: #c9d5ca;
	font-size: 1.05rem;
}

.vdg-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
}

.vdg-pills li {
	background: rgba(201, 244, 91, 0.07);
	border: 1px solid var(--vdg-line);
	border-radius: 999px;
	color: #d4e1d4;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 8px 12px;
	text-transform: uppercase;
}

.vdg-principles {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.vdg-principle {
	background:
		linear-gradient(150deg, rgba(23, 57, 34, 0.64), rgba(7, 17, 11, 0.86));
	border: 1px solid var(--vdg-line);
	border-radius: var(--vdg-radius);
	min-height: 310px;
	overflow: hidden;
	padding: 38px;
	position: relative;
}

.vdg-principle::before {
	border: 1px solid rgba(201, 244, 91, 0.15);
	border-radius: 50%;
	content: "";
	height: 160px;
	position: absolute;
	right: -70px;
	top: -70px;
	width: 160px;
}

.vdg-principle__number {
	color: var(--vdg-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.85rem;
	letter-spacing: 0.15em;
}

.vdg-principle h3 {
	color: var(--vdg-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	margin: 50px 0 12px;
}

.vdg-principle p {
	color: var(--vdg-muted);
	margin: 0;
}

.vdg-media-frame {
	background: #020403;
	border: 1px solid var(--vdg-line);
	border-radius: var(--vdg-radius);
	box-shadow: var(--vdg-shadow);
	overflow: hidden;
	position: relative;
}

.vdg-media-frame iframe,
.vdg-media-frame video {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	width: 100%;
}

.vdg-trailer-poster {
	aspect-ratio: 16 / 9;
	display: grid;
	isolation: isolate;
	place-items: center;
	position: relative;
}

.vdg-trailer-poster img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.vdg-trailer-poster::after {
	background: rgba(4, 8, 5, 0.45);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.vdg-play {
	align-items: center;
	background: rgba(4, 8, 5, 0.82);
	border: 1px solid var(--vdg-leaf-bright);
	border-radius: 50%;
	color: var(--vdg-white);
	display: flex;
	font-size: 1.3rem;
	height: 86px;
	justify-content: center;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease;
	width: 86px;
}

.vdg-play:hover,
.vdg-play:focus {
	background: var(--vdg-leaf-bright);
	color: var(--vdg-ink);
	transform: scale(1.06);
}

.vdg-gallery {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(12, 1fr);
}

.vdg-gallery figure {
	border: 1px solid rgba(216, 228, 216, 0.1);
	border-radius: 14px;
	grid-column: span 4;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.vdg-gallery figure:first-child,
.vdg-gallery figure:nth-child(5) {
	grid-column: span 8;
}

.vdg-gallery img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform 400ms ease;
	width: 100%;
}

.vdg-gallery figure:hover img {
	transform: scale(1.025);
}

.vdg-news-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, 1fr);
}

.vdg-news-card {
	background: var(--vdg-panel);
	border: 1px solid rgba(216, 228, 216, 0.09);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}

.vdg-news-card__image {
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, var(--vdg-forest-soft), var(--vdg-ink));
	overflow: hidden;
}

.vdg-news-card__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
	width: 100%;
}

.vdg-news-card:hover .vdg-news-card__image img {
	transform: scale(1.035);
}

.vdg-news-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 28px;
}

.vdg-news-card__meta,
.entry-meta {
	color: var(--vdg-gold);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.vdg-news-card h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
	line-height: 1.2;
	margin: 12px 0;
}

.vdg-news-card h3 a {
	color: var(--vdg-white);
	text-decoration: none;
}

.vdg-news-card p {
	color: var(--vdg-muted);
	margin: 0 0 22px;
}

.vdg-news-card__link {
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-top: auto;
	text-decoration: none;
	text-transform: uppercase;
}

.vdg-about {
	align-items: center;
	display: grid;
	gap: clamp(42px, 7vw, 100px);
	grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
}

.vdg-about__logo {
	filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.4));
	margin-inline: auto;
	max-width: 470px;
}

.vdg-about__copy {
	color: #c9d5ca;
	font-size: 1.08rem;
}

.vdg-cta {
	background:
		linear-gradient(90deg, rgba(4, 8, 5, 0.96), rgba(4, 8, 5, 0.7)),
		var(--vdg-cta-image) center / cover;
	border: 1px solid var(--vdg-line);
	border-radius: 26px;
	box-shadow: var(--vdg-shadow);
	overflow: hidden;
	padding: clamp(44px, 8vw, 88px);
	position: relative;
}

.vdg-cta h2 {
	color: var(--vdg-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.4rem, 5vw, 4.5rem);
	line-height: 1.04;
	margin: 0;
	max-width: 12ch;
}

.vdg-cta p {
	color: #cbd8cb;
	max-width: 54ch;
}

.site-footer {
	background: #030604;
	border-top: 1px solid rgba(216, 228, 216, 0.08);
	padding: 72px 0 30px;
}

.site-footer__top {
	align-items: flex-start;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(260px, 1fr) auto;
}

.site-footer__brand img {
	max-width: 260px;
}

.site-footer__brand p {
	color: var(--vdg-muted);
	margin: 18px 0 0;
	max-width: 46ch;
}

.site-footer__bottom {
	border-top: 1px solid rgba(216, 228, 216, 0.08);
	color: #738076;
	display: flex;
	font-size: 0.78rem;
	justify-content: space-between;
	margin-top: 55px;
	padding-top: 24px;
}

.vdg-content-header {
	background:
		linear-gradient(180deg, rgba(4, 8, 5, 0.32), var(--vdg-ink)),
		var(--vdg-content-image) center / cover;
	padding: 190px 0 90px;
}

.vdg-content-header .entry-title {
	font-size: clamp(2.8rem, 6vw, 5.4rem);
	margin: 0;
}

.vdg-content {
	margin-inline: auto;
	max-width: 860px;
	padding: 70px 24px 120px;
}

.vdg-content > * {
	max-width: 100%;
}

.vdg-content h2,
.vdg-content h3,
.vdg-content h4 {
	color: var(--vdg-white);
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.2;
}

.vdg-content blockquote {
	border-left: 3px solid var(--vdg-leaf-bright);
	color: var(--vdg-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
	margin-inline: 0;
	padding: 10px 0 10px 30px;
}

.vdg-content hr {
	border: 0;
	border-top: 1px solid var(--vdg-line);
	margin: 48px 0;
}

.vdg-post-list {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, 1fr);
	padding-block: 70px 120px;
}

.navigation.pagination {
	grid-column: 1 / -1;
	margin-top: 30px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	align-items: center;
	border: 1px solid var(--vdg-line);
	border-radius: 999px;
	display: flex;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	padding-inline: 12px;
	text-decoration: none;
}

.page-numbers.current {
	background: var(--vdg-leaf-bright);
	color: var(--vdg-ink);
}

.post-navigation {
	border-top: 1px solid var(--vdg-line);
	margin-top: 60px;
	padding-top: 30px;
}

.post-navigation .nav-links {
	justify-content: space-between;
}

.alignwide {
	margin-left: 50%;
	max-width: 1200px;
	transform: translateX(-50%);
	width: calc(100vw - 48px);
}

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

.vdg-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 650ms ease, transform 650ms ease;
}

.vdg-reveal.is-visible {
	opacity: 1;
	transform: none;
}

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

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

	.vdg-reveal {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 980px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	.menu-toggle {
		display: flex;
	}

	.primary-navigation {
		background: rgba(4, 8, 5, 0.98);
		border-bottom: 1px solid var(--vdg-line);
		left: 0;
		opacity: 0;
		padding: 24px;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 100%;
		transform: translateY(-10px);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	.primary-navigation.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.primary-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.primary-menu a {
		display: block;
		padding: 14px;
	}

	.primary-menu .menu-item--cta > a {
		margin-top: 10px;
		text-align: center;
	}

	.vdg-feature,
	.vdg-about {
		grid-template-columns: 1fr;
	}

	.vdg-feature__copy {
		order: -1;
	}

	.vdg-principles,
	.vdg-news-grid {
		grid-template-columns: 1fr;
	}

	.vdg-principle {
		min-height: auto;
	}

	.vdg-principle h3 {
		margin-top: 28px;
	}

	.vdg-gallery figure,
	.vdg-gallery figure:first-child,
	.vdg-gallery figure:nth-child(5) {
		grid-column: span 6;
	}
}

@media (max-width: 640px) {
	body {
		font-size: 16px;
	}

	.site-header__inner {
		min-height: 70px;
	}

	.site-branding img,
	.custom-logo {
		max-height: 56px;
	}

	.vdg-hero {
		background-image:
			linear-gradient(90deg, rgba(4, 8, 5, 0.92), rgba(4, 8, 5, 0.54)),
			linear-gradient(0deg, var(--vdg-ink), transparent 42%),
			var(--vdg-hero-image);
		background-position: 62% center;
		min-height: 780px;
		padding: 125px 0 70px;
	}

	.vdg-hero h1 {
		font-size: clamp(2.9rem, 15vw, 4.4rem);
	}

	.vdg-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.vdg-button {
		width: 100%;
	}

	.vdg-gallery {
		display: block;
	}

	.vdg-gallery figure {
		margin-bottom: 14px;
	}

	.vdg-post-list {
		grid-template-columns: 1fr;
	}

	.site-footer__top {
		grid-template-columns: 1fr;
	}

	.footer-menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.site-footer__bottom {
		flex-direction: column;
		gap: 8px;
	}
}
