/* The Claims screen.
 *
 * EVERY COLOUR AND EVERY CORNER COMES FROM A TOKEN (D25), and every class this
 * screen uses has a rule here -- a class with no rule behind it draws as a bare
 * browser default and no check can see it.
 */

/* THE THREE SECTIONS. What is running out comes first, above everything, because
 * it is the only one of the three that is money still winnable. */
.k-claims__section {
  margin: 20px 0 4px;
  font-size: 1.1rem;
}

.k-claims__section:first-of-type {
  margin-top: 0;
}

.k-claims__explain,
.k-claims__worth {
  margin: 0 0 12px;
  color: var(--text-muted);
}
