p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

code {
  font-family: "Menlo", "Monaco", "Consolas", "Courier New", monospace;
}

kbd {
  border: 1px solid black;
  background-color: lightgrey;
  border-radius: 3px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  margin: 3px;
  font-family: "Menlo", "Monaco", "Consolas", "Courier New", monospace;
}

/* ===== Футер книги ===== */
.page-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 10px;
}

/* Текст футера */
.footer-text {
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
}

/* Центрирование */
.page-footer .nav-footer-center {
  text-align: center;
}

/* Немного воздуха */
.page-footer .nav-footer {
  padding-top: 10px;
}

/* Hover для ссылок (если добавишь) */
.footer-text a {
  color: #6c757d;
  text-decoration: none;
}

.footer-text a:hover {
  text-decoration: underline;
}

.nav-footer {
  border-top: 1px solid #ced4da !important;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 1rem;
}

.nav-footer-center {
  font-size: 1rem;
}