#breadcrumb{padding:1rem 0;font-size:14px;color:rgba(255,255,255,.35)}
#breadcrumb a{color:rgba(255,255,255,.5)}
#breadcrumb a:hover{color:#fff}
#breadcrumb .current-index{display:inline-block;font-size:14px;font-weight:400}

#archive-section{position:relative;font-size:24px;text-align:center;font-weight:700;background:#111}
#archive-section>img{position:absolute;width:100%;height:100%;top:0;bottom:0;left:0;right:0;object-fit:cover}
#archive-section h1{font-size:2.5rem;color:#fff}
@media (max-width:768px){
    #archive-section h1{font-size:1.75rem}
}

#general-section{padding:2rem 0}
#general-section .container{display:flex;align-items:start;justify-content:space-between;flex-wrap:wrap;gap:32px}
#general-section .main{width:70%}
#general-section .sidebar{width:25%}

/* article detail */
#general-section article{width:100%;background:#111;border-radius:16px;padding:40px;border:1px solid rgba(255,255,255,.06)}
#general-section article h1{font-size:2rem;color:#fff;margin:0 0 20px;line-height:1.3;letter-spacing:-.01em}
#general-section article .info{display:flex;justify-content:start;align-items:center;flex-wrap:wrap;row-gap:8px;padding:0 0 20px;margin-bottom:24px;border-bottom:1px solid rgba(255,255,255,.08);font-size:14px;color:rgba(255,255,255,.4)}
#general-section article .info>div{display:inline-flex;justify-content:center;align-items:center;gap:6px}
#general-section article .info>div:not(:first-child){margin-left:16px;padding-left:16px;position:relative}
#general-section article .info>div:not(:first-child)::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:12px;width:1px;background:rgba(255,255,255,.15)}
#general-section article .info a{color:rgba(255,255,255,.6);text-decoration:none}
#general-section article .info a:hover{color:#fff}
#general-section article .content{font-size:16px;color:rgba(255,255,255,.55);line-height:1.85}
#general-section article .content a{color:#fff;text-decoration:underline;text-underline-offset:3px;font-weight:500}
#general-section article .content a:hover{color:#fe2c55}
#general-section article .content #ez-toc-container .ez-toc-title,
#general-section article .content #ez-toc-container a{font-weight:700;color:rgba(255,255,255,.55)}
#general-section article .content img{display:block;max-width:100%;margin:20px auto;border-radius:12px}
#general-section article .content iframe{width:100%;height:450px;margin:20px 0;display:block;border-radius:12px}
#general-section article .content ol.wp-block-list{margin:16px 0;padding-left:24px;list-style:decimal outside;color:rgba(255,255,255,.55)}
#general-section article .content ul.wp-block-list{margin:16px 0;padding-left:24px;list-style:disc outside;color:rgba(255,255,255,.55)}
#general-section article .content ol.wp-block-list li,
#general-section article .content ul.wp-block-list li{font-size:16px;margin:6px 0}
#general-section article .content h2,
#general-section article .content h3,
#general-section article .content h4,
#general-section article .content h5,
#general-section article .content h6{color:#fff;font-weight:700;margin:32px 0 16px;line-height:1.3}
#general-section article .content h2{font-size:24px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}
#general-section article .content h3{font-size:20px}
#general-section article .content h4{font-size:18px}
#general-section article .content h5,
#general-section article .content h6{font-size:16px}
#general-section article .content p{font-size:16px;color:rgba(255,255,255,.55);margin:16px 0}
#general-section article .content strong{font-weight:700;color:rgba(255,255,255,.85)}
#general-section article .content blockquote{margin:20px 0;padding:16px 24px;border-left:3px solid rgba(255,255,255,.15);background:rgba(255,255,255,.03);border-radius:0 8px 8px 0;color:rgba(255,255,255,.5);font-style:italic}
#general-section article .content table{width:100%;border-collapse:collapse;margin:20px 0;font-size:14px;background:#0d0d0d;border:1px solid rgba(255,255,255,.08);border-radius:8px;overflow:hidden}
#general-section article .content table th{background:#1a1a1a;color:#fff;padding:12px 16px;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}
#general-section article .content table td{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.55)}
#general-section article .content table tr:last-child td{border-bottom:none}
#general-section article .content table tr:hover td{background:rgba(255,255,255,.03)}
#general-section article .content .prevornext{display:flex;flex-direction:column;gap:12px;margin:32px 0 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}
#general-section article .content .prevornext a{display:block;padding:16px 20px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:12px;color:rgba(255,255,255,.5);text-decoration:none;transition:all var(--transition)}
#general-section article .content .prevornext a:hover{border-color:rgba(255,255,255,.15);color:#fff;background:rgba(255,255,255,.06)}

