p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}
.author,.title{
    display: none;
}
/* Hace que un bloque específico se extienda a ancho de ventana (full-bleed) */
.book .book-body .page-wrapper .page-inner .fullbleed {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw !important;
  max-width: 100vw !important;
}
/* El iframe que viene de include_url ocupa todo el ancho del bloque */
.fullbleed iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  border: 0;
}
/* Evita desbordes en pantallas pequeñas */
@media (max-width: 768px) {
  .book .book-body .page-wrapper .page-inner .fullbleed {
    margin-left: 0;
    margin-right: 0;
    left: 0; right: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
}
