/* CAmap Nordics — Content pages (methodology, about) */

.content-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 24px;
}

.content-page h1 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  color: #24292e;
}

.content-page h2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 12px;
  color: #24292e;
  padding-bottom: 6px;
  border-bottom: 1px solid #e1e4e8;
}

.content-page h3 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 8px;
  color: #24292e;
}

.content-page p {
  margin-bottom: 12px;
  color: #444d56;
  line-height: 1.7;
}

.content-page ul, .content-page ol {
  margin-bottom: 12px;
  padding-left: 24px;
  color: #444d56;
  line-height: 1.7;
}

.content-page code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 13px;
  background: #f6f8fa;
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid #e1e4e8;
}

/* ── Risk level table ────────────────────────────────────── */

.risk-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 13px;
}

.risk-table th {
  text-align: left;
  padding: 8px 12px;
  background: #f6f8fa;
  border-bottom: 2px solid #e1e4e8;
  font-weight: 600;
  color: #24292e;
}

.risk-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #f0f0f0;
  color: #444d56;
  vertical-align: top;
}

.risk-table tr:hover td {
  background: #f9f9f9;
}

/* ── Signal weight visualization ─────────────────────────── */

.signal-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 13px;
}

.signal-table th {
  text-align: left;
  padding: 6px 10px;
  background: #f6f8fa;
  border-bottom: 2px solid #e1e4e8;
  font-weight: 600;
}

.signal-table td {
  padding: 6px 10px;
  border-bottom: 1px solid #f0f0f0;
}

.signal-weight-bar {
  display: inline-block;
  height: 8px;
  border-radius: 4px;
  background: #0366d6;
  vertical-align: middle;
  margin-left: 4px;
}
