li.wp-block-post.status-publish {
    border-radius: 8px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-color: var(--wp--preset--color--white);
}

.wp-block-embed.is-type-video.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio,
li > figure.wp-block-post-featured-image {
    margin-bottom: 0;
    border-bottom: 3px solid var(--wp--preset--color--primary);
    /*max-height: max-content;*/
	min-height: 200px;
    height: 230px;
	padding: 0;
	justify-content: center;
	display: block;
}

.single-video .wp-block-embed.is-type-video.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio{
	min-height: unset;
    width: 100% !important;
    height: auto;
    border: none;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
li.videoer  iframe.video-single{
	position: relative;
	border-radius: inherit;
}
iframe.video-single:not(.related-iframe) {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 20px;
}
li.ansatte > figure.wp-block-post-featured-image{
	border-bottom: 3px solid var(--wp--preset--color--secondary)
}
li.ansatte > .related-info-sted{
	top: 186px;
	margin: 0;
	bottom: unset;
}
li.ansatte .related-info-name.wp-block-post-title{
	margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

li figure .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    border-radius: 8px 8px 0 0;
    height: 100%;
    width: 100%;
}
.taxonomy-post_tag.wp-block-post-terms {
    position: absolute;
    top: 0;
    left: 0;
}
.taxonomy-post_tag.wp-block-post-terms a {
    background-color: var(--wp--preset--color--primary);
    border-radius: 8px 0 10px 0;
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    color: var(--wp--preset--color--white);
    text-decoration: none;
    padding: 8px 16px;
}
h2.wp-block-post-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--wp--preset--color--primary);
    /*margin-top: 45px;*/
    /*margin-bottom: 10px;*/
    padding: 0 20px;
}
.wp-block-post-title :where(a){
	/*font-size: 16px;*/
    font-weight: 600;
    line-height: 1.4;
    color: var(--wp--preset--color--primary);
    text-decoration: none;
}
.wp-block-post-excerpt {
    padding: 0 20px;
    margin-bottom: 20px;
}
.wp-block-post-excerpt__excerpt {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: var(--wp--preset--color--primary);
}
.wp-block-post-date {
    background-color: var(--wp--preset--color--bg-medium);
    border-radius: 0 0 8px 8px;
    margin-top: auto;
    padding: 14px 22px;
    line-height: 1;
    display: flex;
}
.wp-block-post-date {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--wp--preset--color--primary);
}

li.has-post-thumbnail figure.wp-block-post-featured-image a{
	align-content: center;
}
li.has-post-thumbnail figure.wp-block-post-featured-image a img{
	height: 100%;
}
/**
 Leverendører
 */
.leverandorer.has-post-thumbnail figure.wp-block-post-featured-image img{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    display: block;
    width: 70%;
    height: auto;
}