/* ==========================================================================
   Standard pages (Privacy Policy, Legal Notice, pages without a template):
   block content across the container. Typography: components/entry.css.
   ========================================================================== */
/* "Text to be provided" notes: visibly unfinished, so they are not missed before launch. */
.entry .msa-placeholder {
	padding: 1rem 1.25rem;
	border: 1px dashed rgb(20 18 46 / 0.35);
	background: var(--c-porcelain);
	color: var(--c-slate); /* 6.4:1 on porcelain */
	font-size: var(--fs-small);
	line-height: 1.55;
}

/* Company details and the regulatory disclaimer inside the text. */
.entry .license-facts--entry { max-width: none; }
.entry .license-facts--entry dd { font-size: var(--fs-small); }
.entry .msa-disclaimer { color: var(--c-ink); }
