.content .inner > * + * {
	margin-top: 2rem;
}
.content .inner > .frame + .frame,
.content .inner > .body + .body {
	margin-top: 2rem;
}

.content .inner > .frame + .frame-space-before-small {
	margin-top: 1rem;
}
.content .inner > .frame + .frame-space-before-medium {
	margin-top: 3rem;
}
.content .inner > .frame + .frame-space-before-large {
	margin-top: 4rem;
}

.frame-type-text,
.frame-type-textpic,
.frame-type-textmedia,
.ce-bodytext,
.body {
	font-size: var(--body-fontsize);
	line-height: var(--body-lineheight);
	font-weight: var(--body-fontweight);
}
.frame-type-text a,
.frame-type-textpic a,
.frame-type-textmedia a,
.ce-bodytext a,
.body a {
	color: inherit;
}
.frame-type-text h2,
.frame-type-text h3,
.frame-type-text h4,
.frame-type-text h5,
.frame-type-text h6,
.frame-type-textpic h2,
.frame-type-textmedia h2,
.ce-bodytext h2,
.ce-bodytext h3,
.ce-bodytext h4,
.ce-bodytext h5,
.ce-bodytext h6,
.body h3,
.body h4,
.body h5,
.body h6 {
	font-size: 1em;
}
.frame-type-text h2,
.frame-type-textpic h2,
.frame-type-textmedia h2,
.frame-type-text h3,
.frame-type-text h4,
.ce-bodytext h2,
.ce-bodytext h3,
.ce-bodytext h4,
.body h3,
.body h4 {
	font-weight: 600;
}
.frame-type-text h2,
.frame-type-textpic h2,
.frame-type-textmedia h2,
.ce-bodytext h2 {
	text-transform: uppercase;
	letter-spacing: 0.09em;
}
.frame-type-text ul,
.ce-bodytext ul,
.body ul {
	list-style-type: "• ";
	padding-inline-start: 1rem;
}
.frame-type-text ul > li + li,
.ce-bodytext ul > li + li,
.body ul > li + li {
	margin-top: 0.7rem;
}

.facts dl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0 1rem;
}
.facts dt {
	font-weight: 500;
}
.facts dd,
.facts dt {
	margin: 0; padding: 0;
}
.contenttable {
	border-spacing: 0;
}
.contenttable th {
	font-weight: 500;
	text-align: left;
	padding-inline-end: 0.25rem;
}
.contenttable td {
	padding-inline: 0.25rem;
}

/* tinymce styles */
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
