/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 07 2026 | 23:11:36 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS, echa un vistazo a https://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 
#okapi-wasb-button:before {
    content: "Necesitas informacion?";
    position: absolute;
    bottom: 90px;
    right: 0;
    background: white;
    color: #333;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    white-space: nowrap;
}
