/*
Theme Name: 企业模板 09 · 变体 A（海岛蓝）
Template: revive-voyage
Description: 变体 A（海岛蓝）：配色 + 更圆的卡片（仅配色与版式变量，不改结构）
Version: 1.0.0
*/
:root{--vy-key:#1b6ca8;--vy-key2:#2aa8d8;--vy-sand:#eef4f8;--vy-bg:#f5fafd;--vy-r:22px}
.hero{min-height:480px}
.dest{min-height:320px}
.cta{background:linear-gradient(120deg,#144e78,#2aa8d8)}

/* 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; }
