.zoom-button {
    display: none;
}

.user-info {
    display: none;
    margin-top: 20px;
}

.zoom-button.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}