.restaurant-pwa-install {
    position: fixed;
    right: 16px;
    bottom: 18px;
    z-index: 950;
    display: none;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    max-width: calc(100vw - 32px);
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: #263f25;
    color: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
    font: 700 14px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    cursor: pointer;
}

.restaurant-pwa-install.is-visible {
    display: inline-flex;
}

.restaurant-pwa-install:focus-visible {
    outline: 3px solid rgba(255, 193, 7, 0.7);
    outline-offset: 2px;
}

.restaurant-pwa-install svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

@media (min-width: 768px) {
    .restaurant-pwa-install {
        right: 24px;
        bottom: 24px;
    }
}
