.article-body {
	white-space: normal; /* HTML-format styrer */
}

.hidden-text {
	white-space: normal;
}

p {
	margin-bottom: 1em;
}

div.ingress {
	line-height: 1.25em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.1em;
	color: var(--text-main);
}

figure.medie-foto {
	margin: 1em 0;
}

.bildetekst {
	font-size: 0.9em;
	color: var(--text-muted);
	margin-top: 0.3em;
}

.bildetekst .fotograf {
	margin-left: 0.5em;
	color: #666;
	white-space: nowrap;
}

/* Stikktittel */
p.stikktittel {
	font-weight: 600;
	font-size: 1.1em;
	margin-top: 1.2em;
	margin-bottom: 0.4em;
}

/* Sitat generelt */
p.sitat {
	margin-left: 1em;
	padding-left: 0.7em;
}

/* Hele avsnittet er sitat */
.utsagn {
	font-style: italic;
}
.dialog-slutt {
	padding-right: 0;
}

/* Punktlister i ingress */
div.ingress ul.punktliste {
	margin: 0.6em 0 0.8em 1.2em;
	padding-left: 0;
	list-style-position: outside;
	font-size: 1.05em;
}

div.ingress ul.punktliste li {
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0.3em;
	line-height: 1.3em;
}
