
/* linkcrit.com custom tweaks */
html { scroll-behavior: smooth; }
.section { padding-top: 4rem; padding-bottom: 4rem; }
.card { border-radius: 1rem; border: 1px solid rgb(30 41 59); background: rgba(2,6,23,.6); }
.shadow-ring:focus { outline: none; box-shadow: 0 0 0 3px rgba(16,185,129,.6); }
a.skip { position:absolute; left:-9999px; }
a.skip:focus { left: 0; z-index: 50; background:#0f172a; color:white; padding:.5rem 1rem; border-radius:.5rem; }

#cookieBanner a:hover{ text-decoration: underline; }
