.search{
    margin: 2rem 0;
}

.search-cards {
    margin: 1.5rem 2rem;
}
.search-result{
    padding: 16px 0;
}
.search-result .v-list-item__content .v-list-item__title{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.search-result .v-list-item__content .v-list-item__subtitle{
    -webkit-line-clamp: 3!important;

}

.search-result .v-list-item__content .highlight{
    background-color: #FDFFAB;
}


.post-right ,.post-right-2{
    min-height: 23.5rem;
    min-width: 204px;
    padding: 1.2rem;
    position: relative;
}

.post-right-avatar{
    display: block;
    margin: -50px auto 0;
}

.typed-message .typed-element{
    display: inline-block;
    margin-top: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

.typed-message span{
    font-size: .75rem;
    letter-spacing: .03333333rem !important;
    word-spacing: .073529412rem !important;
    line-height: 1.75;
}

.typed-bottom{
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
}

.typed-bottom .v-btn{
    width: calc(50% - 1.5rem) !important;
    height: 1.75rem!important;
    margin: 0;
    box-shadow: none;
    background-color: rgba(0,0,0,.033) !important;
    font-size: 0.75rem;
    color: #565;
}

.post-right-2{
    margin-top: 1.5rem;
}

.post-right-2 h3{
    text-align: center;
}

.post-right-2 .v-image{
    margin-top: .5rem;
    border-radius: .33rem;
    border: #efefef solid 1px;
    box-shadow: 1px 2px 4px #efefef;
}

.post-right-2 .v-image:hover {
    filter: brightness(.9);
    transition: .25s;
}