.watch-editorial-corrections {
  box-sizing: border-box;
  min-width: 0;
  margin-block: 0 1.75rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid var(--line, #43413b);
  border-inline-start: 3px solid #aa8750;
  border-radius: 8px;
  background: rgba(170, 135, 80, .06);
  color: var(--text, #eee);
  overflow-wrap: anywhere;
}
.watch-editorial-corrections .watch-correction-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .3rem 1rem;
  margin-block-end: .65rem;
  color: var(--muted, #aaa);
  font-size: .75rem;
  line-height: 1.5;
}
.watch-editorial-corrections .watch-correction-meta > span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.watch-editorial-corrections h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
}
.watch-editorial-corrections .watch-correction-moment {
  margin: .8rem 0 .3rem;
  color: var(--muted, #aaa);
  font-size: .8rem;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
}
.watch-editorial-corrections .watch-correction-text {
  margin: 0;
  max-width: 78ch;
  color: inherit;
  font-size: .95rem;
  line-height: 1.7;
}
.watch-editorial-corrections .watch-correction-sources {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1.2rem;
  margin: .75rem 0 0;
  padding: 0;
  list-style: none;
  font-size: .8rem;
  line-height: 1.6;
}
.watch-correction-sources li { min-width: 0; max-width: 100%; }
.watch-correction-sources a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .2em;
}
.watch-correction-sources a:hover { text-decoration-thickness: 2px; }
.watch-correction-sources a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.watch-correction-entry + .watch-correction-entry { margin-block-start: 1rem; padding-block-start: .25rem; border-block-start: 1px solid var(--line, #43413b); }
@media (pointer: coarse) { .watch-correction-sources a { padding-block: .6rem; } }
@media print { .watch-editorial-corrections { color: #111; background: none; border-color: #777; break-inside: avoid; } }