/* article list (category / archive / tag / author / search) */
#general-section .main .article-list{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:24px}
#general-section .main .article-list .item{display:flex;justify-content:start;align-items:center;flex-wrap:wrap;width:100%;border:1px solid rgba(255,255,255,.06);border-radius:16px;overflow:hidden;background:#111;transition:all var(--transition)}
#general-section .main .article-list .item:hover{border-color:rgba(255,255,255,.15);box-shadow:0 8px 32px rgba(0,0,0,.4);transform:translateY(-2px)}
#general-section .main .article-list .item-article{width:100%;padding:20px;border:1px solid rgba(255,255,255,.06);border-radius:16px;background:#111;overflow:hidden;transition:all var(--transition)}
#general-section .main .article-list .item-article:hover{border-color:rgba(255,255,255,.15);box-shadow:0 8px 32px rgba(0,0,0,.4)}
#general-section .main .article-list .item-article.reveal{opacity:0;transform:translateY(100px);transition:all .8s ease}
#general-section .main .article-list .item-article.reveal.actived{opacity:1;transform:translateY(0)}
#general-section .main .article-list picture{width:35%;height:200px;overflow:hidden;background:rgba(255,255,255,.03)}
#general-section .main .article-list picture img{width:100%;height:100%;object-fit:cover;transition:all ease .4s}
#general-section .main .article-list .item:hover picture img{transform:scale(1.06)}
#general-section .main .article-list .item-detail{width:65%;display:flex;justify-content:center;align-items:start;flex-direction:column;gap:12px;padding:28px}
#general-section .main .article-list .categorys{display:flex;align-items:center;justify-content:start;gap:8px}
#general-section .main .article-list .category{background:rgba(255,255,255,.06);color:rgba(255,255,255,.5);padding:4px 10px;font-size:12px;border-radius:6px}
#general-section .main .article-list .title{font-size:20px;font-weight:700;color:#fff;transition:all ease .2s;line-height:1.4}
#general-section .main .article-list .item:hover .title{color:#fff}
#general-section .main .article-list .content{font-size:15px;color:rgba(255,255,255,.4);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
#general-section .main .article-list .date{font-size:13px;color:rgba(255,255,255,.25)}

/* sidebar */
#general-section .sidebar .box{box-sizing:border-box;width:100%;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:24px;margin:0 0 20px auto;background:#111}
#general-section .sidebar .box .title{font-size:18px;font-weight:700;margin-bottom:20px;color:#fff}
#general-section .sidebar .box .list-iwt .item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 0 16px}
#general-section .sidebar .box .list-iwt .item:last-child{margin-bottom:0}
#general-section .sidebar .box .list-iwt .item-cont{width:calc(100% - 96px)}
#general-section .sidebar .box .list-iwt .item-cont .item-title{display:block;font-size:14px;font-weight:500;color:#e8e8e8;margin:0 0 5px;transition:all ease .2s;line-height:1.4}
#general-section .sidebar .box .list-iwt .item:hover .item-title{color:#fff}
#general-section .sidebar .box .list-iwt .item-cont .item-datetime{font-size:13px;color:rgba(255,255,255,.3)}
#general-section .sidebar .box .list-iwt .item-img{width:80px;height:80px;overflow:hidden;border-radius:10px}
#general-section .sidebar .box .list-iwt .item-img img{width:100%;height:100%;object-fit:cover}
#general-section .sidebar .box .list-tags{display:flex;justify-content:start;align-items:center;flex-wrap:wrap;gap:8px;font-size:16px}
#general-section .sidebar .box .list-tags a{color:rgba(255,255,255,.5);font-size:13px;padding:6px 12px;border-radius:20px;background:rgba(255,255,255,.04);transition:all var(--transition)}
#general-section .sidebar .box .list-tags a:hover{background:#fff;color:#0d0d0d}

/* no results */
#general-section .no-results{text-align:center;padding:4rem 0}
#general-section .no-results h2{font-size:1.5rem;color:#fff;margin-bottom:20px}
#general-section .no-results p{font-size:16px;color:rgba(255,255,255,.45);margin:16px 0}
#general-section .no-results .btn-group{justify-content:center;margin-top:16px}

@media (max-width:768px){
    #general-section .main,
    #general-section .sidebar,
    #general-section .main .article-list picture,
    #general-section .main .article-list .item-detail{width:100%}
    #general-section article{padding:24px 20px;border-radius:12px}
    #general-section article h1{font-size:1.5rem}
    #general-section article .info{font-size:13px;margin-bottom:16px;padding-bottom:16px}
    #general-section article .content{font-size:15px;line-height:1.75}
    #general-section article .content h2{font-size:20px}
    #general-section article .content h3{font-size:18px}
    #general-section article .content iframe{height:250px}
    #general-section article .content ol.wp-block-list,
    #general-section article .content ul.wp-block-list{padding-left:20px}
    #general-section article .content table{font-size:13px;display:block;overflow-x:auto}
    #general-section article .content table td,
    #general-section article .content table th{padding:8px 12px}
    #general-section .main .article-list .item-detail{padding:20px}
    #general-section .main .article-list picture{height:180px}
}
