.forum_section_group_wrap.bookmark_item_list{
    text-align: left;
}

.ow_forum_topic{
    width: 100%;
}

.ow_forum_topic .forum_topic_item{
    position: relative;
    box-sizing: border-box;
    padding: 14px 0;
}

.ow_forum_topic .forum_topic_item_el{
    display: inline-block;
    vertical-align: middle;
}

.ow_forum_topic .ow_topic_brief{
    padding-left: 14px;
    width: calc(100% - 210px);
}

.ow_forum_topic .ow_avatar_col{
    width: 40px;
    padding: 0;
}

.ow_forum_topic .ow_image_col{
    position: relative;
    width: 236px;
    height: 132px;
    border-radius: 10px;
    max-width: 100%;
}

.ow_forum_topic .ow_image_col img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.ow_forum_topic .ow_image_col .group_name_tag{
    display: none;
}

.ow_forum_topic .group_name_tag a.button{
    padding: 4px 10px;
}

.ow_forum_topic .author_information_wrap{
    vertical-align: middle;
}

.ow_forum_topic .post_summary .group_name_tag{
    text-align: right;
    margin-bottom: 20px;
}

.ow_forum_topic .ow_topic_brief .author_information_wrap{
    display: inline-block;
    margin-bottom: 4px;
}

.ow_forum_topic .ow_avatar_col .group_name_tag,
.ow_forum_topic .ow_avatar_col .author_information_wrap{
    display: none;
}

.post_summary{
    width: 140px;
}

.post_summary .summary_el{
    display: inline-block;
    width: calc(33.33% - 3px);
    vertical-align: top;
    text-align: center;
}


.ow_forum_topic .location_wrap .ow_breadcrumb{
    margin-bottom: 2px;
}

.ow_forum_topic .ow_avatar{
    padding-left: 0px;
}

.ow_forum_topic .topic_title_wrap{
    margin-bottom: 4px;
}

.ow_forum_topic .ow_icon{
    text-align: center;
}

.ow_forum_topic .topic_title_el{
    display: inline-block;
    vertical-align: middle;
}

.ow_forum_topic .topic_title_el.topic_title{
    font-size: 1.1em;
    line-height: 1.35;
    letter-spacing: 1px;
}

.ow_forum_topic .topic_title_el.topic_title a{
    color: var(--blackTextColor);
    font-weight: var(--p-font-weight-medium);
}

.ow_forum_topic .topic_title_el.topic_title .ow_lbutton{
    display: inherit;
}

.ow_forum_topic .ow_post_preview{
    letter-spacing: 1px;
    color: var(--contentTextColorLight);
    font-size: 0.9em;
}


.ow_forum_topic .ow_forum_attachment_icon{
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    opacity: 0.6;
}

.ow_forum_topic .post_summary .ow_forum_attachment_icon{
    display: inline-block;
}

