/* Security: JavaScript frame-busting defense against clickjacking */
html.anti-clickjack body {
    display: none !important;
}
