.elementor-3 .elementor-element.elementor-element-54ae500{--display:flex;}.elementor-3 .elementor-element.elementor-element-0d18ebf > .elementor-widget-container{margin:0px 0100px 0px 00100px;}/* Start custom CSS for html, class: .elementor-element-0d18ebf *//* ========================================
   HikeBuddy – Legal / Privacy Policy Page
======================================== */

.hb-legal-page {
  --hb-green: #06A948;
  --hb-green-dark: #05863a;
  --hb-green-soft: #f3fbf6;
  --hb-bg: #f8f8f8;
  --hb-card: #ffffff;
  --hb-border: #ececec;
  --hb-text: #1f2937;
  --hb-muted: #5f6b7a;
  --hb-shadow: 0 10px 30px rgba(0,0,0,0.04);

  max-width: 980px;
  margin: 0 auto;
  padding: 56px 20px 80px;
  color: var(--hb-text);
  font-family: inherit;
  line-height: 1.75;
}

/* reset */
.hb-legal-page * {
  box-sizing: border-box;
}

/* every direct section block */
.hb-legal-page > h1,
.hb-legal-page > p,
.hb-legal-page > .section,
.hb-legal-page > figure,
.hb-legal-page > ul {
  background: var(--hb-card);
  border: 1px solid var(--hb-border);
  border-radius: 24px;
  box-shadow: var(--hb-shadow);
  padding: 26px 30px;
  margin: 0 0 18px 0;
}

/* hero title */
.hb-legal-page > h1 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, var(--hb-green) 0%, #08a949 100%);
  box-shadow: 0 16px 34px rgba(6, 169, 72, 0.16);
  padding: 34px 36px;
}

/* intro paragraphs */
.hb-legal-page > p {
  font-size: 1.04rem;
  color: var(--hb-muted);
}

/* section cards */
.hb-legal-page .section {
  padding: 0;
  overflow: hidden;
}

/* section headings */
.hb-legal-page .section h2 {
  margin: 0;
  padding: 22px 28px 16px;
  font-size: 1.28rem;
  line-height: 1.25;
  font-weight: 800;
  color: #1f2937;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  position: relative;
}

.hb-legal-page .section h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: var(--hb-green);
}

/* section content spacing */
.hb-legal-page .section > p,
.hb-legal-page .section > ul,
.hb-legal-page .section > ol {
  margin: 0;
  padding: 20px 28px 24px;
}

/* multiple paragraphs inside one section */
.hb-legal-page .section p + p {
  margin-top: 14px;
}

/* lists */
.hb-legal-page ul,
.hb-legal-page ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hb-legal-page .section ul li,
.hb-legal-page .section ol li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #374151;
}

.hb-legal-page .section ul li:last-child,
.hb-legal-page .section ol li:last-child {
  margin-bottom: 0;
}

.hb-legal-page .section ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--hb-green);
  font-weight: 800;
}

/* links */
.hb-legal-page a {
  color: var(--hb-green);
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
}

.hb-legal-page a:hover {
  color: var(--hb-green-dark);
  text-decoration: underline;
}

/* strong text */
.hb-legal-page strong {
  color: #111827;
  font-weight: 700;
}

/* special note / disclaimer feel for important paragraphs */
.hb-legal-page .section p strong:first-child {
  color: #111827;
}

/* if you want external links to feel softer */
.hb-legal-page a[target="_blank"]::after {
  content: ' ↗';
  font-size: 0.9em;
}

/* subtle highlight for "last updated" line if it's the first paragraph */
.hb-legal-page > p:first-of-type {
  background: var(--hb-green-soft);
  border-color: #dff3e6;
  color: #2f4a3a;
}

/* responsive */
@media (max-width: 768px) {
  .hb-legal-page {
    padding: 28px 14px 56px;
  }

  .hb-legal-page > h1,
  .hb-legal-page > p,
  .hb-legal-page > .section,
  .hb-legal-page > figure,
  .hb-legal-page > ul {
    border-radius: 18px;
    padding: 20px 18px;
    margin-bottom: 14px;
  }

  .hb-legal-page > h1 {
    padding: 26px 22px;
    font-size: 2rem;
  }

  .hb-legal-page .section h2 {
    padding: 18px 18px 14px 18px;
    font-size: 1.1rem;
  }

  .hb-legal-page .section > p,
  .hb-legal-page .section > ul,
  .hb-legal-page .section > ol {
    padding: 16px 18px 18px;
  }

  .hb-legal-page,
  .hb-legal-page p,
  .hb-legal-page li {
    font-size: 0.98rem;
  }
}/* End custom CSS */