.wall-news-progress-bar {
    display: inline-block;
    width: 20%;
    margin: 0 0 0 5px;
}
.wall-news-progress-bar .progress-bar {
    line-height: 9px;
    font-size: 70%;
}
.panel-news .d-flex {
    margin-top: 0px;
}
.panel-news .subline {
    font-size: 11px !important;
}
.panel-news .hh-list li:last-child {
    border-bottom: 0px;
}
.float-end .tt .fa-eye {
    cursor: pointer;
}
.cover-image-wrapper {
    aspect-ratio: 1.5;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.cover-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cover-image-wrapper.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    pointer-events: none;
}
.cover-image-wrapper .image-caption {
    display: none;
}
.cover-image-wrapper.collapsed {
    margin-bottom: 0 !important;
}
.cover-image-wrapper.collapsed .image-caption {
    display: initial;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    z-index: 2;
    cursor: pointer;
}
.sidebar-cover-image {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius: 4px;
    object-fit: cover;
    float: left !important;
}
.cover-img-buttons {
    margin-top: 1rem;
}
.cover-img-buttons.float-end {
    margin-top: calc(1rem + 5px);
}
.cover-img-buttons .show-more, .cover-img-buttons .show-less {
    line-height: 37px;
}
.confirm {
    margin-top: calc(1rem + 5px);
}
.news-entry-content {
    position: relative;
}
.news-entry-content .showMore {
    position: absolute;
    right: 0;
    bottom: 4px;
}
