.hn-post-card{
background:#111317;
border:1px solid rgba(255,255,255,.08);
border-radius:14px;
box-shadow:0 6px 20px rgba(0,0,0,.35);
padding:16px;
margin-bottom:18px;
transition:all .15s ease;
}

.hn-post-card:hover{
border-color:rgba(255,255,255,.14);
}

.hn-post-card img{
border-radius:10px;
}

.hn-post-media img,
.hn-post-media video{
width:100%;
border-radius:12px;
margin-top:8px;
}

.hn-post-card .profile-avatar{
width:32px;
height:32px;
border-radius:50%;
}

.hn-post-card .btn{
border-radius:10px;
}

.hn-post-card .btn-outline-success{
border-color:#2e7d32;
}

.hn-post-card .btn-outline-danger{
border-color:#c62828;
}

.hn-post-card form button{
font-size:13px;
}

.hn-post-card .comments-preview div{
padding:6px 0;
}
