﻿/* NewTem forum index: board cards like the current reference. */
body.pg_index {
    background: #f3f5fa;
}
#pt,
#chart {
    background: transparent !important;
    border: 0 !important;
}
#pt {
    margin-bottom: 0 !important;
}
#ct.wp {
    padding-top: 20px;
    padding-bottom: 44px;
}
#ct .mn {
    width: 100% !important;
}
#ct .fl.bm,
#ct .fl .bmw {
    margin: 0 0 34px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
#ct .fl .bm_h {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    height: 24px !important;
    line-height: 1 !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    overflow: visible !important;
}
#ct .fl .bm_h .y {
    display: none !important;
}
#ct .fl .bm_h .o {
    display: none !important;
    float: none !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    margin: 0 !important;
    width: 18px !important;
    height: 18px !important;
    transform: translateY(-50%) !important;
}
#ct .fl .bm_h .o em {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.72) !important;
    box-shadow: none !important;
    font-size: 0 !important;
    line-height: 18px !important;
    cursor: pointer !important;
}
#ct .fl .bm_h .o em:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    margin: 4px auto 0;
    border: solid #6f7a8a;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
}
#ct .fl .bm_h .o em[id^="category_"] {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 18px !important;
    background: rgba(255,255,255,.72) !important;
    box-sizing: border-box !important;
}
#ct .fl .bm_h .o em[id^="category_"]:before {
    content: '' !important;
    display: block !important;
    width: 5px !important;
    height: 5px !important;
    margin: 4px auto 0 !important;
    border: solid #6f7a8a !important;
    border-width: 0 1.5px 1.5px 0 !important;
    background: transparent !important;
    transform: rotate(45deg) !important;
}
#ct .fl .bm_h h2 {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    position: relative !important;
    z-index: 1;
    margin: 0 !important;
    padding: 0 0 2px !important;
    height: 20px !important;
    line-height: 20px !important;
}
#ct .fl .bm_h h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 6px;
    z-index: -1;
    border-radius: 8px;
    background: #ffe36e;
}
#ct .fl .bm_h h2 a,
#ct .fl .bm_h h2 {
    cursor: pointer !important;
    color: #101828 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}
#ct .fl .bm_c {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
#ct .fl_tb {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    border-collapse: separate !important;
    background: transparent !important;
}
#ct .fl_tb tbody {
    display: block !important;
    width: 100% !important;
}
#ct .fl_tb tr,
#ct .fl_tb .fl_row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px !important;
    width: 100% !important;
    margin: 0 0 20px !important;
    border: 0 !important;
    background: transparent !important;
}
#ct .fl_tb td.fl_g {
    display: block !important;
    width: auto !important;
    min-height: 122px !important;
    margin: 0 !important;
    padding: 18px 42px 18px 18px !important;
    position: relative !important;
    vertical-align: top !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 16px 38px rgba(26, 35, 58, .04) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    box-sizing: border-box !important;
}
#ct .fl_tb td.fl_g:hover,
#ct .fl_tb tr:first-child td.fl_g:first-child {
    border-color: #cfe0ff !important;
    box-shadow: 0 20px 44px rgba(46, 96, 180, .08) !important;
}
#ct .fl_tb td.fl_g:hover {
    transform: translateY(-2px);
}
#ct .fl_tb td.fl_g:empty {
    display: none !important;
}
#ct .fl_g .fl_icn_g {
    float: none !important;
    position: absolute !important;
    left: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 52px !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
}
#ct .fl_g .fl_icn_g a {
    position: relative !important;
    display: block !important;
    width: 52px !important;
    height: 52px !important;
}
#ct .fl_g .fl_icn_g a img {
    display: block !important;
    width: 52px !important;
    height: 52px !important;
    opacity: 0 !important;
}
#ct .fl_g .fl_icn_g a:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, #6c55ff 0%, #2eb4ff 100%);
    box-shadow: 0 8px 16px rgba(55, 120, 255, .24);
}
#ct .fl_g .fl_icn_g a:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: 22px;
    height: 22px;
    border-radius: 7px;
    background: #fff;
    box-shadow: inset 0 0 0 5px rgba(46, 180, 255, .16);
}
#ct .fl_g dl {
    margin: 0 0 0 68px !important;
    padding: 17px 0 0 !important;
    min-height: 64px !important;
}
#ct .fl_g dt {
    position: relative !important;
    margin: 0 !important;
    padding: 0 72px 0 0 !important;
    min-height: 24px !important;
    line-height: 26px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}
