.shorts_item {
/*     padding-bottom: 32px !important; */
}

.shorts_item .shorts_image {
    border-radius: 8px;
}

.zoom_img img {
    transition: transform 3s ease-in-out;
}

.box_shorts_post:hover .zoom_img img {
    transform: scale(1.2);
}

.shorts_text {
    padding: 10px 0 0 !important;
}

.shorts_text>.box-text-inner {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    gap: 10px;
}


.shorts_avatar {
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}

.shorts_avatar a {
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.shorts_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shorts_title {
    margin: 0 !important;
}

.shorts_title a {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-weight: 700;
    margin: 0 !important
}
