/**
 * Loaded on blog, guides, and chain pages. Class `gluto-app-embed` is set on
 * <html> by the iOS app WebView at document start so marketing chrome hides
 * and content uses the native navigation bar as the shell.
 */
html.gluto-app-embed .lp-nav {
  display: none !important;
}

html.gluto-app-embed .lp-footer,
html.gluto-app-embed footer.lp-footer {
  display: none !important;
}

html.gluto-app-embed .blog-bg,
html.gluto-app-embed .chain-guide-bg {
  opacity: 0.4;
}

html.gluto-app-embed main {
  padding-bottom: max(1.25rem, env(safe-area-inset-bottom));
}

html.gluto-app-embed body.blog-page .blog-header {
  padding-top: 0.15rem;
}

html.gluto-app-embed body.blog-page .blog-index-layout {
  padding-top: 0.25rem;
}