#ct .fl_g dt a {
    color: #111827 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}
#ct .fl_g dt a:hover {
    color: #0066ff !important;
}
#ct .fl_g dt em {
    display: none !important;
}
#ct .fl_g dd {
    margin: 0 !important;
    padding: 0 !important;
    color: #71809a !important;
    font-size: 13px !important;
    line-height: 22px !important;
}
#ct .fl_g dd.nt-forum-desc {
    clear: none !important;
    display: -webkit-box !important;
    height: 22px;
    margin: 2px 0 0 0 !important;
    overflow: hidden;
    color: #71809a !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
#ct .fl_g dd.nt-forum-meta {
    position: absolute !important;
    left: 66%;
    right: auto;
    top: 36px;
    bottom: auto;
    transform: translateX(-50%);
    display: flex !important;
    white-space: nowrap !important;
    gap: 18px;
    color: #71809a !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
#ct .fl_g dd.nt-forum-meta em {
    font-style: normal !important;
    color: #71809a !important;
}
#ct .fl_g dl > dd:not(.nt-forum-desc):not(.nt-forum-meta) {
    display: none !important;
}
#ct .fl_g::after {
    content: '\203A';
    position: absolute;
    right: 18px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f1f3f6;
    color: #7b8594;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    font-weight: 700;
    transition: background .18s ease, color .18s ease;
}
#ct .fl_g:hover::after {
    background: #eaf1ff;
    color: #0066ff;
}
@media (max-width: 1100px) {
    #ct .fl_tb tr,
    #ct .fl_tb .fl_row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 760px) {
    #ct .fl .bm_h h2 a,
    #ct .fl .bm_h h2 {
        font-size: 18px !important;
    }
    #ct .fl_tb tr,
    #ct .fl_tb .fl_row {
        grid-template-columns: 1fr;
    }
    #ct .fl_tb td.fl_g {
        padding: 24px 54px 28px 24px !important;
    }
    #ct .fl_g dd.nt-forum-meta {
        left: auto;
        right: 52px;
        transform: none;
    }
}

/* NewTem: remove board card right arrow icon. */
#ct .fl_g::after,
#ct .fl_g:hover::after {
    display: none !important;
    content: none !important;
}

/* NewTem: today count badge beside board title; thread count only in center area. */
#ct .fl_g dt .nt-forum-today {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    height: 16px;
    margin-left: 4px;
    padding: 0 5px;
    border-radius: 999px;
    background: #fff2f0;
    color: #f04438 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 800 !important;
    vertical-align: top;
    transform: translateY(-6px);
}
#ct .fl_g dd.nt-forum-meta em + em {
    display: inline-flex !important;
}

/* NewTem: refine today badge and move thread count right. */
#ct .fl_g dt {
    white-space: nowrap !important;
}
#ct .fl_g dt a {
    display: inline-block !important;
    vertical-align: top !important;
}
#ct .fl_g dt .nt-forum-today {
    position: relative !important;
    top: -6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    margin-left: 5px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #fff2f0 !important;
    color: #f04438 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 800 !important;
    vertical-align: top !important;
    transform: none !important;
}
#ct .fl_g dd.nt-forum-meta {
    left: auto !important;
    right: 48px !important;
    transform: none !important;
}
/* NewTem: place today badge directly after board title. */
#ct .fl_g dt a {
    vertical-align: middle !important;
}
#ct .fl_g dt .nt-forum-today {
    position: static !important;
    top: auto !important;
    margin-left: 5px !important;
    vertical-align: middle !important;
    transform: none !important;
    font-family: "Microsoft YaHei", "鐎甸偊鍠涢拏瀣⒖閸涘鎷?, Arial, sans-serif !important;
}

