/* Corrección institucional CC&A StratEx para portadas de ebooks */
img.cca-ebook-logo-corrected,
.ebook-brand img[src*="logo_horizontal_ebook"],
.ebook-cover img[src*="logo_horizontal_ebook"],
.ebook-hero img[src*="logo_horizontal_ebook"],
img[src*="logo_horizontal_ebook.svg"] {
  display: block !important;
  width: min(100%, 360px) !important;
  height: auto !important;
  max-height: 92px !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  mix-blend-mode: normal !important;
  background: transparent !important;
}

/* Evita el rectángulo blanco que generaba la imagen PNG opaca */
.ebook-brand,
.ebook-logo,
.ebook-cover-logo,
.ebook-hero-logo {
  background: transparent !important;
}
