/* Installed PWA safe areas (requires viewport-fit=cover on the host index.html) */
.invara-pwa-safe-top {
    padding-top: max(12px, env(safe-area-inset-top, 0px));
}

.invara-pwa-safe-bottom {
    padding-bottom: max(8px, env(safe-area-inset-bottom, 0px));
}