/* NewTem: forum meta bottom-left and small right action icon. */
#ct .fl_g dt {
    padding-right: 0 !important;
}
#ct .fl_g dd.nt-forum-meta {
    left: 18px !important;
    right: auto !important;
    top: auto !important;
    bottom: 18px !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    width: auto !important;
    white-space: nowrap !important;
    color: #71809a !important;
    font-size: 12px !important;
    line-height: 16px !important;
}
#ct .fl_g dd.nt-forum-meta:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border: 1px solid #9aa8bd;
    border-radius: 1px;
    background:
        linear-gradient(#9aa8bd, #9aa8bd) 2px 3px / 6px 1px no-repeat,
        linear-gradient(#9aa8bd, #9aa8bd) 2px 6px / 5px 1px no-repeat,
        #fff;
    box-sizing: border-box;
}
#ct .fl_g dd.nt-forum-meta em {
    color: #71809a !important;
    font-style: normal !important;
}
#ct .fl_g dd.nt-forum-meta em:first-of-type {
    grid-column: auto !important;
}
#ct .fl_g dd.nt-forum-meta em:nth-of-type(2) {
    grid-column: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    margin-left: 38px !important;
}
#ct .fl_g dd.nt-forum-meta em:nth-of-type(2):before {
    content: '' !important;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    margin-right: 5px !important;
    border: 1px solid #f0b84a !important;
    border-radius: 2px !important;
    background:
        linear-gradient(#f0b84a, #f0b84a) 2px 2px / 6px 1px no-repeat,
        linear-gradient(#f0b84a, #f0b84a) 2px 5px / 5px 1px no-repeat,
        #fff9e8 !important;
    box-sizing: border-box !important;
}
#ct .fl_g::after,
#ct .fl_g:hover::after {
    content: '\203A' !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: 18px !important;
    bottom: 16px !important;
    top: auto !important;
    transform: none !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: #f1f3f6 !important;
    color: #7b8594 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
}
#ct .fl_g:hover::after {
    background: #eaf1ff !important;
    color: #0066ff !important;
}

/* NewTem: align card main content and soften right arrow. */
#ct .fl_g .fl_icn_g {
    top: calc(50% - 8px) !important;
}
#ct .fl_g dl {
    padding-top: 9px !important;
}
#ct .fl_g::after,
#ct .fl_g:hover::after {
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    align-items: center !important;
    justify-content: center !important;
    padding-bottom: 1px !important;
    box-sizing: border-box !important;
}

/* NewTem: final card content vertical balance. */
#ct .fl_g .fl_icn_g {
    top: calc(50% - 16px) !important;
}
#ct .fl_g dl {
    padding-top: 1px !important;
}


/* NewTem: spacing before first category and clickable card enter icon. */
#chart {
    margin-bottom: 48px !important;
}
#ct .fl_g::after,
#ct .fl_g:hover::after {
    display: none !important;
    content: none !important;
}
#ct .fl_g .nt-forum-enter {
    position: absolute !important;
    right: 18px !important;
    bottom: 15px !important;
    z-index: 5 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #f1f3f6 !important;
    color: #7b8594 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}
#ct .fl_g .nt-forum-enter:before {
    content: '\203A';
    display: block;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    transform: translateY(-1px);
}
#ct .fl_g .nt-forum-enter:hover {
    background: #eaf1ff !important;
    color: #0066ff !important;
}


/* NewTem: forum top stats panel like reference image 2. */
#ct #chart {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 40px !important;
    margin: 8px 0 32px !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}
#ct #chart .chart {
    display: flex !important;
    align-items: center !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #7a8495 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}
#ct #chart .chart:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    border-left: 2px solid #4b5563;
    border-bottom: 2px solid #4b5563;
    background:
        linear-gradient(#ef6b4f, #ef6b4f) 2px 7px / 3px 5px no-repeat,
        linear-gradient(#4b5563, #4b5563) 7px 3px / 3px 9px no-repeat,
        linear-gradient(#4b5563, #4b5563) 12px 0 / 3px 12px no-repeat;
    box-sizing: border-box;
}
#ct #chart .chart em,
#ct #chart .chart a {
    color: #111827 !important;
    font-style: normal !important;
    font-weight: 500 !important;
}
#ct #chart .chart .pipe,
#ct #chart .pipe {
    margin: 0 10px !important;
    color: #d7dce5 !important;
}
#ct #chart .y {
    display: flex !important;
    align-items: center !important;
    float: none !important;
    margin-left: auto !important;
}
#ct #chart .y a {
    color: #0057ff !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-decoration: none !important;
}
#ct #chart .y a:hover {
    color: #0044cc !important;
}

