.card {
    border-radius: 16px
}

.post .post-image:hover img {
    transform: scale(1.2) rotate(-5deg)
}

.post-image {
    overflow: hidden
}

    .post-image img {
        max-height: 450px;
        border-radius: 20px;
        transition: all .5s ease-in-out
    }

.post-item-image {
    width: 64px;
    height: 64px;
    border-radius: 5px
}

.post-item-title {
    font-size: 1em
}

.post-item-date {
    font-size: .8em
}

.post .box {
    background-color: #f4f4f4;
    border-right: 5px solid #fdb900
}

.post .tag-list-item {
    background-color: #f5f5f7;
    transition: all .25 ease-in-out
}

    .post .tag-list-item:hover {
        background-color: #d9d9e0
    }

    .post .tag-list-item .link {
        font-size: .8em
    }

.post-comment-list-item .avatar {
    width: 54px;
    border-radius: 50%
}

.theme-middle-blue .post-comment-list-item .date {
    background-color: #f3f6f6
}

.theme-panton .post-comment-list-item .date {
    background-color: #f3f6f6
}

.theme-persian-green .post-comment-list-item .date {
    background-color: #f3f6f6
}

.theme-blue-cola .post-comment-list-item .date {
    background-color: #f3f6f6
}

.theme-cameo .post-comment-list-item .date {
    background-color: #f3f6f6
}

.theme-middle-blue .post-comment-new {
    background-color: #f3f6f6
}

.theme-panton .post-comment-new {
    background-color: #f3f6f6
}

.theme-persian-green .post-comment-new {
    background-color: #f3f6f6
}

.theme-blue-cola .post-comment-new {
    background-color: #f3f6f6
}

.theme-cameo .post-comment-new {
    background-color: #f3f6f6
}
