<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*popular_posts�桁�*/
.nmg-popular-posts-list {list-style: none; padding: 0; margin: 0; margin-left: 0;}
.nmg-popular-posts-list li{ margin-bottom: 20px;}
.nmg-popular-posts-list .nmg-popular-post-title, .nmg-popular-posts-list .nmg-popular-post-title a{ color: #000;}
.nmg-popular-posts-list li .nmg-popular-post-right, .nmg-popular-posts-list .text_box{ line-height: 26px;}
.nmg-popular-posts-list li .nmg-popular-post-right{display: table-cell;vertical-align: top;}
.nmg-popular-posts-list li .nmg-popular-post-left{ width: 122px !important; height: 80px !important; padding-right: 16px;display:table-cell;vertical-align: top;}
.nmg-popular-posts-list li .nmg-popular-post-left .nmg-popular-post-thumb{ width: 106px !important; height: 80px !important;}
.nmg-popular-post-right .sort a, .nmg-popular-posts-list .text_box .sort a{ color: #807f7e;}
.nmg-popular-post-right .sort .orange, .nmg-popular-posts-list .text_box .sort .orange{ color: #ef8400;}

/*templates1�桁�*/
.nmg-templates-posts-list{list-style: none; padding: 0; margin: 0; margin-left: 0;}
.nmg-templates-posts-list li .nmg-popular-post-right, .nmg-templates-posts-list .text_box{ line-height: 20px;}
.nmg-templates-posts-list li{ margin-bottom: 15px;list-style: none;}
.nmg-templates-posts-list .img_box img{ width: 100%; height: auto;}
.nmg-templates-posts-list .text_box, .nmg-templates-posts-list .text_box a{ color: #000;}
.nmg-templates-posts-list .text_box{ padding-top: 10px;}
.nmg-templates-posts-list.sort a, .nmg-templates-posts-list .text_box .sort a{ color: #807f7e;}
.nmg-templates-posts-list .sort .orange, .nmg-templates-posts-list .text_box .sort .orange{ color: #ef8400;}



.sidebar .sidebar_widget{
    margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
    .sidebar&gt;*:not(.sidebar_widget) {
        display: none;
    }
}
.sidebar .sidebar_widget .widget_content{
    display: flex;
    flex-direction: column;
    grid-gap: 0px;
    text-align: center;
}
.sidebar .sidebar_widget .widget_content img{
    image-rendering: -webkit-optimize-contrast;
}

.widget_hilite_posts_widget a.popular-post-title{color: #444;}

.widget_popular_more_btn {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    margin: 12px auto;
    padding: 4px 20px;
    border: 1px solid var(--theme-color);
    border-radius: 4px;
}

.widget_popular_more_btn:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--theme-color); 
  border-right: 2px solid var(--theme-color); 
  vertical-align: middle;
  transform: rotate(45deg);
  margin-left: 6px;
}</pre></body></html>