/* POST LINK */



@media screen and (max-width:480px) {
    .postlink-article-excerpt {
        width: calc(100% - 160px);
        max-width: 320px;
    }

    .postlink-article-image {
        width: 150px;
    }
}

.postlink-header {
    max-width: 500px;
    width: 100%;
    margin: 10px auto;
}

.postlink-article-wrapper {
    border: 1px #cecece solid;
    margin: 10px auto;
    max-width: 500px;
    line-height: 1em;
    font-size: .9em;
    background: #FFF;
    border-radius: 15px;
}

.postlink-article-title {
    text-align: center;
    font-size: 25px;
    margin: 20px 0;
    padding: 0 5px;
}

.postlink-article-title a {
    text-decoration: none;
    font-weight: bold;
    line-height: 1em;
}

.postlink-article-excerpt {
    width: calc(100% - 175px);
    max-width: 320px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.postlink-article-image {
    margin-left: 10px;
}

.postlink-article-content {
    display: flex;
    justify-content: space-between;
}

.clearboth {

}