/* Full-image nonfiction pages opt in through their immutable asset namespace. */
img[src*="/storage/v1/object/public/woodlandlibrary/nonfiction-pilot/"] {
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}
/* Existing cover-title components render these two direct sibling overlays. */
*:has(> img[src*="/storage/v1/object/public/woodlandlibrary/nonfiction-pilot/"]) > div[class~="z-[6]"][class~="pointer-events-none"][class~="inset-x-0"] {
  display: none !important;
}
