
		/* Footer disclaimer: let the sentences flow as one paragraph, matching the left column.
		   The <br>s come from the ACF footer message; with body{line-height:2} they read as paragraph gaps. */
		footer .cta-3 .col-md-6 p br { display: none; }

		/* Colophon: one consistent type size + colour, and separators bound to the item that
		   follows them, so a "|" can never be stranded at the edge of a wrapped line.
		   font-size needs !important to beat the theme's global `ul li { font-size:20px !important }`. */
		.colophon .aok-colophon-row {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
			column-gap: 0.85rem;
			row-gap: 0.1rem;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		.colophon .aok-colophon-row li {
			display: flex;
			align-items: center;
			margin: 0;
			padding: 0;
			line-height: 1.9;
		}
		/* Pages built on the locator template load location-html.css, which contains
		   UNSCOPED `ul li` and `ul li::before` rules (gold "\25B8" marker, absolute
		   positioning, 1px row border). Those leak into this footer, so neutralise
		   them explicitly here rather than relying on inheritance. */
		.colophon .aok-colophon-row li {
			border: 0 !important;
			padding: 0 !important;
			position: static !important;
			background: none !important;
		}
		.colophon .aok-colophon-row li::before { content: none; }
		.colophon .aok-colophon-row li + li::before {
			content: "|" !important;
			position: static !important;
			left: auto !important;
			top: auto !important;
			margin-right: 0.85rem;
			color: #fff !important;
			font-size: 14px !important;
			opacity: 0.45;
			font-weight: 400;
		}
		.colophon .aok-colophon-row li,
		.colophon .aok-colophon-row li a,
		.colophon .aok-colophon-credit,
		.colophon .aok-colophon-credit a {
			font-size: 14px !important;
			color: #fff !important;
		}
		.colophon .aok-colophon-legal { margin-top: 0.15rem; }
		.colophon .aok-colophon-credit {
			line-height: 1.9;
			margin: 0.15rem 0 0;
			opacity: 1;
		}
		.colophon .aok-colophon-row a:hover,
		.colophon .aok-colophon-credit a:hover { text-decoration: underline !important; }
		