/* NewTem: reduce forum index typography sizes. */
#ct #chart .chart {
    font-size: 12px !important;
    line-height: 18px !important;
}
#ct #chart .chart:before {
    width: 13px !important;
    height: 13px !important;
    margin-right: 7px !important;
    background:
        linear-gradient(#ef6b4f, #ef6b4f) 2px 6px / 3px 5px no-repeat,
        linear-gradient(#4b5563, #4b5563) 6px 3px / 3px 8px no-repeat,
        linear-gradient(#4b5563, #4b5563) 10px 1px / 3px 10px no-repeat !important;
}
#ct #chart .chart .pipe,
#ct #chart .pipe {
    margin: 0 8px !important;
}
#ct #chart .y a {
    font-size: 12px !important;
    line-height: 18px !important;
}
#ct .fl .bm_h h2,
#ct .fl .bm_h h2 a {
    font-size: 14px !important;
    line-height: 20px !important;
}
#ct .fl_g dt,
#ct .fl_g dt a {
    font-size: 14px !important;
    line-height: 22px !important;
}
#ct .fl_g dd,
#ct .fl_g dd.nt-forum-desc {
    font-size: 12px !important;
    line-height: 18px !important;
}
#ct .fl_g dd.nt-forum-meta,
#ct .fl_g dd.nt-forum-meta em {
    font-size: 11px !important;
    line-height: 15px !important;
}
#ct .fl_g dt .nt-forum-today {
    width: 16px !important;
    min-width: 16px !important;
    height: 16px !important;
    font-size: 11px !important;
    line-height: 16px !important;
}
#ct .fl_g .nt-forum-enter:before {
    font-size: 16px !important;
}

