/* World Chinese Medicine single-journal site overrides */
html, body.wcm-site {
  display: block !important;
  visibility: visible !important;
  min-width: 0 !important;
  overflow-x: hidden;
}
.wcm-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #1664ff;
  color: #fff;
  padding: 8px 12px;
  z-index: 9999;
}
.wcm-skip:focus { left: 8px; top: 8px; }
.wcm-lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 16px;
  font-size: 13px;
  font-family: Inter-Regular, Arial, sans-serif;
}
.wcm-lang a { color: #333; text-decoration: none; }
.wcm-lang a.active { color: #1664ff; font-weight: 600; }
.wcm-lang.mobile { margin: 12px 16px; }
.wcm-mobile-nav {
  display: none;
  background: #fff;
  border-top: 1px solid #e8eef8;
  padding: 8px 0 16px;
}
.wcm-mobile-nav.open { display: block; }
.wcm-mobile-nav a {
  display: block;
  padding: 10px 18px;
  color: #222;
  text-decoration: none;
  font-size: 15px;
}
.wcm-home-hero {
  background: linear-gradient(135deg, #0f2a6b 0%, #1a4db3 55%, #2f6feb 100%);
  color: #fff;
  padding: 56px 20px 48px;
}
.wcm-home-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.wcm-home-hero h1,
.wcm-home-hero .wcm-home-hero-inner h1 {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.25;
  font-family: PlayfairDisplay-Bold, Georgia, serif;
  color: #fff !important;
}
.wcm-home-hero p,
.wcm-home-hero .wcm-home-hero-inner p {
  margin: 0 0 22px;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95) !important;
  opacity: 1;
}
.wcm-home-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wcm-home-cta a {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}
.wcm-btn-primary { background: #fff; color: #1664ff; }
.wcm-btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.7); }
.wcm-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}
.wcm-section h2 {
  margin: 0 0 18px;
  font-size: 28px;
  font-family: PlayfairDisplay-Bold, Georgia, serif;
  color: #222;
}
.wcm-section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}
.wcm-section-head h2 { margin: 0; }
.wcm-section-head a { color: #1664ff; text-decoration: none; font-size: 14px; }
.wcm-issue-card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
}
.wcm-issue-card img {
  width: 160px;
  height: 210px;
  object-fit: cover;
  border: 1px solid #eee;
  flex-shrink: 0;
}
.wcm-issue-card h3 { margin: 0 0 8px; font-size: 20px; }
.wcm-issue-card p { margin: 0 0 14px; color: #555; line-height: 1.6; }
.wcm-article-list { list-style: none; margin: 0; padding: 0; }
.wcm-article-list li {
  padding: 14px 0;
  border-bottom: 1px solid #eceff5;
}
.wcm-article-list a {
  color: #222;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.45;
  font-family: PlayfairDisplay-Bold, Georgia, serif;
}
.wcm-article-list .meta { margin-top: 6px; color: #666; font-size: 13px; }
.wcm-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.wcm-news-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e8eef8;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.wcm-news-card img { width: 100%; height: 140px; object-fit: cover; display: block; }
.wcm-news-card .body { padding: 14px; }
.wcm-news-card .title { font-size: 15px; line-height: 1.45; color: #222; }
.wcm-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wcm-quick-links a {
  padding: 10px 14px;
  border: 1px solid #dbe4f5;
  border-radius: 6px;
  text-decoration: none;
  color: #1664ff;
  background: #f7fbff;
}
.wcm-cite-box {
  margin: 20px 0;
  padding: 14px 16px;
  background: #f7fbff;
  border-left: 3px solid #1664ff;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .v4-header .v4-menu { display: none !important; }
  .v4-header .header-right .wcm-lang { display: none; }
  .mobile-menu { display: block !important; }
  .wcm-home-hero h1 { font-size: 28px; }
  .wcm-news-grid { grid-template-columns: 1fr; }
  .wcm-issue-card { flex-direction: column; }
  .wcm-issue-card img { width: 120px; height: 160px; }
  .v4-main, .v4-articles .articles-panel, .main .discipline-panel {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  body.wcm-site .v4-header { height: auto; min-height: 64px; }
  .wcm-section { padding: 28px 16px; }
}
