/* Attribution page. Reuses the same shell every simple page on this site
   uses (see kana.css's own comment on this); the page itself is just a
   list, so there is nothing beyond that to add here. */
.kd-page { background: var(--c-wash); }
.l-intro { padding: 3.5rem 1.5rem 5rem; }
.l-intro__inner { max-width: 720px; margin: 0 auto; text-align: left; }
.l-intro__title { font-size: 2rem; color: var(--c-pink); margin-bottom: 1rem; }
.l-intro__back { margin-top: 2.5rem; font-size: 0.88rem; }
.l-intro__back a { color: var(--c-pink); font-weight: 700; }

.kd-intro { font-size: 14.5px; line-height: 1.7; color: var(--c-body); margin: 0 0 28px; }

.kd-source {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 18px;
  padding: 20px 22px;
  margin-bottom: 16px;
}
.kd-source__name { margin: 0 0 4px; font-size: 16px; font-weight: 800; }
.kd-source__meta { margin: 0 0 10px; font-size: 12.5px; color: var(--c-muted); }
.kd-source__meta a { color: var(--c-pink); }
.kd-source__used { margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--c-body); }

/* Divides the sources we actually use from the projects we only borrowed an
   approach from. Without the split, listing WaniKani beside KANJIDIC would
   imply their material is in here. */
.kd-heading {
  margin: 38px 0 8px;
  font-size: 1.15rem;
  color: var(--c-pink);
}

.kd-note {
  margin: 0 0 20px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--c-body);
}

@media (max-width: 700px) {
  .l-intro { padding: 2.5rem 1rem 3.5rem; }
  .l-intro__title { font-size: 1.6rem; }
  .kd-source { padding: 16px 18px; }
}
