/* =========================================
   ROAI Legal Page Widget
   Shared by Privacy Policy + Terms of Use
   ========================================= */

.roai-legal-page {
	background: #fff;
	font-family: 'Inter', sans-serif;
}

/* ---- Inner wrapper ---- */

.roai-legal-inner {
	max-width: 80rem;
	margin: 0 auto;
	padding: 3rem 1rem 6rem;
}

@media (min-width: 640px) {
	.roai-legal-inner { padding: 3rem 1.5rem 6rem; }
}

@media (min-width: 1024px) {
	.roai-legal-inner { padding: 3rem 2rem 6rem; }
}

/* ---- Back link ---- */

.roai-legal-back {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.875rem;
	color: #6b7280;
	text-decoration: none;
	margin-bottom: 2rem;
	font-weight: 500;
	transition: color 0.15s ease;
}

.roai-legal-back:hover {
	color: #7c3aed;
}

/* ---- Header ---- */

.roai-legal-header {
	margin-bottom: 2.5rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e5e7eb;
}

.roai-legal-title {
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 700;
	color: #111827;
	margin: 0 0 1rem;
	line-height: 1.2;
}

.roai-legal-date-badge {
	display: inline-block;
	font-size: 0.8125rem;
	color: #6b7280;
	background: #f3f4f6;
	padding: 0.25rem 0.875rem;
	border-radius: 9999px;
}

/* ---- Body content ---- */

.roai-legal-body {
	max-width: 56rem;
}

.roai-legal-body > * + * {
	margin-top: 1rem;
}

.roai-legal-body h2 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #111827;
	margin-top: 2.5rem;
	margin-bottom: 0.875rem;
	line-height: 1.3;
}

.roai-legal-body h3 {
	font-size: 1.125rem;
	font-weight: 600;
	color: #1f2937;
	margin-top: 1.75rem;
	margin-bottom: 0.5rem;
}

.roai-legal-body p {
	font-size: 1rem;
	color: #4b5563;
	line-height: 1.8;
	margin: 0 0 1rem;
}

.roai-legal-body ul,
.roai-legal-body ol {
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}

.roai-legal-body ul { list-style: disc; }
.roai-legal-body ol { list-style: decimal; }

.roai-legal-body li {
	font-size: 1rem;
	color: #4b5563;
	line-height: 1.8;
	margin-bottom: 0.35em;
}

.roai-legal-body a {
	color: #7c3aed;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.roai-legal-body a:hover {
	color: #6d28d9;
}

.roai-legal-body strong {
	font-weight: 600;
	color: #1f2937;
}

.roai-legal-body hr {
	border: none;
	border-top: 1px solid #e5e7eb;
	margin: 2rem 0;
}

/* ---- Contact section ---- */

.roai-legal-contact {
	margin-top: 2.5rem;
	padding: 1.5rem;
	background: #f9fafb;
	border-radius: 0.875rem;
	border: 1px solid #e5e7eb;
}

.roai-legal-contact h2 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #111827;
	margin: 0 0 0.75rem;
}

.roai-legal-contact p {
	font-size: 0.9375rem;
	color: #4b5563;
	line-height: 1.7;
	margin: 0 0 0.5rem;
}

.roai-legal-contact p:last-child {
	margin-bottom: 0;
}

.roai-legal-contact a {
	color: #7c3aed;
	font-weight: 500;
	text-decoration: none;
}

.roai-legal-contact a:hover {
	text-decoration: underline;
}

/* ---- Footer note ---- */

.roai-legal-footer-note {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #e5e7eb;
}

.roai-legal-footer-note p {
	font-size: 0.8125rem;
	color: #9ca3af;
	line-height: 1.6;
}
