	.bp_news_img.tp-image {
    margin-bottom: 30px;
}

.bp_news_img.tp-image img {
    border-radius: 20px;
}

.detail-news .content_text_details :is(h1, h2, h3, h4, h5, h6) {
    color: var(--tp-title-color);
    margin-bottom: 20px;
    font-size: 36px;
}
.detail-news .content_text_details p,
.content_text_note {
    margin-bottom: 20px;
}

.detail-news .content_text_details ul,
.detail-news .content_text_details ol{
    padding-left: 20px;
}

.detail-news .content_text_details ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.detail-news .content_text_details ol li {
    list-style: decimal;
    margin-bottom: 10px;
}

.detail-news .bp_tag_item {
    border-color: var(--tp-primary);
    color: var(--tp-primary);
}

.detail-news .bp_tag_item:hover {
    background-color: var(--tp-primary);
    color: #fff;
}

.bp-date-create {
    display: none;
}

.tp-post__meta .bp-date-create {
    display: inline-block;
}
