/* Version display styling */
.version {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

@media (max-width: 480px) {
    .version {
        right: 5px;
        bottom: 5px;
        font-size: 9px;
    }
}