.ow_forum_topic .post_summary .summary_info_number{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ow_forum_topic .ow_author{
    margin-bottom: 5px;
    display: block;
}

.ow_forum_topic .ow_author .ow_author_name{
    padding: 2px 10px;
    background-color: var(--contentBackgroundColor);
    border-radius: 20px;
    color: var(--themeTextColor);
    letter-spacing: 2px;
    font-weight: 600;
}

.ow_forum_topic .ow_author .ow_author_name_by{
    font-style: italic;
}

.ow_forum_topic .ow_author .ow_author_time{
    color: var(--themeTextColor);
    font-weight: 600;
    margin-left: 10px;
}

.ow_forum_topic .ow_author .ow_author_seperator{
    display: none;
}

.add_forum_topic_button_top{
    margin-bottom: 20px;
    border-bottom: 1px solid var(--boxBorderColor);
    padding-bottom: 20px;
}

.add_forum_topic_button_bottom{
    margin-top: 20px;
    border-top: 1px solid var(--boxBorderColor);
    padding-top: 20px;
    text-align: right;
}

.view_all_forum_topic_button_bottom{
    margin-top: 20px;
}

.ow_forum_topic .button_bookmark_module{
    display: none;
}

.bookmark_page_content .ow_forum_topic .button_bookmark_module{
    display: inline-block;
    top: 14px;
    margin-left: 16px;
}

.ow_forum_topic .forum_topic_item[data-news="0"] .ow_image_col{
    display: none;
}

.ow_forum_topic .forum_topic_item[data-news="1"] .ow_avatar_col{
    display: none;
}

.ow_forum_topic .forum_topic_item[data-news="1"] .ow_author_name, .ow_forum_topic .forum_topic_item[data-news="1"] .ow_author_seperator{
    display: none;
}

.ow_forum_topic .forum_topic_item[data-news="1"] .ow_author_time{
    margin-left: 0;
}

.ow_forum_topic .forum_topic_item[data-news="1"] .ow_topic_brief{
    width: calc(100% - 520px);
}

.ow_forum_topic .forum_topic_item[data-news="1"] .ow_post_preview .plain_text{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.bookmark_page_content .ow_forum_topic .forum_topic_item{
    padding: 24px 0;
}

@media screen and (max-width: 720px){
    
    .ow_forum_topic .ow_avatar_col{
        width: 100%;
        margin-top: 14px;
    }
    
    .ow_forum_topic .ow_avatar{
        padding-left: 0px;
        vertical-align: middle;
        width: 30px;
        height: 30px;
    }
    
    .ow_forum_topic .ow_avatar img{
        width: 100%;
        height: 100%;
    }
    
    .ow_forum_topic .ow_topic_brief{
        padding-left: 0;
        padding-right: 0;
        padding-top: 6px;
        width: 100%;
    }
    
    .ow_forum_topic .post_summary{
        width: calc(100% - 62px);
        padding-top: 0;
        margin-top: 12px;
    }
    
    .ow_forum_topic .post_summary .summary_el{
        max-width: 66px;
        text-align: left;
    }
    
    .ow_forum_topic .post_summary .summary_el div{
        display: inline-block;
        vertical-align: middle;
    }
    

    
    .ow_forum_topic .post_summary .group_name_tag,
    .ow_forum_topic .ow_topic_brief .author_information_wrap{
        display: none;
        margin-bottom: 0;
    }
    
    .ow_forum_topic .ow_avatar_col .author_information_wrap{
        display: inline-block;
        padding-left: 6px;
    }
    
    .ow_forum_topic .ow_image_col .group_name_tag{
        display: block;
        position: absolute;
        left: 10px;
        top: 14px;
        background-color: var(--contentBackgroundColor);
        border-radius: 50px;
    }
    
    .ow_forum_topic .ow_image_col{
        width: 100%;
        height: 180px;
    }
    
    
    .ow_forum_topic .forum_topic_item[data-news="1"] .post_summary{
        display: none;
    }
    
    .ow_forum_topic .forum_topic_item[data-news="1"] .ow_topic_brief{
        width: calc(100% - 60px);
    }
    
    .ow_forum_topic .forum_topic_item[data-news="1"] .ow_topic_brief .author_information_wrap{
        display: block;
    }
    
}

@media screen and (min-width: 721px){
    
    
    .bookmark_page_content .post_summary{
        width: 200px;
    }
    
    .bookmark_page_content .post_summary_wrap{
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    
    .bookmark_page_content .post_summary .group_name_tag{
        margin-bottom: 0;
    }
    
    .bookmark_page_content .ow_topic_brief{
        width: calc(100% - 324px);
    }
    
    .bookmark_page_content .post_summary .summary_el_group{
        display: flex;
        width: calc(100% - 108px);
        margin-right: 10px;
    }
    
    .bookmark_page_content .post_summary .summary_el{
        width: 50%;
    }
    
    .bookmark_page_content .post_summary .summary_el.ow_views{
        display: none;
    }
    
    
    
    .ow_forum_topic .ow_post_preview .plain_text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
    }
}