/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

 
.pwr-tooltip__icon { /*
    background: none !important; /* Fjerner eksisterende bakgrunn */ /*
    width: auto !important;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pwr-tooltip__icon::before {
    content: "📌"; /* Unicode-ikonet */ /*
    font-size: 30px; /* Juster størrelsen på ikonet etter behov *//*
    color: green; /* Endrer fargen til grønn *//*
    display: block;
}

/* Gjemmer det eksisterende SVG-ikonet */ /*
.pwr-tooltip__icon svg {
    display: none !important;
}
*/