/* NewTem: replace forum stats icon with theme blue rounded chart icon. */
#ct #chart .chart:before {
    content: '' !important;
    display: inline-block !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background:
        linear-gradient(#fff, #fff) 5px 10px / 2px 5px no-repeat,
        linear-gradient(#fff, #fff) 8px 7px / 2px 8px no-repeat,
        linear-gradient(#fff, #fff) 11px 4px / 2px 11px no-repeat,
        linear-gradient(#fff, #fff) 14px 8px / 2px 7px no-repeat,
        linear-gradient(135deg, #5b6cff 0%, #2eb4ff 100%) !important;
    box-shadow: 0 6px 14px rgba(47, 102, 255, .22) !important;
    box-sizing: border-box !important;
    vertical-align: -4px !important;
}

/* NewTem: center the stats icon artwork inside its rounded square. */
#ct #chart .chart:before {
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background:
        linear-gradient(#fff, #fff) 5px 10px / 2px 4px no-repeat,
        linear-gradient(#fff, #fff) 8px 8px / 2px 6px no-repeat,
        linear-gradient(#fff, #fff) 11px 5px / 2px 9px no-repeat,
        linear-gradient(#fff, #fff) 14px 7px / 2px 7px no-repeat,
        linear-gradient(135deg, #5b6cff 0%, #2eb4ff 100%) !important;
    box-shadow: 0 6px 14px rgba(47, 102, 255, .22) !important;
    box-sizing: border-box !important;
    transform: translateY(0) !important;
    vertical-align: middle !important;
}

/* NewTem: backend homepage four-grid switch, rebuilt with the removed topic-card visual style. */
.nt-grid-panel {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 0 !important;
    min-height: 270px !important;
    margin: -18px 0 30px !important;
    padding: 0 !important;
    border: 1px solid rgba(83, 140, 255, .26) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(46, 96, 180, .07) !important;
    overflow: hidden !important;
}
.nt-grid-panel.nt-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.nt-grid-panel.nt-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.nt-grid-col {
    min-width: 0 !important;
    height: 270px !important;
    min-height: 270px !important;
    max-height: 270px !important;
    box-sizing: border-box !important;
}
.nt-grid-col {
    padding: 14px 24px 18px !important;
    border-right: 1px solid rgba(83, 140, 255, .22) !important;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%) !important;
    overflow: hidden !important;
}
.nt-grid-col:last-child {
    border-right: 0 !important;
}
.nt-grid-head {
    display: flex !important;
    align-items: center !important;
    height: 28px !important;
    margin: 0 0 6px !important;
    padding: 0 0 4px !important;
    border-bottom: 1px solid rgba(83, 140, 255, .24) !important;
    box-sizing: border-box !important;
}
.nt-grid-head strong {
    position: relative !important;
    z-index: 1 !important;
    color: #101828 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 800 !important;
}
.nt-grid-head strong:after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 1px !important;
    z-index: -1 !important;
    height: 5px !important;
    border-radius: 999px !important;
    background: #ffe36e !important;
}
.nt-grid-list {
    display: block !important;
    height: 196px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    list-style: none !important;
}
.nt-grid-list li {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) 68px !important;
    align-items: center !important;
    gap: 8px !important;
    height: 28px !important;
    margin: 0 -8px !important;
    padding: 0 8px !important;
    border-radius: 7px !important;
    color: #8a96aa !important;
    font-size: 12px !important;
    line-height: 28px !important;
    box-sizing: border-box !important;
    transition: background-color .16s ease, color .16s ease !important;
}
.nt-grid-list li:hover {
    background: rgba(47, 102, 255, .075) !important;
}
.nt-grid-list li em {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 17px !important;
    height: 17px !important;
    border-radius: 50% !important;
    background: #eef4ff !important;
    color: #2f66ff !important;
    font-style: normal !important;
    font-size: 11px !important;
    line-height: 17px !important;
    font-weight: 800 !important;
}
.nt-grid-list li:nth-child(1) em,
.nt-grid-list li:nth-child(2) em,
.nt-grid-list li:nth-child(3) em {
    background: linear-gradient(135deg, #5b6cff 0%, #2eb4ff 100%) !important;
    color: #fff !important;
}
.nt-grid-list li a {
    min-width: 0 !important;
    overflow: hidden !important;
    color: #344054 !important;
    font-size: 12px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}
.nt-grid-list li:hover a,
.nt-grid-list li a:hover {
    color: #0066ff !important;
}
.nt-grid-author {
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    color: #8a96aa !important;
    font-size: 12px !important;
    line-height: 28px !important;
    text-align: right !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.nt-grid-list li:hover .nt-grid-author {
    color: #667085 !important;
}
.nt-index-custom-ad {
    display: block !important;
    width: 100% !important;
    margin: -18px 0 18px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}
.nt-index-custom-ad:after {
    content: '' !important;
    display: block !important;
    clear: both !important;
}
.nt-index-custom-ad img,
.nt-index-custom-ad iframe,
.nt-index-custom-ad object,
.nt-index-custom-ad embed {
    max-width: 100% !important;
}
.nt-index-custom-ad img {
    height: auto !important;
}
/* NewTem: thread sort quick-filter panel, match the forum type tabs instead of a card. */
.nt-sort-panel {
    margin: 12px 0 14px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}
.nt-sort-tags {
    margin: 0 !important;
    padding: 0 !important;
}
.nt-sort-tags table,
.nt-sort-tags .tsm {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 6px !important;
    background: transparent !important;
}
.nt-sort-tags tr {
    border: 0 !important;
}
.nt-sort-tags th {
    width: 1% !important;
    padding: 0 6px 0 0 !important;
    color: #344054 !important;
    font-size: 12px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
    text-align: left !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}
.nt-sort-filter-chip {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 10px !important;
    border: 1px solid #d9e1ec !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #344054 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 26px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
}
.nt-sort-tags td {
    padding: 0 !important;
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 28px !important;
    vertical-align: middle !important;
}
.nt-sort-tags ul {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.nt-sort-tags ul.subtsm {
    margin-top: 8px !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}
.nt-sort-tags li {
    float: none !important;
    display: inline-flex !important;
    margin: 0 !important;
    padding: 0 !important;
}
.nt-sort-tags li a,
.nt-sort-tags li a.xi2 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 10px !important;
    border: 1px solid #d9e1ec !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #344054 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease !important;
}
.nt-sort-tags li.a a,
.nt-sort-tags li.a a.xi2,
.nt-sort-tags li a:hover {
    border-color: #0066ff !important;
    background: #eef4ff !important;
    color: #0066ff !important;
    box-shadow: none !important;
}
.nt-sort-form {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 16px !important;
    margin: 0 !important;
    padding: 10px 0 12px !important;
    border-top: 1px dashed #e3e8f0 !important;
    background: transparent !important;
}
.nt-sort-form-item {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    min-height: 32px !important;
}
.nt-sort-form-checkbox {
    grid-column: 1 / -1 !important;
    align-items: flex-start !important;
}
.nt-sort-form-label {
    flex: 0 0 82px !important;
    padding-right: 10px !important;
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}
.nt-sort-form-control {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    color: #667085 !important;
    font-size: 13px !important;
}
.nt-sort-form-control .ps,
.nt-sort-form-control .px {
    width: 100% !important;
    max-width: 260px !important;
    height: 32px !important;
    padding: 0 10px !important;
    border: 1px solid #d8e0ec !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 32px !important;
    box-sizing: border-box !important;
}
.nt-sort-form-control label {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 24px !important;
    margin: 2px 8px 2px 0 !important;
    color: #667085 !important;
    font-size: 13px !important;
    line-height: 24px !important;
}
.nt-sort-form-control .pc {
    margin-right: 5px !important;
}
.nt-sort-submit {
    grid-column: 1 / -1 !important;
    padding-left: 82px !important;
}
.nt-sort-submit .pn,
.nt-sort-submit .pnc {
    min-width: 82px !important;
    height: 32px !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #0066ff !important;
    color: #fff !important;
    line-height: 32px !important;
    box-shadow: 0 8px 18px rgba(0, 102, 255, .18) !important;
}
.nt-sort-submit .pn em,
.nt-sort-submit .pnc em {
    color: #fff !important;
    font-style: normal !important;
    font-weight: 600 !important;
}
@media (max-width: 980px) {
    .nt-sort-panel {
        padding: 0 !important;
    }
    .nt-sort-form {
        grid-template-columns: 1fr !important;
    }
    .nt-sort-tags th,
    .nt-sort-form-label {
        width: 72px !important;
        flex-basis: 72px !important;
    }
    .nt-sort-submit {
        padding-left: 72px !important;
    }
}
/* NewTem: online members card - header only, match clean white bar style. */
#online.bm.oll,
#online.nt-online-card {
    margin: 22px 0 24px !important;
    border: 1px solid #e7ebf3 !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
}
#online.nt-online-card .bm_h,
#online.nt-online-card .nt-online-head {
    display: flex !important;
    align-items: center !important;
    min-height: 52px !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    background: #fff !important;
    line-height: 52px !important;
    box-sizing: border-box !important;
}
#online.nt-online-card .bm_h h3,
#online.nt-online-card .nt-online-head h3 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: #344054 !important;
    font-size: 12px !important;
    line-height: 52px !important;
    font-weight: 400 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
#online.nt-online-card .bm_h h3 strong,
#online.nt-online-card .bm_h h3 strong a,
#online.nt-online-card .nt-online-head h3 strong,
#online.nt-online-card .nt-online-head h3 strong a {
    color: #344054 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}
#online.nt-online-card .bm_h h3 > strong,
#online.nt-online-card .nt-online-head h3 > strong {
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}
#online.nt-online-card .bm_h h3 .xs1,
#online.nt-online-card .nt-online-head h3 .xs1 {
    color: #344054 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
#online.nt-online-card .bm_h h3 .xs1 strong,
#online.nt-online-card .nt-online-head h3 .xs1 strong {
    color: #344054 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
#online.nt-online-card .o {
    order: 2 !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 26px !important;
    height: 26px !important;
    margin: 0 0 0 16px !important;
    padding: 0 !important;
}
#online.nt-online-card .o a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 26px !important;
    height: 26px !important;
    text-decoration: none !important;
}
#online.nt-online-card .o em,
#online.nt-online-card .nt-online-arrow {
    position: relative !important;
    display: block !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    overflow: visible !important;
    background: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
}
#online.nt-online-card .o em:before,
#online.nt-online-card .nt-online-arrow:before {
    content: '' !important;
    position: absolute !important;
    left: 2px !important;
    top: 2px !important;
    width: 9px !important;
    height: 9px !important;
    border-right: 2px solid #d4dbe7 !important;
    border-bottom: 2px solid #d4dbe7 !important;
    background: transparent !important;
    transform: rotate(45deg) !important;
    box-sizing: border-box !important;
}
#online.nt-online-card #onlinelist,
#online.nt-online-card .bm_c,
#online.nt-online-card dt,
#online.nt-online-card dd {
    display: none !important;
}

