/* secao de estilos para corrigir o botao vlibras borrado */

/* remove efeitos de desfoque do vlibras */
[vw] {
  backdrop-filter: none !important;
  filter: none !important;
}

[vw] * {
  backdrop-filter: none !important;
  filter: none !important;
}

/* botao de acesso do vlibras */
[vw] [vw-access-button] {
  backdrop-filter: none !important;
  filter: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

/* plugin wrapper do vlibras */
[vw] [vw-plugin-wrapper] {
  backdrop-filter: none !important;
  filter: none !important;
}

/* container principal do plugin */
.vw-plugin-top-wrapper {
  backdrop-filter: none !important;
  filter: none !important;
}

/* garantir que o vlibras tenha alta prioridade no z-index */
[vw] {
  z-index: 9999999 !important;
}

/* remover qualquer transformacao que possa afetar a nitidez */
[vw] * {
  transform: translateZ(0) !important;
  will-change: auto !important;
}
