.mobile-toggle {
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.mobile-toggle:focus-visible,
.links a:focus-visible,
.pill:focus-visible,
.social-links a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.download-panel {
  padding: 22px;
  border: 1px solid #34343d;
  border-radius: 18px;
  background: #111217;
}

.download-title {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 650;
}

.download-panel .form-note {
  font-size: .84rem;
  color: #aaaab3;
}

.actual-book-cover {
  width: min(390px, 86vw);
  height: auto;
  border-radius: 3px;
  box-shadow: 0 34px 85px rgba(0, 0, 0, .55);
}

@media (max-width: 760px) {
  .mobile-toggle { display: inline-flex; }
  .links {
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .45);
  }
  .links a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 12px;
  }
}

@media (max-width: 800px) {
  .book-preview {
    min-height: 420px;
    order: initial;
  }
  .book-preview-cover,
  .actual-book-cover { width: min(300px, 78vw); }
  .download-panel { margin-bottom: 8px; }
}