/* NewTem: keep forum homepage width aligned with the header wrapper. */
body#nv_forum.pg_index #wp.wp {
    width: 1200px !important;
    max-width: calc(100% - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}
body#nv_forum.pg_index #pt,
body#nv_forum.pg_index #wp.wp > .wp,
body#nv_forum.pg_index #ct.wp {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* NewTem: forumdisplay normal thread list, compact reference layout. */
body#nv_forum.pg_forumdisplay .threadlist .forumportal_listc,
body#nv_forum.pg_forumdisplay .forumportal_listc {
    margin: 0 !important;
    overflow: visible !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist {
    display: flex !important;
    align-items: center !important;
    min-height: 72px !important;
    margin: 0 !important;
    padding: 10px 22px 10px 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #eef1f6 !important;
    background: #fff !important;
    box-sizing: border-box !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist:hover {
    background: #fbfcff !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmthread_avatar {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 16px 0 0 !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmthread_avatar .kmimg {
    display: block !important;
    float: none !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    background: #f2f4f7 !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmthread_avatar .kmimg img {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmthread_main {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    position: relative !important;
    padding-right: 138px !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmtit {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 22px !important;
    margin: 0 !important;
    color: #111827 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    overflow: visible !important;
    white-space: nowrap !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmtit .km_subject {
    display: inline-block !important;
    order: 1 !important;
    flex: 0 1 auto !important;
    max-width: 100% !important;
    overflow: hidden !important;
    color: #111827 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    vertical-align: top !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmtit:hover .km_subject {
    color: #0066ff !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmtit .kmico,
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmtit .kmimgico,
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmtit .kmnew,
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmtit i {
    flex: 0 0 auto !important;
    order: 2 !important;
    margin-left: 8px !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmtit .kmicotxt {
    display: none !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmtit .fico-image,
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmtit .fico-attachment {
    margin-left: 6px !important;
    color: #b8c2d1 !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmnew {
    margin-left: 8px !important;
    color: #ff4d3f !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 400 !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot {
    display: flex !important;
    align-items: center !important;
    height: 20px !important;
    margin: 3px 0 0 !important;
    color: #98a2b3 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    overflow: visible !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot .km_author_label {
    float: none !important;
    margin: 0 2px 0 0 !important;
    color: #98a2b3 !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot .kmbg,
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot .kmico_bk,
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot .kmbga,
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot .kmbgb {
    display: none !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot a {
    float: none !important;
    margin: 0 18px 0 0 !important;
    color: #98a2b3 !important;
    font-size: 12px !important;
    text-decoration: none !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot a:hover {
    color: #0066ff !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot .kmtime {
    float: none !important;
    margin: 0 14px 0 0 !important;
    color: #98a2b3 !important;
    font-family: inherit !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot .kmstats {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    display: flex !important;
    align-items: center !important;
    gap: 22px !important;
    height: 20px !important;
    transform: translateY(-50%) !important;
    color: #98a2b3 !important;
    line-height: 20px !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot .kmck,
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot .kmpl {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    min-width: 32px !important;
    margin: 0 !important;
    color: #98a2b3 !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot .kmck:before,
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot .kmpl:before {
    width: 19px !important;
    height: 20px !important;
    margin: 0 4px 0 0 !important;
    opacity: .72 !important;
    background-position: 0 3px !important;
    background-size: 15px !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .km_moderate,
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .showcontent {
    position: absolute !important;
    right: 16px !important;
    top: 12px !important;
    z-index: 2 !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .showcontent {
    opacity: 0 !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist:hover .showcontent {
    opacity: 1 !important;
}
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmtxt,
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmimg_onebox,
body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmimg_box {
    margin-left: 0 !important;
}
@media (max-width: 760px) {
    body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist {
        padding: 14px 14px !important;
    }
    body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmthread_avatar {
        width: 44px !important;
        height: 44px !important;
        flex-basis: 44px !important;
        margin-right: 12px !important;
    }
    body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmthread_avatar .kmimg,
    body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmthread_avatar .kmimg img {
        width: 44px !important;
        height: 44px !important;
    }
    body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmthread_main {
        padding-right: 0 !important;
    }
    body#nv_forum.pg_forumdisplay .forumportal_listc li.kmlist .kmfoot .kmstats {
        position: static !important;
        margin-left: auto !important;
        gap: 12px !important;
        transform: none !important;
    }
}

/* NewTem: forumdisplay image-list mode as regular resource cards. */
body#nv_forum.pg_forumdisplay .dz_forumdisplay_waterfall {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}
body#nv_forum.pg_forumdisplay #threadlist .bm_c {
    background: transparent !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(0, var(--nt-pic-width, 300px))) !important;
    justify-content: start !important;
    gap: 24px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    overflow: visible !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    width: var(--nt-pic-width, 300px) !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px !important;
    overflow: hidden !important;
    border: 1px solid #e6ebf2 !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(18, 38, 63, .035) !important;
    box-sizing: border-box !important;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-card:hover {
    border-color: #d6e2f2 !important;
    box-shadow: 0 12px 28px rgba(18, 38, 63, .07) !important;
    transform: translateY(-2px) !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-mod {
    position: absolute !important;
    z-index: 4 !important;
    top: 18px !important;
    left: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 4px !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .08) !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-cover {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: var(--nt-pic-height, 188px) !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    border-radius: 3px !important;
    background: #f3f6fa !important;
    text-decoration: none !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-cover img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .24s ease !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-card:hover .nt-pic-cover img {
    transform: scale(1.035) !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-nophoto {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    color: #a8b3c4 !important;
    font-size: 13px !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-nophoto:before {
    content: 'No Image' !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-body {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-width: 0 !important;
    padding: 15px 0 0 !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-type {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    height: 18px !important;
    margin: 0 0 12px !important;
    overflow: hidden !important;
    color: #98a2b3 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-type:before {
    content: '' !important;
    flex: 0 0 auto !important;
    width: 7px !important;
    height: 7px !important;
    margin-right: 6px !important;
    border-radius: 50% !important;
    background: #ff7a1a !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-title {
    display: -webkit-box !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #101828 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-title:hover {
    color: #2478ff !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-summary {
    display: -webkit-box !important;
    min-height: 0 !important;
    margin: 10px 0 0 !important;
    overflow: hidden !important;
    color: #6b7280 !important;
    font-size: 13px !important;
    line-height: 22px !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-foot {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 0 !important;
    height: 24px !important;
    margin-top: 12px !important;
    padding-top: 0 !important;
    color: #98a2b3 !important;
    font-size: 12px !important;
    line-height: 24px !important;
    white-space: nowrap !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-user {
    display: inline-flex !important;
    align-items: center !important;
    min-width: 0 !important;
    max-width: 92px !important;
    color: #98a2b3 !important;
    text-decoration: none !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-user img {
    flex: 0 0 auto !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 6px 0 0 !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-user span {
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-date,
body#nv_forum.pg_forumdisplay .nt-pic-view,
body#nv_forum.pg_forumdisplay .nt-pic-reply {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    color: #98a2b3 !important;
}
body#nv_forum.pg_forumdisplay .nt-pic-view:before,
body#nv_forum.pg_forumdisplay .nt-pic-reply:before,
body#nv_forum.pg_forumdisplay .nt-pic-date:before {
    content: '' !important;
    display: inline-block !important;
    width: 5px !important;
    height: 5px !important;
    margin-right: 5px !important;
    border-radius: 50% !important;
    background: #c6cfdd !important;
}
@media (max-width: 1180px) {
    body#nv_forum.pg_forumdisplay .nt-pic-grid {
        grid-template-columns: repeat(auto-fill, minmax(0, var(--nt-pic-width, 300px))) !important;
        gap: 20px !important;
    }
}
@media (max-width: 860px) {
    body#nv_forum.pg_forumdisplay .nt-pic-grid {
        grid-template-columns: repeat(auto-fill, minmax(0, var(--nt-pic-width, 300px))) !important;
    }
}
@media (max-width: 560px) {
    body#nv_forum.pg_forumdisplay .nt-pic-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    body#nv_forum.pg_forumdisplay .nt-pic-card {
        width: 100% !important;
        min-height: 0 !important;
    }
}

