/* PATCH_VIDEO_TESTIMONIO_PREMIUM_V1
   Scope: SOLO UI. No toca JS/motor.
*/

/* A) Testimonio: quitar look blanco -> premium oscuro legible */
#testimonioCard{
  background: linear-gradient(180deg, rgba(12,22,28,.92), rgba(10,18,26,.88)) !important;
  border: 1px solid rgba(0,194,179,.22) !important;
  box-shadow: 0 28px 90px rgba(0,0,0,.55) !important;
}
#testimonioCard *{ color: rgba(255,255,255,.88) !important; }
#testimonioCard b,
#testimonioCard strong{ color: rgba(255,255,255,.96) !important; }

/* B) Bloque metab bajo el testimonio: ocultar por clase REAL detectada en Console */
.bnMetaboNote{
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Fallbacks por si cambia nombre de clase (no afecta otras áreas si no existen) */
#bn-metab-note, #bn-metab-quote,
.metabNote, .metab-note, .noteCard, .note-card,
.quoteBlock, .quote-block{
  display: none !important;
}
