body {
  font-family: sans-serif;
  margin: 0;
  padding: 0 1.5rem 2rem;
  color: #222;
}

.disclaimer {
  background: #fff3cd;
  color: #664d03;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid #ffe69c;
  font-size: 0.9rem;
  position: sticky;
  top: 0;
}

.notice {
  color: #555;
  font-size: 0.85rem;
}

.error {
  color: #b02a37;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1rem;
}

th, td {
  border: 1px solid #ccc;
  padding: 0.4rem 0.6rem;
  text-align: center;
  font-size: 0.9rem;
}

td.low-confidence {
  background: #ffe0e0;
  cursor: pointer;
}

td.confirmed {
  background: #e6f4ea;
}

#icsButtons button {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
