body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f7f5f2;
  margin: 0;
  padding: 40px;
  color: #222;
}

.container {
  max-width: 720px;
  margin: 0 auto;
}

h1 {
  font-size: 32px;
  margin-bottom: 8px;
}

.subtitle {
  color: #666;
  margin-bottom: 20px;
}

#last-updated {
  font-size: 13px;
  color: #888;
  margin-bottom: 20px;
}

/* FILTERS */

.filters {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}

button {
  padding: 6px 14px;
  border-radius: 20px;
  border: none;
  background: #e5dfd7;
  cursor: pointer;
  font-size: 14px;
}

button.active {
  background: #c7a27c;
  color: white;
}

/* CARDS */

.card {
  background: white;
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.card.top {
  border: 2px solid #c7a27c;
}

/* BADGE */

.badge {
  font-size: 12px;
  color: #c7a27c;
  margin-bottom: 12px;
}

/* HEADER ROW */

.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

/* LEFT SIDE */

.title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
}

.company {
  color: #777;
  font-size: 14px;
  margin-bottom: 14px;
}

/* BULLETS */

ul {
  margin: 0 0 16px 18px;
  padding: 0;
}

ul li {
  margin-bottom: 8px;   /* 👈 spacing between bullet lines */
  line-height: 1.5;     /* 👈 better readability */
}

/* CONFIDENCE TEXT */

.confidence {
  font-size: 14px;
  margin-top: 10px;
  color: #555;
}

/* RIGHT SIDE */

.right {
  text-align: right;
  min-width: 120px;
}

.score {
  font-weight: 600;
  margin-bottom: 10px;
  color: #a67c52;
}

.right a {
  text-decoration: none;
  color: #6b3df5;
  font-weight: 500;
}

/* LOADING */

#loading {
  color: #777;
  margin-bottom: 20px;
}
