body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 40px auto;
  max-width: 900px;
  line-height: 1.45;
  color: #111827;
  background: #ffffff;
}

h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.wire-page > p {
  color: #6b7280;
  margin-bottom: 2rem;
}

.wire-list {
  list-style: none;
  padding-left: 0;
}

.wire-item {
  margin-bottom: 0.3rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e5e7eb;
}

.wire-text {
  font-size: 0.95rem;
}

.wire-tags {
  margin-left: 0.4rem;
}

.tag {
  display: inline-block;
  background: #dbeafe;
  color: #1e40af;
  padding: 2px 8px;
  margin-left: 4px;
  border-radius: 999px;
  font-size: 0.85rem;
  white-space: nowrap;
}

.wire-source {
  margin-left: 0.4rem;
  font-size: 0.9rem;
  color: #6b7280;
}

.wire-source a {
  color: #2563eb;
  text-decoration: none;
}

.wire-source a:hover {
  text-decoration: underline;
}

.wire-edition {
  margin-top: 2rem;
}

.wire-edition-title {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  color: #111827;
}

.archive-title {
  margin-top: 2.5rem;
  font-size: 1.1rem;
  color: #374151;
}

.wire-link {
  font-weight: 600;
  color: #111827;
  text-decoration: none;
}

.wire-link:hover {
  text-decoration: underline;
}



/* Region tags */
.tag-us,
.tag-canada {
  background: #768df5;
  color: #f9fcfb;
}

.tag-china {
  background: #fee2e2;
  color: #991b1b;
}

.tag-europe,
.tag-euro-area,
.tag-germany,
.tag-uk {
  background: #ede9fe;
  color: #5b21b6;
}

.tag-japan,
.tag-taiwan,
.tag-south-korea {
  background: #fef3c7;
  color: #92400e;
}

.tag-brazil {
  background: #dcfce7;
  color: #166534;
}

/* Macro topic tags */
.tag-inflation,
.tag-ppi {
  background: #ffedd5;
  color: #c2410c;
}

.tag-growth,
.tag-gdp,
.tag-consumption,
.tag-pmi {
  background: #dcfce7;
  color: #166534;
}

.tag-trade,
.tag-exports {
  background: #e0f2fe;
  color: #075985;
}

.tag-rates,
.tag-central-banks,
.tag-boe {
  background: #f3e8ff;
  color: #6b21a8;
}

.tag-manufacturing,
.tag-investment,
.tag-property {
  background: #fef3c7;
  color: #92400e;
}

.tag-oil,
.tag-energy,
.tag-commodities {
  background: #fef3c7;
  color: #92400e;
}

.tag-calendar {
  background: #f1f5f9;
  color: #475569;
}