.wl-full-post__title {
    display: block;
    margin-bottom: 16px;
    text-decoration: none;
}

.wl-intro {
    margin-bottom: 16px;
}

.wl-intro p:first-child {
    font-family: adellesanssemibold, Arial, Helvetica, sans-serif;
}

.wl-meta {
    color: #989898;
}

.wli-image-large {
    margin-bottom: 24px;
}

.wl-post__preview {
    position: relative;
}

.wl-post__preview::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.wlp-image {
    max-width: min(100%, 670px);
}
