/* Reading Notes — Ideamorphic Daily Digest
   Minimal layout only; typography inherits from t9-base.css.
   Items render as flowing paragraphs, not boxed cards. */

.rn-breadcrumb {
  max-width: 720px;
  margin: 1.2rem auto 0;
  padding: 0 1.5rem;
  opacity: 0.6;
}

.rn-breadcrumb a {
  text-decoration: none;
}

.rn-breadcrumb a:hover {
  text-decoration: underline;
}

.rn-bc-sep {
  margin: 0 0.4rem;
  opacity: 0.5;
}

.reading-note {
  max-width: 720px;
  margin: 2rem auto;
  padding: 0 1.5rem;
}

.rn-header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border, #2a2a3a);
}

.rn-subtitle {
  margin-top: 0.4rem;
  opacity: 0.6;
  font-style: italic;
}

.rn-synthesis {
  margin-bottom: 2.5rem;
}

.rn-stats {
  margin-top: 0.6rem;
  opacity: 0.6;
}

/* Items: flow as paragraphs separated by a thin rule. No border-box, no padding. */
.rn-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.rn-item + .rn-item {
  border-top: 1px solid var(--border, #2a2a3a);
  padding-top: 1.5rem;
}

.rn-item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.4rem;
  flex-wrap: wrap;
}

.rn-source {
  opacity: 0.7;
}

/* Score: hide the visual bar; keep the numeric label inline. */
.rn-score {
  display: inline;
}

.rn-score-bar {
  display: none;
}

.rn-score-label {
  opacity: 0.5;
}

/* Override mmi-print.css `section h3` (uppercase + 7pt + border) for items.
   Item titles should look like normal article headings, inheriting from
   t9-base.css's `main h3` rule. */
.rn-item-title,
.rn-items section h3,
.rn-items h3 {
  text-transform: none;
  letter-spacing: normal;
  border-bottom: none;
  padding-bottom: 0;
  font-size: inherit;
  color: inherit;
  margin: 0.2rem 0 0.5rem;
}

.rn-connection {
  margin: 0;
}

.rn-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.6rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.rn-read-link {
  text-decoration: underline;
}

.rn-tags {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.rn-tag {
  opacity: 0.6;
}

.rn-empty {
  text-align: center;
  opacity: 0.5;
  font-style: italic;
  padding: 2rem 0;
}

.rn-footer {
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border, #2a2a3a);
  opacity: 0.5;
}

.rn-serial {
  font-family: monospace;
}
