/* PWA Styles for MZMZ */
.install-button {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

.install-button.show {
    display: block;
}

.pwa-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 10px;
    text-align: center;
    z-index: 1000;
}