pre { 
 color: var(--blue);
 font-weight:bold;
 background-color: transparent;
}
pre b { 
  color: var(--red); 
  }
.isbn {
  text-wrap: nowrap;
}