.teaser_categories,
.teaser_categories a {
    font-weight: bold;
    color:var(--wp--preset--color--shade);
    text-decoration: none !important;
    margin:0;
}
.teaser_categories a:hover {
    color:var(--wp--preset--color--black);
}
.teaser_title {
    margin:0 0 1rem 0;
}
.teaser_title_link {
    text-decoration: none !important;
}
.teaser_display_big .teaser_title{
    font-size: clamp(1.352rem, 1.352rem + ((1vw - 0.2rem) * 1.542), 2.2rem);
}

.teaser_excerpt {
    margin-top: 0.5rem;
    margin-bottom:0;
}

.teaser_bookmark {
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding:10px;
    box-sizing: content-box;
}
.teaser_bookmark path {
    fill: var(--wp--preset--color--shade);
}
.teaser_bookmark:hover path {
    fill: var(--wp--preset--color--black);
}
.teaser_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0.5rem 0;
}
.teaser_image img.wp-post-image {
    width: 100% !important;
    height: auto !important;
}

.teaser_display_small .teaser_title {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 1024px) {

}