/* BEONWEB Signature (robusto) */
.bw-site-signature{position:fixed;z-index:var(--bw-z,99999);font-size:9px;line-height:1;letter-spacing:.02em;user-select:none;pointer-events:auto;opacity:.9;transform-origin:right bottom}
.bw-site-signature__link{color:var(--bw-c,#9E9E9E)!important;text-decoration:none!important;transition:color .15s ease}
.bw-site-signature__link:hover{color:var(--bw-h,#111)!important}

/* posição right-bottom */
.bw-pos-right-bottom{
  right: var(--bw-off-x, 16px);
  bottom: var(--bw-off-y, 16px);
}

/* rotação */
.bw-rot-0{transform:rotate(0deg)}
.bw-rot--90{transform:rotate(-90deg)}

/* modos */
.bw-mode-float{opacity:.9;pointer-events:auto}
.bw-mode-footer{opacity:0;pointer-events:none}
.bw-mode-footer.is-visible{opacity:.9;pointer-events:auto}
