.tease-category {
    display: flex;
}

.tease-post h2 {
    font-size: 1em;
}

.tease-category .tease-post {
    margin: 15px;
}

.tease-category .tease-post .tease-post-title {
    font-weight: var(--font-weight-bold);
    /*margin-left: 10px;*/
    padding: 10px;
    line-height: 1.4em;
}

.tease-category .tease-post .tease-post-content {
    display: flex;
}

.tease-category .tease-post .tease-post-content .tease-post-image {

}

.tease-category .tease-post .tease-post-content .tease-post-image img {

}

.tease-category .tease-post .tease-post-content .tease-post-preview {
    margin-left: 5px;
    font-size: var(--font-medium);
}

.tease-post-since {
    font-size: var(--font-small);
    font-weight: var(--font-weight-normal);
    color: #7d7d7d;
    text-decoration: none;
    /*padding-bottom: 10px;*/
}

a.tease-post .tease-post-since {
    text-decoration: none;
}

.tease-category-link {
    display: block;
    width: 100%;
    text-align: center;
}

.tease {
    background-color: var(--bg-color-grey);
    padding: 5px;
    margin-bottom: 10px;
}

.tease-img {
    text-align: center;
}

.tease-img img, .tease img{
    width: 100%;
    max-width: 600px;
}