.category-teaser {
    border: 1px solid #ccc;
    border-radius: var(--borderRadiusLarge);
    overflow: hidden;
}

.category-teaser__post-date,
.category-teaser__post-author {
    display: block;
    font-size: 0.8125em;
}

.category-teaser__post-full-content,
.category-teaser__post-excerpt {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.category-teaser__content > *:last-child,
.category-teaser__post-excerpt > *:last-child {
    margin-bottom: 0;
}

.category-teaser__featured {
    display: block;
    width: 100% !important;
    height: 100% !important;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}

.category-teaser__content {
    padding: var(--gu1);
}

@media (min-width: 1200px) {

.category-teaser__content {
        padding: var(--gu2)
}
    }

.category-teaser__title {
    margin-top: 0;
    margin-bottom: 1em;
}

.category-teaser__title a {
    font-size: 23px;
    color: var(--cDodgerBlue) !important;
}

.category-teaser__title a:hover {
        text-decoration: underline !important;
    }

/* +++++++++ MODIFIER +++++++++ */
.category-teaser--list {
    display: flex;
    flex-flow: column;
    gap: var(--wp--style--block-gap);
}

.category-teaser--list .category-teaser {
    display: grid;
    grid-template-columns: 50% 50%;
}

