.wlpl-introduction {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 2rem;
}

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

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

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

.wl-postList__item {
    flex-direction: column;
    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: 100%;
    max-width: 200px;
}

.wlpl-introduction__moreLink {
    margin-left: auto;
}

@media screen and (min-width: 568px) {
    .wl-postList__item {
        flex-direction: row;
        align-items: center;
    }

    .wl-postListThumb {
        flex: 0 1 200px;
        margin-left: 16px;
    }
}
