.download.is-disabled {
  cursor: not-allowed;
  opacity: .48;
}

.download.is-disabled:hover {
  transform: none;
  background: #292c27;
}

.letter-card {
  width: min(880px, 100%);
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  transform: none;
}

.letter-card + .letter-card {
  margin-top: 32px;
}

.letter-card strong {
  font-weight: 800;
}

.letter-disclosure summary {
  cursor: pointer;
  list-style: none;
}

.letter-disclosure summary::-webkit-details-marker {
  display: none;
}

.letter-disclosure summary:focus-visible {
  outline: 2px solid #b84920;
  outline-offset: 8px;
}

.letter-disclosure .paper-head {
  display: flex;
}

.letter-preview {
  display: block;
  position: relative;
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.72;
}

.letter-body {
  padding-top: 26px;
  border-top: 1px dashed rgba(38, 27, 15, .32);
}

.letter-body p {
  position: relative;
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.72;
}

.read-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(38, 27, 15, .42);
  color: #2d251b;
  font: 800 10px Consolas, monospace;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: background .2s, color .2s;
}

.read-toggle:hover {
  background: #24231e;
  color: #eee7d6;
}

.read-toggle i {
  font-size: 20px;
  font-style: normal;
  transition: transform .2s;
}

.toggle-close {
  display: none;
}

.letter-disclosure[open] .toggle-open {
  display: none;
}

.letter-disclosure[open] .toggle-close {
  display: inline;
}

.letter-disclosure[open] .read-toggle {
  margin-bottom: 26px;
}

.letter-disclosure[open] .read-toggle i {
  transform: rotate(180deg);
}

@media (max-width: 700px) {
  .letter-preview,
  .letter-body p {
    font-size: 14px;
  }
}

.release-note {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  padding: 12px 14px;
  border-left: 2px solid #ff8a25;
  background: rgba(255, 138, 37, .08);
  color: #b9b8af;
  font-size: 11px;
  line-height: 1.55;
}

.release-note b {
  color: #ffb066;
}

.voice-callout {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 138, 37, .25);
  background: linear-gradient(135deg, rgba(255, 138, 37, .08), rgba(0, 0, 0, .2));
}

.voice-callout > span {
  color: #ff8a25;
  font: 800 9px Consolas, monospace;
  letter-spacing: 2px;
}

.voice-callout h2 {
  margin: 10px 0 8px;
  color: #f1ead9;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 400;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.voice-callout p {
  max-width: 650px;
  margin: 0 0 18px;
  color: #aaa99f;
  font-size: 13px;
  line-height: 1.65;
}

.voice-callout a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  background: #ff8a25;
  color: #16110d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .8px;
  text-decoration: none;
  text-transform: uppercase;
}
