.wlpl-introduction {
    position: relative;
}

.wlpl-introduction__moreLink {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-family: adellesansCondensed, 'Arial Narrow', Arial, Helvetica, sans-serif;
}

.wlpl-introduction__title {
    font-size: 2em;
}

@media screen and (min-width: 786px) {
    .wlpl-introduction__title {
        font-size: 2.25em;
    }
}

.wl-postList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wl-postList__item {
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
}

.wl-postList__text {
    flex: 1;
}

.wl-postList__meta {
    margin-bottom: 8px;
}

.wl-postList__tags {
    float: left;
}

.wl-postList__date {
    white-space: nowrap;
    color: #989898;
}

.wl-postListThumb {
    position: relative;
    width: 200px;
    max-width: 33%;
    margin-left: 16px;
    padding-top: 33%;
    background-size: cover;
    align-self: stretch;
}

@media screen and (min-width: 576px) {
    .wl-postListThumb {
        min-height: 117px;
        padding: unset;
    }
}
