/* Cookiebot declaration pages retain the legacy Astra template, so keep the
 * layout correction local to pages that contain the Cookiebot shortcode. */
.botta-cookie-policy-page .site-content > .ast-container {
	max-width: 1180px;
	margin: 0 auto;
	padding: clamp(36px, 5vw, 72px) clamp(20px, 4vw, 48px);
}

.botta-cookie-policy-page .entry-header {
	margin: 0 0 28px;
	padding: 0;
}

.botta-cookie-policy-page .entry-title {
	color: #16261f;
	font-family: Inter, "Open Sans", sans-serif;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.15;
}

.botta-cookie-policy-page #CookieDeclaration {
	color: #34413a;
	font-family: Inter, "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	overflow-x: auto;
}

.botta-cookie-policy-page #CookieDeclaration p {
	margin: 0 0 1.15em;
}

.botta-cookie-policy-page #CookieDeclaration h2,
.botta-cookie-policy-page #CookieDeclaration h3 {
	margin: 2.25em 0 0.75em;
	color: #16261f;
	font-family: Inter, "Open Sans", sans-serif;
	line-height: 1.25;
}

.botta-cookie-policy-page #CookieDeclaration table {
	width: 100%;
	margin: 1.5rem 0 2.5rem;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.5;
}

.botta-cookie-policy-page #CookieDeclaration th,
.botta-cookie-policy-page #CookieDeclaration td {
	padding: 12px 14px;
	vertical-align: top;
	border: 1px solid #d9ded8;
	text-align: left;
}

.botta-cookie-policy-page #CookieDeclaration th {
	background: #edf3eb;
	color: #16261f;
	font-weight: 700;
}

@media (max-width: 767px) {
	.botta-cookie-policy-page .site-content > .ast-container {
		padding: 32px 18px 48px;
	}

	.botta-cookie-policy-page #CookieDeclaration {
		font-size: 15px;
	}

	.botta-cookie-policy-page #CookieDeclaration table {
		min-width: 760px;
		font-size: 13px;
	}
}
