/* ==========================================================================
   Geo Diving custom — Legal pages
   ========================================================================== */

/* --- Legal pages (privacy policy, terms) --- */

.geo-legal {
	position: relative;
	z-index: 1;
}

.geo-legal__body {
	padding: clamp(7rem, 14vw, 10rem) 0 5rem;
}

.geo-legal__content {
	max-width: 42rem;
	margin: 0 auto;
}

.geo-legal__title,
.geo-legal h1.wp-block-post-title {
	margin: 0 0 2rem;
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: var(--wp--preset--color--white, #fff);
}

.geo-legal .wp-block-post-content {
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.82);
}

.geo-legal .wp-block-post-content > *:first-child {
	margin-top: 0;
}

.geo-legal .wp-block-post-content p {
	margin: 0 0 1.25rem;
}

.geo-legal .wp-block-post-content h2 {
	margin: 2.75rem 0 1rem;
	font-size: 1.375rem;
	font-weight: 600;
	color: var(--wp--preset--color--white, #fff);
}

.geo-legal .wp-block-post-content h3 {
	margin: 2rem 0 0.75rem;
	font-size: 1.0625rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
}

.geo-legal .wp-block-post-content ul,
.geo-legal .wp-block-post-content ol {
	margin: 0 0 1.25rem;
	padding-left: 1.25rem;
}

.geo-legal .wp-block-post-content li {
	margin: 0 0 0.5rem;
}

.geo-legal .wp-block-post-content li::marker {
	color: var(--wp--preset--color--cyan, #3ec8f4);
}

.geo-legal .wp-block-post-content a {
	color: var(--wp--preset--color--cyan, #3ec8f4);
	text-decoration: underline;
	text-underline-offset: 0.15em;
	overflow-wrap: anywhere;
}

.geo-legal .wp-block-post-content a:hover {
	color: #fff;
}

.geo-legal .wp-block-post-content strong {
	color: rgba(255, 255, 255, 0.95);
}

.geo-legal .wp-block-post-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.5rem;
	font-size: 0.9375rem;
}

.geo-legal .wp-block-post-content th,
.geo-legal .wp-block-post-content td {
	padding: 0.65rem 0.75rem;
	text-align: left;
	vertical-align: top;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.geo-legal .wp-block-post-content th {
	background: rgba(255, 255, 255, 0.04);
	font-weight: 600;
	color: #fff;
}

.geo-legal .wp-block-post-content hr {
	margin: 2.5rem 0;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

