.toc-download-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin: 16px 0 18px;
  padding: 14px;
  border: 1px solid #e2cc8e;
  border-radius: 14px;
  background: linear-gradient(135deg, #f8eed7 0%, #e5ca82 58%, #c7a85a 100%);
  color: #18130b;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .65);
}

.toc-download-callout * {
  box-sizing: border-box;
}

.toc-download-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #18130b;
  border-radius: 10px;
  background: #fffaf0;
  color: #18130b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  box-shadow: 3px 3px 0 rgba(24, 19, 11, .18);
}

.toc-download-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.toc-download-copy strong {
  color: #18130b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.15;
}

.toc-download-copy span {
  color: #3c3020;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.toc-download-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 11px 15px;
  border: 2px solid #18130b;
  border-radius: 10px;
  background: #18130b;
  color: #fff8e8;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.toc-download-action small {
  padding: 3px 5px;
  border-radius: 4px;
  background: #f8eed7;
  color: #18130b;
  font-size: 9px;
  letter-spacing: .08em;
}

.toc-download-action--landing {
  min-height: 44px;
  border-color: #e2cc8e;
  background: linear-gradient(135deg, #f8eed7, #d7b357);
  color: #18130b;
  box-shadow: 0 7px 18px rgba(0, 0, 0, .24);
}

.toc-download-action--landing small {
  background: #18130b;
  color: #fff8e8;
}

.toc-download-action--landing:hover,
.toc-download-action--landing:focus-visible {
  background: #f3dc91;
  color: #18130b;
}

.toc-download-action:hover,
.toc-download-action:focus-visible {
  transform: translateY(-1px);
  background: #2b2114;
  color: #fff;
  box-shadow: 0 7px 16px rgba(0, 0, 0, .25);
}

.toc-download-action:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 620px) {
  .toc-download-callout {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 12px;
  }

  .toc-download-mark {
    width: 42px;
    height: 42px;
  }

  .toc-download-action {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .toc-download-action {
    transition: none;
  }
}
