/*
Theme Name:     Hello Biz Child
Theme URI:      http://nsgdesign.it/
Description:    Tema Child per il tema Hello Biz
Author:         NSG
Author URI:     http://nsgdesign.it/
Template:       hello-biz
Version:        0.1.0
*/

/* Wrapper del player */
.s1s-audio-wrapper {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 9999;
}



/* Per screen reader puoi eventualmente creare una classe dedicata */
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.s1s-audio-toggle {
    fill: #FFFFFF;
    text-decoration: none;
    background-image: url("https://www.senza1senso.it/wp-content/uploads/2025/12/play-bianco.svg");
    background-repeat: no-repeat;
    background-size:27px;
    background-position: 30px center;
    padding-left:75px!important;
}
.s1s-audio-toggle:hover {
    background-image: url("https://www.senza1senso.it/wp-content/uploads/2025/12/play.svg");
}