/* Styles Hidden VLibras button widget to look like it is the icon button */
:root {
  --rgb-ufgd-light-green: 200, 212, 0;
  --rgb-ufgd-green: 116, 151, 25;
  --rgb-ufgd-light-green-a-hover-2: 200,212,0,0.20;
  --rgb-ufgd-light-green-a-hover: 200,212,0,0.10;
}
[vw-access-button] {
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0;
}

[vw-access-button].active + .br-button {
  --hover: rgba(var(--rgb-ufgd-light-green-a-hover-2));
  background-color: rgba(var(--rgb-ufgd-light-green-a-hover)) !important;
  color: var(--color-dark) !important;
}

[vw-access-button]:hover + .br-button:not(:disabled) {
  background-image: linear-gradient(rgba(var(--interactive-rgb), var(--hover)), rgba(var(--interactive-rgb), var(--hover)));
}

/*# sourceMappingURL=style-vlibras.css.map */
