/* Remove the outer bordered/glass shell around the comic cut detail view.
   Keep the internal image, pill grid, navigation, Value Highlights, and
   Additional Information panels intact. */
#result > .card,
.result > .card{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
