/*
Theme Name: 企业模板 06 · 变体 A（学院绿）
Template: revive-campus
Description: 变体 A（学院绿）：配色 + 更方正的卡片（仅配色与版式变量，不改结构）
Version: 1.0.0
*/
:root{--cp-key:#146c43;--cp-key2:#1e8e5a;--cp-acc:#f08c00;--cp-bg:#f3f9f5;--cp-line:#e0ece5;--cp-r:8px}
.hero{background:linear-gradient(120deg,#0f5132,#1e8e5a 60%,#4ab77f)}
.hero:after{background:rgba(240,140,0,.22)}
.strip{background:#146c43}
.cta{background:linear-gradient(110deg,#0f5132,#1e8e5a)}

/* rv-header-fix v1 */
.logo img + span, .logo img ~ span.host { display: none !important; }
.logo > span > b { display: inline-block; max-width: 44vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: bottom; }
@media (max-width: 782px) {
  .logo > span > b { max-width: 38vw; font-size: 16px; }
  .logo .host { display: none !important; }
  .hdr .wrap { gap: 8px; }
}

/* rv-imgfix v2 */
img[src=""], img:not([src]), img[src="#"] { display: none !important; }
.hero .imgbox, .hero .pic, .ban, .heroimg { background: linear-gradient(135deg,var(--in-key,#1e5e5e) 0%, #16324a 100%); }

/* rv-ux-fix v1 —— 移动端自适应与占位清理 */
html, body { max-width: 100%; overflow-x: hidden; }
img, video, iframe, table { max-width: 100%; }
.entry-content table, .post-content table, article table, .content table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.wrap, .container, .entry-content, .post-content, article { overflow-wrap: break-word; word-break: break-word; }
/* count-zero read-counter hidden */
.post-views:empty, .view-count:empty, .read-count:empty { display: none; }
