/**
 * weblog list
 */

.postListIntro__list {
    margin: 0;
    padding: 0;
}

.postListIntro__post {
    position: relative;
    margin-bottom: 3em;
    list-style: none;
}

.postListIntro__subTitle {
    margin-bottom: .3em;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 300;
}

.postListIntro__title {
    margin-bottom: .3em;
    font-size: 1.2em;
}

.postListIntro__readMoreLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 700px) {
    .postListIntro__imageWrapper {
        width: 160px;
    }

    .postListIntro__subTitle {
        min-height: unset;
    }
}

@media (min-width: 900px) {
    .postListIntro__subTitle {
        min-height: unset;
        font-size: 1.3em;
    }

    .postListIntro__subTitle.empty {
        display: none;
    }

    .postListIntro__title {
        margin-bottom: .3em;
        font-size: 1.6em;
    }
}
