aside.widget-area {display:hidden;}
.cma-wrapper {
  font-family: Georgia, 'Times New Roman', serif;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 60px;
  color: #1a1a1a;
}
.cma-section-header {
  border-bottom: 3px solid #2E5090;
  padding-bottom: 24px;
  margin-bottom: 36px;
}
.cma-section-label {
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #999;
  margin: 0 0 6px 0;
}
.cma-section-title {
  font-size: 2em;
  font-weight: bold;
  color: #2E5090;
  margin: 0 0 6px 0;
  line-height: 1.15;
}
.cma-section-sub {
  font-size: 1em;
  font-style: italic;
  color: #666;
  margin: 0;
}
.cma-columns {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 48px;
  align-items: start;
}
.cma-col-label {
  font-size: 0.78em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #999;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.cma-fiction {
  font-size: 0.97em;
  line-height: 1.8;
  color: #2a2a2a;
}
.cma-fiction p {
  margin: 0 0 16px 0;
}
.cma-commentary {
  font-size: 0.97em;
  line-height: 1.8;
  color: #1a1a1a;
}
.cma-commentary p {
  margin: 0 0 18px 0;
}
.cma-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
  font-size: 0.88em;
}
.cma-nav a {
  color: #2E5090;
  text-decoration: none;
}
.cma-nav a:hover {
  text-decoration: underline;
}
.cma-toc-header {
  border-bottom: 3px solid #2E5090;
  padding-bottom: 32px;
  margin-bottom: 40px;
}
.cma-title {
  font-size: 2.6em;
  font-weight: bold;
  color: #2E5090;
  margin: 0 0 8px 0;
  line-height: 1.1;
}
.cma-subtitle {
  font-size: 1.2em;
  font-style: italic;
  color: #666;
  margin: 0 0 6px 0;
}
.cma-byline {
  font-size: 0.9em;
  color: #999;
  margin: 0;
}
.cma-intro {
  font-size: 1.05em;
  line-height: 1.75;
  margin-bottom: 40px;
  color: #2a2a2a;
}
.cma-intro p {
  margin: 0 0 18px 0;
}
.cma-note {
  font-style: italic;
  color: #666;
  font-size: 0.95em;
  border-left: 3px solid #ddd;
  padding: 12px 20px;
  margin: 0 0 40px 0;
}
.cma-part {
  margin-bottom: 36px;
}
.cma-part-heading {
  font-size: 1.1em;
  font-weight: bold;
  color: #2E5090;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin: 0 0 16px 0;
}
.cma-toc-item {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dotted #e0e0e0;
}
.cma-toc-item:last-child {
  border-bottom: none;
}
.cma-toc-link {
  font-size: 1.05em;
  font-weight: bold;
  color: #2E5090;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.cma-toc-link:hover {
  text-decoration: underline;
  color: #1a3a70;
}
.cma-toc-desc {
  font-size: 0.9em;
  color: #666;
  font-style: italic;
  line-height: 1.4;
}
.cma-footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
  font-size: 0.88em;
  color: #999;
  font-style: italic;
}
@media (max-width: 700px) {
  .cma-columns {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }
  .cma-section-title { font-size: 1.5em; }
  .cma-title { font-size: 1.9em; }
  .cma-toc-item { flex-direction: column; gap: 4px; }
}