/* Kitchen2MyTable PWA install guide */
.k2t-pwa-install-item { border-top: 1px solid rgba(128,51,107,.18); margin-top: 10px; padding-top: 10px; }
.k2t-pwa-install-btn { width:100%; display:block; text-align:left; border:0; background:transparent; color:#80336b; font:inherit; font-weight:600; font-size:18px; padding:10px 0; cursor:pointer; }
.k2t-pwa-install-btn:hover { color:#f7b948; }
.k2t-pwa-hidden { display:none !important; }
.k2t-pwa-overlay { position:fixed; inset:0; z-index:99999; background:rgba(0,0,0,.56); display:none; align-items:flex-end; justify-content:center; padding:16px; box-sizing:border-box; }
.k2t-pwa-overlay.k2t-pwa-show { display:flex; }
.k2t-pwa-card { width:min(520px, 100%); background:#fff; color:#222; border-radius:18px; box-shadow:0 18px 50px rgba(0,0,0,.28); padding:22px; font-family:Poppins, Arial, sans-serif; box-sizing:border-box; }
.k2t-pwa-card h2 { margin:0 0 10px; color:#80336b; font-size:22px; line-height:1.2; }
.k2t-pwa-card p { margin:0 0 14px; line-height:1.45; }
.k2t-pwa-card ol { margin:0 0 18px 22px; padding:0; line-height:1.55; }
.k2t-pwa-actions { display:flex; gap:10px; justify-content:flex-end; flex-wrap:wrap; }
.k2t-pwa-primary, .k2t-pwa-secondary { border:0; border-radius:10px; padding:11px 16px; font-weight:700; cursor:pointer; font-size:15px; }
.k2t-pwa-primary { background:#80336b; color:#fff; }
.k2t-pwa-secondary { background:#f2f2f2; color:#333; }
@media (min-width: 700px) { .k2t-pwa-overlay { align-items:center; } }
