/*
 * The firm's own reading of the Boletín Oficial (PRE-83). Stone world, like the fee unit and the
 * other reference pages: something a lawyer consults, not part of the conversation.
 *
 * What the page has to make easy is scanning a day and deciding what to open, so the citation is
 * the line that reads first and the title sits under it. Everything else is quieter than both.
 */

.novedades__alcance {
  color: var(--muted);
}

.novedades__dia {
  margin-top: 1.5rem;
}

.novedades__dia h2 {
  font-size: var(--step-0);
  font-variant-numeric: tabular-nums;
  color: var(--muted);
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 0.25rem;
}

.novedades__lista {
  list-style: none;
  padding: 0;
}

.novedad {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--color-border);
}

.novedad__cita {
  font-weight: 600;
  margin: 0;
}

.novedad__titulo {
  margin: 0.25rem 0 0;
}

.novedad__organismo,
.novedad__fueros {
  margin: 0.125rem 0 0;
  color: var(--muted);
  font-size: var(--step--1);
}

/* The limits of the filter. Deliberately quiet and deliberately present: it is read once, and an
 * absence on this page is only honest when the reader knows what was looked at. */
.novedades__alcance-detalle {
  margin-top: 2rem;
  color: var(--muted);
  font-size: var(--step--1);
}

.novedades__alcance-detalle h2 {
  font-size: var(--step-0);
}
