.vp-rich-content
{
    display: flex;
    flex-wrap: wrap;
    margin: 62px -8px 0;
}

.vp-rich-item
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    padding: 0 8px;
    margin-bottom: 16px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.vp-rich-item-title
{
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 10px;
}


.vp-rich-item-text
{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 10px;
    max-width:386px;
    min-width: 386px;
}

.vp-rich-item-text > ul
{
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.vp-rich-item-text-div
{
    max-width: 386px;
}

.vp-rich-item-text-more
{
    display: none;
    margin-bottom: 8px;
    font-weight: bold;
    color: #C31B1B;
    text-decoration: none;
}

.vp-rich-item.tall .vp-rich-item-text-more
{
    display: block;
}

.vp-rich-item.active .vp-rich-item-text-more
{
    margin-top: 0px;
}


.vp-rich-item.active .vp-rich-item-text-more-show
{
    display: none;
}

.vp-rich-item.active .vp-rich-item-text-more-show
{
    display: none;
}

.vp-rich-item.active .vp-rich-item-text-more-hide
{
    display: block;
}

.vp-rich-item.active .vp-rich-item-text
{
    -webkit-line-clamp: 9999;
    overflow: visible;
}


.vp-rich-item-text-more-show
{
    display: block;
}

.vp-rich-item-text-more-hide
{
    display: none;
}

.vp-rich-item-video
{
    width: 386px;
    height: 386px;
}

.vp-rich-item-video > video
{
    width: 386px;
    height: 386px;
}

.vp-rich-item-image
{
    position: relative;
    width: 386px;
    height: 386px;
}

.vp-rich-item-image > img
{
    width: 386px;
    height: 386px;
}


.vp-rich-item-image-mask-gray
{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.04);
}


.vp-rich-item-video:hover, .vp-rich-item-image:hover 
{
    cursor: zoom-in;
}