*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.7;
  color: #222;
  background: #fff;
  max-width: 680px;
  margin: 60px auto;
  padding: 0 24px 80px;
}

h1 {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-bottom: 0.3em;
}

.tagline {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0.5em;
}

.status-overall {
  margin-bottom: 2.5em;
}

h2 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #999;
  margin: 2.5em 0 0.8em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

ul {
  list-style: none;
  border-top: 1px solid #e8e8e8;
}

ul li {
  border-bottom: 1px solid #e8e8e8;
  padding: 0.55em 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 1.5em;
}

ul li a {
  color: #222;
  text-decoration: none;
}

ul li a:hover {
  text-decoration: underline;
}

.note {
  color: #888;
  font-size: 0.85rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: right;
}

img {
  vertical-align: middle;
  display: inline-block;
}

footer {
  margin-top: 4em;
  font-size: 0.8rem;
  color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 480px) {
  body { font-size: 16px; margin-top: 36px; }
  ul li { grid-template-columns: 1fr auto; }
  ul li .badge-cell { display: none; }
  .note { white-space: normal; }
}
