.nx-site .nx-footer-actions{box-sizing:border-box;display:flex;justify-content:flex-end;gap:8px;width:min(calc(100% - 48px),var(--site-width));margin:0 auto;padding:24px 0 18px}.nx-site .nx-footer-actions button{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;padding:8px;border:0;border-radius:50%;background:var(--site-accent);color:var(--site-accent-contrast,#fff);cursor:pointer}.nx-site .nx-footer-actions svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.nx-site .nx-footer-actions button:hover{filter:brightness(1.1)}.nx-site .nx-footer-actions button:focus-visible{outline:2px solid currentColor;outline-offset:3px}body:has(.nx-footer-cookie-settings) #cookie-settings-icon{display:none}