body {
  margin: 0;
  background: #f8fafc;
  font-family: Arial, sans-serif;
  color: #1e293b;
}

.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.article-card {
  max-width: 560px;
  background: #ffffff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.eyebrow {
  margin: 0 0 12px;
  color: #1d4ed8;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 13px;
  font-weight: 700;
}

.article-card h1 {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: 36px;
  line-height: 1.15;
}

.meta {
  margin: 0 0 18px;
  color: #64748b;
  font-size: 14px;
}

.summary {
  margin: 0 0 22px;
  color: #334155;
  font-size: 17px;
  line-height: 1.75;
}

.article-card a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

.article-card a:hover {
  text-decoration: underline;
}
