.postListExtTitle {
    position: relative;
}

.postListExtTitle__item {
    width: calc(50% - 8px);
    margin-right: 15px;
    margin-bottom: 2em;
}

.postListExtTitle__item:nth-child(2n) {
    margin-right: 0;
}

@media screen and (min-width: 500px) {
    .postListExtTitle__item,
    .postListExtTitle__item:nth-child(2n) {
        width: calc(33.33333% - 16px);
        margin-right: 24px;
    }

    .postListExtTitle__item:nth-child(3n) {
        margin-right: 0;
    }
}

.postListExtTitle__postLink {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.postListExtTitle__postLink .c-tagCategories__category {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.postListExtTitle__imageContainer {
    position: relative;
    overflow: hidden;
    padding-bottom: 50%;
    background-color: #1aaea8;
    transition: background-color 0.3s ease-out;
    margin-bottom: 16px;
    clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 85%, 0 0);
}

.postListExtTitle__image {
    position: absolute;
    display: block;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(1.01);
    transition: transform 0.3s ease-out;
}

.postListExtTitle__date {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-37px);
    display: block;
    white-space: nowrap;
    max-height: 24px;
    padding-top: 14px;
    font-size: 0.8777em;
    text-overflow: ellipsis;
    color: #757575;
    background: url(../../../img/slope-r.svg) no-repeat 50% 100%;
    background-size: cover;
}

.postListExtTitle__title {
    font-size: 1.1rem;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    transition: color 0.2s;
}

.postListExtTitle__postLink:hover .postListExtTitle__title {
    color: #00507C;
}

.postListExtTitle__postLink:hover .postListExtTitle__imageContainer {
    background-color: #8cd6d3;
}

.postListExtTitle__postLink:hover .postListExtTitle__image {
    transform: scale(1.06);
}

/**
 * RSS icon
 */

.postListExtTitle__weblogRssIcon {
    position: absolute;
    right: 0;
    top: -3.2em;
    color: #ffa500;
}

.postListExtTitle__weblogRssIcon:hover {
    color: #e55157;
}

.postListExtTitle__weblogRssIcon::before {
    margin: 0;
    font-size: 1.5em;
}
