.weblogMeta {
    margin-bottom: .8em;
}

/**
 * Weblog filter
 */

.appliedFilters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-block: 1rem 2rem;
    padding: 20px;
    border: 1px solid #b1b1b1;
    background-color: #f4f6fb;
}

.appliedFilters__item {
    padding: 0.3rem 0.8rem;
    font-weight: normal;
    line-height: 1.5;
    color: inherit;
    background-color: #d1daf0;
}

.appliedFilters__item:hover {
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #293380;
}

.appliedFilters__item::before {
    font-size: .7em;
}


/**
 * Snippet setting: Titles without introduction
 * post-list-snippet-extended-title.html.twig
 */

.wlpl-extended-title {
    margin-inline: 20px;
}

.postListExtendedTitle__list {
    padding-inline-start: 0;
    list-style-type: '';
}

.postListExtendedTitle__post {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 1em;
    position: relative;
    margin-bottom: 1em;
}

.postListExtendedTitle__post .wli-image-small {
    text-align: center;
}

.postListExtendedTitle__post .wlp-title {
    margin-bottom: .3em;
    font: 600 1.2em/1.25 'Barlow', sans-serif;
    text-decoration: none;
    color: #1e2878;
}

.postListExtendedTitle__post .wlp-title::before {
    content: '';
    position: absolute;
    inset: 0;
}

.postListExtendedTitle__post .wl-meta {
    text-transform: lowercase;
    color: #5466af;
}

@media (min-width: 900px) {
    .postListExtendedTitle__post {
        grid-template-columns: 240px 1fr;
        gap: 1.5em;
        margin-bottom: 2em;
    }

    .postListExtendedTitle__post .wlp-title {
        font-size: 1.6em;
    }
}
