.postListIntroWiki__post {
    position: relative;
    margin: 0 0 2rem 0;
}

.postListIntroWiki__imageColumn {
    overflow: hidden;
}

.postListIntroWiki__post:hover .postListIntroWiki__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.postListIntroWiki__image {
    display: block;
    background: var(--neutralsLight);
    transition: transform 500ms linear;
}

.postListIntroWiki__tagWrapper {
    position: absolute;
    top: .6em;
    left: .6em;
    z-index: 1;
}

.postListIntroWiki__tag,
.postListIntroWiki__paywallTag {
    font-size: .8em;
}

.postListIntroWiki__tag {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 3em;
    padding: .5em .7em;
    line-height: 1.5rem;
    color: var(--neutralsWhite);
    background: linear-gradient(to right, var(--primaryBlueLightBlue), var(--primaryBlueDarkBlue));
}

.postListIntroWiki__tag--artikel,
.postListIntroWiki__tag--video {
    background: linear-gradient(to right, var(--primaryRedPink), var(--primaryRedPurple));
}

.postListIntroWiki__tag--opinie {
    background: linear-gradient(to right, var(--primaryGreenLight), var(--primaryGreenDark));
}

.postListIntroWiki__tag--podcast {
    background: linear-gradient(to right, var(--primaryBlueLightBlue), var(--primaryBlueDarkBlue));
}

.postListIntroWiki__tag--artikel,
.postListIntroWiki__tag--podcast,
.postListIntroWiki__tag--video,
.postListIntroWiki__tag--opinie {
    text-indent: -9999em;
}

.postListIntroWiki__tag--artikel:before,
.postListIntroWiki__tag--podcast:before,
.postListIntroWiki__tag--video:before,
.postListIntroWiki__tag--opinie:before {
    position: absolute;
    top: .7em;
    left: .9em;
    text-indent: 0;
    line-height: 1;
}

.postListIntroWiki__tag--artikel:before {
    content: url('../../icons/article-icon.svg');
}

.postListIntroWiki__tag--podcast:before {
    content: url('../../icons/podcast-icon.svg');
}

.postListIntroWiki__tag--video:before {
    content: url('../../icons/video-icon.svg');
}

.postListIntroWiki__tag--opinie:before {
    content: url('../../icons/opinion-icon.svg');
}

.postListIntroWiki__paywallTag {
    display: inline-block;
    vertical-align: middle;
    padding: .5em;
    line-height: 0;
    background: var(--neutralsWhite);
}

.postListIntroWiki__paywallTag:before {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    content: url('../../icons/paywall-icon.svg');
    line-height: inherit;
}

.postListIntroWiki__textColumn {
    padding: 1.5em 0 0;
}

.postListIntroWiki__title {
    font-size: 1.3rem;
    line-height: 1.4;
}

.postListIntroWiki__intro p {
    margin-bottom: .5em;
}

.postListIntroWiki__label {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: .5em .2em 0 0;
    padding: .3em .6em;
    line-height: 1.2;
    text-decoration: none;
    background: var(--neutralsLight);
}

.postListIntroWiki__label--active {
    color: var(--neutralsWhite);
    background: var(--primaryBrandRegular);
}

.postListIntroWiki__readMoreButton {
    position: absolute;
    bottom: 0;
    right: 0;
}

.postListIntroWiki__post:hover .postListIntroWiki__readMoreButton {
    color: var(--neutralsWhite);
    background: linear-gradient(to left, var(--primaryBrandRegular), var(--primaryBrandLight));
}

.postListIntroWiki__post:hover .postListIntroWiki__readMoreButton:before {
    background: var(--neutralsWhite);
}

.postListIntroWiki__post:hover .postListIntroWiki__readMoreButton:after {
    border-left-color: var(--primaryBrandRegular);
}

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

@media (min-width: 600px) {
    .postListIntroWiki__list {
        display: flex;
        flex-wrap: wrap;
    }

    .postListIntroWiki__post {
        flex-basis: calc(50% - (2rem / 2));
        margin-right: 2rem;
        margin-bottom: 3rem;
    }

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

    .postListIntroWiki__tag,
    .postListIntroWiki__paywallTag {
        font-size: .9em;
    }
}

@media (min-width: 800px) {
    .postListIntroWiki__post {
        flex-basis: calc(33.33% - (4rem / 3));
    }

    .postListIntroWiki__post:nth-child(2n + 2) {
        margin-right: 2rem;
    }

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