.glossario-link{
    color:#0060FF;
    cursor:pointer;
    text-decoration:none;
}

.glossario-link:hover{
    text-decoration:underline;
}

.glossario-modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    z-index:9999;
    align-items:center;
    justify-content:center;
}

.glossario-box{
    background:#fff;
    width:90%;
    max-width:540px;
    padding:24px;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.glossario-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:1px solid #ddd;
}

#glossarioTitolo{
    font-size:28px;
    color:#0060FF;
    font-weight:bold;
}

#glossarioTesto{
    font-size:16px;
    line-height:1.5;
    color:#333;
}

.glossario-header button{
    background:none;
    border:none;
    font-size:28px;
    cursor:pointer;
    line-height:1;
}