.elementor-97 .elementor-element.elementor-element-c604b8f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:100px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-97 .elementor-element.elementor-element-4326508 .elementor-heading-title{font-family:"Tamil Sandy", Sans-serif;font-size:80px;font-weight:700;line-height:105%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-97 .elementor-element.elementor-element-c3f88a6{font-family:"Tamil Sandy", Sans-serif;font-size:16px;font-weight:400;line-height:160%;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-97 .elementor-element.elementor-element-c3f88a6{font-size:16px;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-97 .elementor-element.elementor-element-4326508 .elementor-heading-title{font-size:40px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* ============================================================
   Good Labs — Legal Pages Stylesheet
   Apply to: Privacy Policy & Terms of Service pages
   Fonts: Barlow + Barlow Condensed (loaded via Google Fonts)
   Add to <head>:
   <link href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,600;0,700;1,400&family=Barlow+Condensed:wght@700;900&display=swap" rel="stylesheet">
   ============================================================ */


/* ── Page wrapper ─────────────────────────────────────────── */

.legal-page {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #1a1a1a;
  max-width: 780px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}


/* ── Page hero banner ─────────────────────────────────────── */

.legal-page-hero {
  background: #111810;
  border-radius: 16px;
  padding: 48px 48px 40px;
  margin-bottom: 52px;
  position: relative;
  overflow: hidden;
}

.legal-page-hero::before {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 87, 42, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.legal-page-hero .legal-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E8572A;
  margin: 0 0 12px;
}

.legal-page-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 0.95;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}

.legal-page-hero .legal-meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

.legal-page-hero .legal-meta a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
}

.legal-page-hero .legal-meta a:hover {
  color: #E8572A;
}


/* ── Intro callout box ────────────────────────────────────── */

.legal-page > p:first-of-type,
.legal-intro {
  background: #fff5f2;
  border-left: 4px solid #E8572A;
  border-radius: 0 10px 10px 0;
  padding: 18px 24px;
  font-size: 15px;
  color: #2a2a2a;
  margin-bottom: 40px;
}


/* ── Headings ─────────────────────────────────────────────── */

.legal-page h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  margin: 52px 0 4px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E8572A;
  position: relative;
}

.legal-page h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #1a1a1a;
  margin: 28px 0 8px;
}


/* ── Body text ────────────────────────────────────────────── */

.legal-page p {
  margin: 0 0 16px;
  color: #2a2a2a;
}

.legal-page p em {
  color: #666666;
  font-style: italic;
}

.legal-page strong {
  font-weight: 700;
  color: #1a1a1a;
}


/* ── Lists ────────────────────────────────────────────────── */

.legal-page ul,
.legal-page ol {
  margin: 8px 0 20px 0;
  padding-left: 0;
  list-style: none;
}

.legal-page ul li,
.legal-page ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  color: #2a2a2a;
  font-size: 15.5px;
}

.legal-page ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #E8572A;
}

.legal-page ol {
  counter-reset: legal-counter;
}

.legal-page ol li {
  counter-increment: legal-counter;
}

.legal-page ol li::before {
  content: counter(legal-counter) '.';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #E8572A;
  font-size: 14px;
}


/* ── Links ────────────────────────────────────────────────── */

.legal-page a {
  color: #E8572A;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.15s, text-decoration-color 0.15s;
}

.legal-page a:hover {
  color: #c04418;
  text-decoration-color: #c04418;
}


/* ── Horizontal rule ──────────────────────────────────────── */

.legal-page hr {
  border: none;
  border-top: 1px solid #e0ddd6;
  margin: 48px 0;
}


/* ── Contact block ────────────────────────────────────────── */

.legal-page p:has(> strong:first-child) {
  background: #f7f6f3;
  border-radius: 10px;
  padding: 18px 24px;
  font-size: 15px;
  line-height: 2;
  margin-top: 8px;
}


/* ── Footer note ──────────────────────────────────────────── */

.legal-page > p:last-of-type {
  font-size: 13px;
  color: #999999;
  font-style: italic;
  margin-top: 8px;
}


/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 600px) {
  .legal-page {
    padding: 24px 16px 60px;
  }

  .legal-page-hero {
    padding: 32px 24px 28px;
    border-radius: 12px;
    margin-bottom: 36px;
  }

  .legal-page h2 {
    font-size: 22px;
    margin-top: 40px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Tamil Sandy';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://goodlabs.org.au/wp-content/uploads/tamilgranthabrahmisangammn-regular-01-webfont.woff2') format('woff2'),
		url('https://goodlabs.org.au/wp-content/uploads/tamilgranthabrahmisangammn-regular-01-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Tamil Sandy';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://goodlabs.org.au/wp-content/uploads/tamilgranthabrahmisangammn-bold-03-webfont.woff2') format('woff2'),
		url('https://goodlabs.org.au/wp-content/uploads/tamilgranthabrahmisangammn-bold-03-webfont.woff') format('woff');
}
/* End Custom Fonts CSS */