/* WebView / embedded mode - hide header, adjust layout */
/* Activate with ?webview=1 or ?embedded=1 in URL */

html.webview-mode .navigation,
html.webview-mode .privacy-logo-section,
html.webview-mode .privacy-title-section .privacy-title {
    display: none !important;
}

html.webview-mode body {
    padding-top: 0 !important;
}

html.webview-mode body {
    background: transparent !important;
}