.post-container,.post-reply{
    display: grid;
    grid-template-columns: 150px auto;
    color: #141618;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(107, 119, 128, 0.12), 2px 0 8px rgba(107, 119, 128, 0.08);
    border: none;
}

a:hover{
    text-decoration: none;
}
.post-author, .post-reply__user{
    background: #f9fafa;
    border-right: 1px solid #e0e0e0;
    padding: 15px;
}
.post-author__name{
    font-size: 18px;
    font-weight: 700;
    color: #f47820;
    margin-top: 10px;
}
.post-author__name:hover{
    color: #f47820;
}
.post-author__desc{
    font-size: 13px;
    color: #141618;
}
.post-author__member, .need-login a{
    color: #fff;
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    border-color: #214cce;
    border-radius: 8px;
    text-align: center;
    font-size: 11px;
    padding: 3px 10px;
    margin: 5px 0;
}
.post-content, .post-reply__editor{
    padding: 15px;
}
.post-content__top{
    padding-bottom: 15px;
    font-size: 13px;
    color: #76818d;
    overflow: hidden;
}
.post-content__time{
    display: inline-block;
    float: left;
}
.post-content__action{
    display: inline-block;
    float: right;
}
.post-content__action a{
    border-radius: 5px;
    border: 1px solid #76818d;
    display: inline-block;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #76818d;
}
.post-content__action a:hover{
    text-decoration: none;
}
.post-content__main img {
    max-width: 100% !important;
    height: auto !important;
}
.post-content__main{
    word-break: break-word;
    min-height: 120px;
}
.post-content__interact a{
    color: #f47820;
    font-weight: bold;
}
.post-content__interact a:hover{
    color: #f47820;
}
.quote-container a{
    display: inline-block;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    color: #f47820;
    padding: 5px 15px;
}
.comment-quote{
    margin: .5em 0;
    padding: 10px;
    background: #f9fafa;
    border: 1px solid #e0e0e0;
    border-left: 2px solid #dc191b;
    -webkit-transition: -xf-height .2s ease, height .2s ease, padding .2s ease, margin .2s ease, border .2s ease;
    transition: -xf-height .2s ease, height .2s ease, padding .2s ease, margin .2s ease, border .2s ease;
}
.comment-quote__author{
    font-size: 16px;
    font-weight: 500;
    color: #f47820;
}
.comment-quote__content{
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
.comment-quote__content.expanded {
    max-height: none!important; /* Hiển thị toàn bộ nội dung khi mở rộng */
}
.read-more {
    display: none;
    width: 100%;
    padding: 20px 0 5px;
    text-align: center;
    cursor: pointer;
    color: #f47820;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
}
.read-more.visible {
    display: block;
}
.bg-admin{
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}
@media only screen and (max-width: 768px) {
    .post-container,.post-reply{
        display: block;
    }
    .post-author, .post-reply__user{
        max-width: 100%;
        padding: 0 25%;
    }
}
@media only screen and (max-width: 500px) {

}

.bronze-mem {
    background-image: linear-gradient(145deg, white -50%, #b85a24 50%, white 150%);
}

.silver-mem {
    background-image: linear-gradient(145deg, white -50%, #8a8a8a 50%, white 150%);
}

.gold-mem {
    background-image: linear-gradient(145deg, white -50%, #e2a922 50%, white 150%);
}
