/* Get Green - pages, blog, articles, 404, UX Builder shim layout. */
.gg-pagehero { padding: 40px 0 30px; background: linear-gradient(180deg, var(--gg-soft), #fff); border-bottom: 1px solid var(--gg-line); }
.gg-pagehero__t { font-size: clamp(1.9rem, 3.4vw, 2.8rem); margin: 0; letter-spacing: -.03em; }
.gg-pagehero__s { margin: 10px 0 0; color: var(--gg-muted); font-size: 1.05rem; }
.gg-pagehero--slim { padding: 22px 0 14px; }
.gg-pagehero--slim .gg-pagehero__t { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.gg-page { padding-top: 34px; padding-bottom: 60px; }
.gg-prose { font-size: 1.04rem; line-height: 1.8; color: var(--gg-text); }
.gg-prose > * { max-width: 820px; }
.gg-prose h2 { font-size: 1.6rem; margin: 1.6em 0 .5em; }
.gg-prose h3 { font-size: 1.25rem; margin: 1.4em 0 .4em; }
.gg-prose ul, .gg-prose ol { padding-left: 1.3em; }
.gg-prose li { margin-bottom: .4em; }
.gg-prose a { text-decoration: underline; text-underline-offset: 3px; }
.gg-prose img { border-radius: 14px; }
.gg-prose blockquote { margin: 1.4em 0; padding: 14px 20px; border-left: 4px solid var(--gg-lime); background: var(--gg-soft); border-radius: 0 12px 12px 0; }
.gg-prose table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.gg-prose th, .gg-prose td { border: 1px solid var(--gg-line); padding: 10px 12px; text-align: left; }

.gg-blog { padding-top: 34px; padding-bottom: 60px; }
.gg-posts--grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gg-post { display: flex; flex-direction: column; border-radius: var(--gg-r); border: 1px solid var(--gg-line); overflow: hidden; background: #fff; color: var(--gg-ink); }
.gg-post:hover { border-color: var(--gg-lime); box-shadow: var(--gg-sh); color: var(--gg-ink); }
.gg-posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gg-post__media { display: block; aspect-ratio: 16 / 9; background: var(--gg-soft); overflow: hidden; }
.gg-post__media img { width: 100%; height: 100%; object-fit: cover; }
.gg-post__body { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 20px; }
.gg-post__meta { font-size: .78rem; color: var(--gg-muted); font-weight: 600; }
.gg-post__t { font-weight: 800; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.gg-post__x { font-size: .9rem; color: var(--gg-muted); }
.gg-post__media { display: block; aspect-ratio: 16 / 9; background: var(--gg-soft); overflow: hidden; }
.gg-post__media img { width: 100%; height: 100%; object-fit: cover; }
.gg-post__body { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 20px; }
.gg-post__meta { font-size: .78rem; color: var(--gg-muted); font-weight: 600; }
.gg-post__t { font-weight: 800; line-height: 1.35; }
.gg-post__x { font-size: .9rem; color: var(--gg-muted); }
.gg-pager { margin-top: 30px; }
.gg-pager .nav-links { display: flex; justify-content: center; gap: 6px; }
.gg-pager .page-numbers { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 10px; border-radius: 12px; border: 1px solid var(--gg-line); font-weight: 700; color: var(--gg-ink); background: #fff; }
.gg-pager .current { background: var(--gg-forest); color: #fff; border-color: var(--gg-forest); }

.gg-article__hd { padding: 30px 0 26px; background: linear-gradient(180deg, var(--gg-soft), #fff); border-bottom: 1px solid var(--gg-line); }
.gg-article__hdin { max-width: 900px; }
.gg-article__t { font-size: clamp(1.8rem, 3.4vw, 2.7rem); line-height: 1.12; margin: 14px 0 10px; letter-spacing: -.03em; }
.gg-article__meta { margin: 0; color: var(--gg-muted); font-weight: 600; font-size: .9rem; }
.gg-article__body { max-width: 900px; padding-top: 30px; padding-bottom: 20px; }
.gg-article__img { margin: 0 0 26px; }
.gg-article__img img { width: 100%; border-radius: var(--gg-r-lg); }
.gg-article__el { padding: 20px 0; }
.gg-article__cta { max-width: 900px; padding-bottom: 60px; }
.gg-ctacard { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 26px; border-radius: var(--gg-r-lg); background: var(--gg-forest); color: rgba(255, 255, 255, .8); }
.gg-ctacard__t { margin: 0 0 4px; color: #fff; font-weight: 800; font-size: 1.15rem; }
.gg-ctacard__s { margin: 0; font-size: .92rem; }

.gg-404 { padding: 70px 0 80px; text-align: center; }
.gg-404__in { max-width: 720px; }
.gg-404__code { margin: 0; font-size: 5rem; font-weight: 800; line-height: 1; color: var(--gg-lime); letter-spacing: -.04em; }
.gg-404__t { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 12px 0 10px; }
.gg-404__s { color: var(--gg-muted); margin: 0 0 22px; }
.gg-404__search { max-width: 520px; margin: 0 auto 20px; }
.gg-404__chips { justify-content: center; flex-wrap: wrap; }

/* UX Builder shim layout */
.gg-sec--ux { padding: 30px 0; }
.gg-row { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; margin: 0 0 20px; }
.gg-row--vmid { align-items: center; }
.gg-row--hcenter { justify-items: center; }
.gg-col { grid-column: span var(--gg-span, 12); min-width: 0; }
.gg-utext > *:last-child, .gg-textbox > *:last-child { margin-bottom: 0; }
.gg-uimg { border-radius: 14px; width: 100%; }
.gg-banner { display: block; position: relative; min-height: 260px; padding: 40px; border-radius: var(--gg-r-lg); background-size: cover; background-position: center; overflow: hidden; color: #fff; }
.gg-banner__in { position: relative; z-index: 1; }
.gg-ustack { display: grid; gap: 16px; }
.gg-divider { border: 0; border-top: 1px solid var(--gg-line); margin: 24px 0; }
.gg-grid { display: grid; grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr)); gap: 16px; }
.gg-grid--2 { --cols: 2; } .gg-grid--3 { --cols: 3; } .gg-grid--4 { --cols: 4; } .gg-grid--5 { --cols: 5; } .gg-grid--6 { --cols: 6; }
.gg-prose .gg-cats { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.gg-postgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }

@media (max-width: 960px) {
	.gg-pagehero { padding: 24px 0 18px; }
	.gg-posts, .gg-posts--grid, .gg-postgrid { grid-template-columns: 1fr; }
	.gg-row { grid-template-columns: 1fr; gap: 14px; }
	.gg-col { grid-column: 1 / -1; }
	.gg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gg-prose .gg-cats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.gg-ctacard { flex-direction: column; align-items: flex-start; }
	.gg-banner { padding: 24px; min-height: 180px; }
}

/* Ultimate Member (registration / login / password reset) */
.gg-page .um { max-width: 560px !important; margin: 0 auto !important; }
.gg-page .um-form { padding: 28px; border-radius: var(--gg-r-lg); border: 1px solid var(--gg-line); background: #fff; box-shadow: var(--gg-sh); }
.gg-page .um-field-label label { font-weight: 700 !important; font-size: .9rem !important; color: var(--gg-ink) !important; }
.gg-page .um-form input[type=text], .gg-page .um-form input[type=password], .gg-page .um-form input[type=email], .gg-page .um-form input[type=tel], .gg-page .um-form input[type=date], .gg-page .um-form select {
	height: 48px !important; border-radius: 12px !important; border: 1.5px solid var(--gg-line-2) !important; padding: 0 14px !important; background: #fff !important; font-size: .98rem !important; box-shadow: none !important;
}
.gg-page .um-form input:focus { border-color: var(--gg-forest) !important; box-shadow: 0 0 0 4px rgba(156, 204, 60, .25) !important; }
.gg-page .um-button, .gg-page .um input[type=submit].um-button {
	min-height: 52px !important; border-radius: 999px !important; background: var(--gg-lime) !important; color: var(--gg-forest) !important; font-weight: 800 !important; font-size: 1rem !important; border: 0 !important; box-shadow: none !important;
}
.gg-page .um-button.um-alt { background: #fff !important; color: var(--gg-forest) !important; border: 1.5px solid var(--gg-line-2) !important; }
.gg-page .um-field-error { background: #fff6f4 !important; color: var(--gg-sale) !important; border-radius: 10px !important; }
.gg-page .um-field-error .um-field-arrow { display: none !important; }

/* Elementor-built blog posts: the old kit made headings lime and centred every paragraph. Bring them to the theme. */
.single-post .gg-article__el .elementor-heading-title { color: var(--gg-ink) !important; font-family: var(--gg-font) !important; text-align: left !important; letter-spacing: -.02em; line-height: 1.2 !important; }
.single-post .gg-article__el h1.elementor-heading-title, .single-post .gg-article__el h2.elementor-heading-title { font-size: clamp(1.35rem, 2.3vw, 1.75rem) !important; }
.single-post .gg-article__el h3.elementor-heading-title, .single-post .gg-article__el h4.elementor-heading-title { font-size: clamp(1.15rem, 1.8vw, 1.35rem) !important; }
.single-post .gg-article__el .elementor-widget-text-editor, .single-post .gg-article__el .elementor-widget-text-editor p { text-align: left !important; color: var(--gg-text) !important; font-family: var(--gg-font) !important; font-size: 1.02rem !important; line-height: 1.75 !important; }
.single-post .gg-article__el .elementor-widget-text-editor a { color: var(--gg-lime-ink) !important; text-decoration: underline; text-underline-offset: 3px; }
.single-post .gg-article__el .elementor-section .elementor-container, .single-post .gg-article__el .e-con-inner { max-width: 860px !important; }

/* Flatsome leftovers rendered by the shim */
.gg-uxtitle { margin: 1.4em 0 .5em; }
.gg-uxtitle--center { text-align: center; }
.gg-uxbox { margin: 1.4em 0; }
.gg-uxbox img { width: 100%; height: auto; border-radius: var(--gg-r); }
.gg-uxbox figcaption { margin-top: 10px; }
/* blog card without a featured image */
.gg-post__media--none { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: linear-gradient(135deg, var(--gg-forest), var(--gg-forest-3)); color: var(--gg-lime); }
.gg-post__media--none span { font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .8); }

@media (min-width: 600px) and (max-width: 960px) { .gg-posts, .gg-posts--grid, .gg-postgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Article header with image beside the title; local-guide callout (2026-09-24) */
.gg-article__hdin.has-img { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 32px; align-items: center; }
.gg-article__hd .gg-article__img { margin: 0; }
.gg-article__hd .gg-article__img img { display: block; width: 100%; aspect-ratio: 1 / 1; height: auto; object-fit: cover; border-radius: var(--gg-r-lg); box-shadow: var(--gg-sh); }
.gg-article__callout { margin-top: 22px; max-width: 900px; }
.gg-callout { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: var(--gg-r); background: var(--gg-lime-50); border: 1px solid var(--gg-lime-100); color: var(--gg-ink); text-decoration: none; max-width: 820px; }
.gg-callout:hover { border-color: var(--gg-lime); color: var(--gg-ink); }
.gg-callout > .gg-i:first-child { color: var(--gg-lime-ink); flex: none; }
.gg-callout > .gg-i:last-child { margin-left: auto; flex: none; color: var(--gg-forest); }
.gg-callout span { font-size: .92rem; color: var(--gg-muted); line-height: 1.45; }
.gg-callout b { display: block; color: var(--gg-ink); font-size: 1rem; }
@media (max-width: 760px) {
	.gg-article__hdin.has-img { grid-template-columns: minmax(0, 1fr); gap: 18px; }
	.gg-article__hd .gg-article__img img { aspect-ratio: 16 / 9; max-height: 220px; }
}

/* Category grid inside post content: 6 -> 3 -> 2 columns, compact cards on phones */
.gg-prose .gg-cats { margin: 26px 0; }
.gg-prose .gg-cat { text-decoration: none; text-align: center; }
.gg-prose .gg-cat__t { text-decoration: none; }
@media (max-width: 560px) {
	.gg-prose .gg-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.gg-prose .gg-cat { flex-direction: row; align-items: center; gap: 10px; padding: 7px 10px 7px 7px; text-align: left; }
	.gg-prose .gg-cat__media { flex: none; width: 50px; height: 50px; margin: 0; border-radius: 9px; }
	.gg-prose .gg-cat__n { display: none; }
}
