/* File: cn-home.css */

/* ===== Homepage Grid Layout Fixes ===== */
html, body, #page, .site, .site-content, .ast-container, .content-area, #primary, #main, #content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

#page, .site, .site-content, .ast-container, .content-area, #primary, #main, #content {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wrap {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

section, header, footer, main, .grid, .card, .ticker, table, img, nav, .ticker-inner {
  max-width: 100% !important;
}

.ticker-inner {
  overflow-x: auto !important;
}

table {
  table-layout: fixed !important;
  word-break: break-word;
}

img {
  height: auto;
  max-width: 100%;
}

.sidebar-main, .secondary {
  display: none !important;
}

.menu-open nav {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 64px;
}

/* Basic typography */
body {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; font-weight: 700; }
h2 { font-size: 1.8rem; color: #2c3e50; }
h3 { font-size: 1.4rem; color: #34495e; }

/* Site Header */
.site-header {
  background: #2c3e50;
  color: white;
  padding: 20px 0;
  margin-bottom: 30px;
}
.site-title {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

/* Footer */
.site-footer {
  background: #34495e;
  color: white;
  padding: 20px 0;
  text-align: center;
  margin-top: 50px;
}
