/* 
Posts 
Event
Berättelse
*/

/* Globals */
.post__featured-image img {
	height: 500px;
	object-fit: cover;
	margin: 40px 0;
	width: 100%;
}

.featured-img--fh .post__featured-image img {
	height: 100%;
}

@media screen and (max-width: 767px) {
	.post__featured-image img {
		margin: 30px 0;
		height: 220px;
	}

	.featured-img--fh .post__featured-image img {
		height: 340px;
	}
}
.post-content__excerpt {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 40px;
}

.post-content__container h2,
.post-content__container h3,
.post-content__container h4,
.post-content__container h5,
.post-content__container h6 {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-size: 24px;
}

.post__h1.post__h1.post__h1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 768px;
}
@media screen and (max-width: 767px) {
	.post__h1.post__h1.post__h1 {
		line-break: auto;
	}
}

.post-content__container p,
.post-content__container ul,
.post-content__container ol,
.post-content__container ul,
.post-content__container.post-content__container h2,
.post-content__container.post-content__container h3,
.post-content__container.post-content__container h4,
.post-content__container.post-content__container h5,
.sharing-container {
	max-width: 767px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.sharing-container {
	border-radius: 40px;
}
.sharing-container p {
	margin: 0 0 14px 0;
}
.sharing-container .dfg-30 {
	gap: 30px !important;
}

@media screen and (min-width: 1025px) {
	.sharing-container a {
		transition: 0.15s linear;
	}
	.sharing-container a:hover {
		scale: 1.06;
	}
}
@media screen and (max-width: 767px) {
	.sharing-container .dfg-30 {
		flex-direction: column;
		gap: 20px !important;
		margin-top: 16px;
	}
}
.post-content__container p {
	font-size: 24px;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.post-content__container p {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

/* Lists */
.post-content__container ol,
.post-content__container ul {
	padding-left: 30px;
	padding-right: 30px;
}

.post-content__container li {
	margin-bottom: 20px;
	line-height: 1.3;
	font-size: 20px;
}

/* Legacy fix */
.post-content__container li br {
	display: none;
}

/* Meta containers */
.post__meta-container > div {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.post__meta-container * {
	color: var(--red-secondary);
	text-transform: uppercase;
	font-weight: 500;
}

.post__meta-container a {
	text-decoration: none;
	pointer-events: none;
	cursor: text;
}

.wp-block-post-terms {
	cursor: text;
}

.single-berattelser h1 {
	margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
	h1 {
		line-break: anywhere;
		font-size: 28px;
	}
}

.wp-block-post-content figure.wp-block-image {
	width: 100%;
	max-width: 950px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-post-content .wp-block-image img {
	width: 100%;
	max-width: 950px;
	object-fit: cover;
}

.post-content__container figure,
.post-content__container img {
	margin-left: auto;
	margin-right: auto;
}
