/**
 * StockWP — Legal pages
 */

body.swp-legal-page .page-header,
body.swp-legal-page .entry-header,
body.swp-legal-page .entry-title {
	display: none !important;
}

.swp-legal {
	width: 100%;
	max-width: 44rem;
	margin: 0 auto;
	padding: 2.5rem 0 3.5rem;
	box-sizing: border-box;
}

.swp-legal__head {
	margin: 0 0 1.75rem;
	text-align: center;
}

.swp-legal__head .swp-page-title,
body.stockwp .swp-legal__head h1.swp-page-title {
	margin: 0 auto;
	justify-content: center;
	text-align: center;
}

.swp-legal__lead {
	margin: 0.65rem auto 0;
	max-width: 36rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--swp-text-muted);
}

.swp-legal__meta {
	margin: 0.55rem 0 0;
	font-size: 0.75rem;
	color: var(--swp-text-muted);
}

.swp-legal__section {
	margin: 0 0 1.45rem;
}

.swp-legal__section h2 {
	margin: 0 0 0.45rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--swp-text);
}

.swp-legal__section p,
.swp-legal__section li {
	font-size: 0.9rem;
	line-height: 1.6;
	color: var(--swp-text);
}

.swp-legal__section p {
	margin: 0;
}

.swp-legal__section ul {
	margin: 0.55rem 0 0;
	padding: 0 0 0 1.15rem;
}

.swp-legal__section li + li {
	margin-top: 0.35rem;
}

.swp-legal__section a {
	color: var(--swp-accent);
}

.swp-legal__table-wrap {
	margin-top: 0.85rem;
	overflow-x: auto;
	border: 1px solid var(--swp-border);
	border-radius: 12px;
	background: var(--swp-bg-elevated);
}

.swp-legal__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.82rem;
}

.swp-legal__table th,
.swp-legal__table td {
	padding: 0.65rem 0.75rem;
	text-align: left;
	border-bottom: 1px solid var(--swp-border);
	vertical-align: top;
}

.swp-legal__table th {
	font-weight: 650;
	color: var(--swp-text-muted);
	background: color-mix(in srgb, var(--swp-navy) 5%, transparent);
}

.swp-legal__table tr:last-child td {
	border-bottom: 0;
}
