#unity-pbm-screen {
    display: block !important;
    border: none;
    position: relative;
}

#unity-pbm-screen-overlay {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#unity-pbm-screen-overlay p {
    font-size: 1.5em;
    font-weight: bold;
    font-family: sans-serif;
    background: #9B9B9B;
    color: white;
    border-radius: 10px;
    padding: 5px 10px;
    box-shadow: 4px 5px #404040;
}

#mute, label[for=mute], #volume-control {
    pointer-events: none;
}

#uf-volume-system {
    cursor: not-allowed;
}

#unity-fullscreen-button {
    cursor: not-allowed;
}