/*!
Theme Name: Practaice
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: practaice
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Practaice is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* =============================================================
   Legal Page  (page-legal.php)
   Privacy Policy · Terms & Conditions
   ============================================================= */

/* ── Hero banner ─────────────────────────────────────────────── */
.legal-hero {
  background: #f7f9fc;
  padding-block: 80px 64px;
  border-bottom: 1px solid #e8ecf2;
}
@media (max-width: 767.98px) {
  .legal-hero {
    padding-block: 56px 40px;
  }
}

.legal-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.legal-hero__title {
  font-family: "Plus Jakarta Sans", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #0b1629;
  margin: 0;
}

/* ── Content section ─────────────────────────────────────────── */
.legal-content-section {
  padding-block: 72px 96px;
}
@media (max-width: 767.98px) {
  .legal-content-section {
    padding-block: 48px 64px;
  }
}

/* ── Rich-text body (the_content() output) ───────────────────── */
.legal-content {
  max-width: 800px;
  color: #2e3a4e;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.legal-content h1,
.legal-content h2,
.legal-content h3,
.legal-content h4,
.legal-content h5,
.legal-content h6 {
  font-family: "Plus Jakarta Sans", "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #0b1629;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.legal-content h1 { font-size: clamp(28px, 3vw, 36px); font-weight: 700; letter-spacing: -0.5px; }
.legal-content h2 { font-size: clamp(22px, 2.5vw, 28px); font-weight: 700; letter-spacing: -0.3px; }
.legal-content h3 { font-size: clamp(18px, 2vw, 22px); font-weight: 600; }
.legal-content h4,
.legal-content h5,
.legal-content h6 { font-size: 16px; font-weight: 600; }

.legal-content p {
  margin-top: 0;
  margin-bottom: 1.25em;
}

.legal-content ul,
.legal-content ol {
  padding-left: 1.5em;
  margin-top: 0;
  margin-bottom: 1.25em;
}

.legal-content li {
  margin-bottom: 0.4em;
}

.legal-content a {
  color: #274a82;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.legal-content a:hover {
  color: #193562;
}

.legal-content strong,
.legal-content b {
  font-weight: 600;
  color: #0b1629;
}

.legal-content em,
.legal-content i {
  font-style: italic;
}

.legal-content hr {
  border: none;
  border-top: 1px solid #e8ecf2;
  margin-block: 2em;
}

.legal-content blockquote {
  margin: 1.5em 0;
  padding: 1em 1.5em;
  border-left: 3px solid #274a82;
  background: #f0f4fa;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #4a5568;
}

.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: 15px;
}
.legal-content th,
.legal-content td {
  padding: 10px 14px;
  border: 1px solid #d8e0ea;
  text-align: left;
  vertical-align: top;
}
.legal-content th {
  background: #f0f4fa;
  font-weight: 600;
  color: #0b1629;
}

