.note-shell {
  width: min(100% - 2rem, 78rem);
  margin-inline: auto;
}

.note {
  max-width: 48rem;
  padding: clamp(4rem, 10vw, 8rem) 0;
}

.note-header {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--line, rgba(243, 238, 226, 0.22));
}

.note-header h1 {
  max-width: 18ch;
}

.note-summary {
  max-width: 42rem;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  line-height: 1.5;
}

.note-header time {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.note-body {
  padding-top: 2.5rem;
  font-size: 1.0625rem;
  line-height: 1.75;
}

.note-body h2 {
  margin-top: 3rem;
}

.note-body ul {
  padding-left: 1.25rem;
}

.note-body blockquote {
  margin: 2.5rem 0;
  padding-left: 1.25rem;
  border-left: 2px solid #bb8056;
  font-size: 1.2rem;
}

@media (max-width: 640px) {
  .note-shell {
    width: min(100% - 1.25rem, 78rem);
  }
}
