/* The studio credit at the very bottom of every public page. The artwork is
   Codewrights' own and is hot-linked from codewrights.io, so the logo can change
   without a deploy here. Don't copy it into this repo. */
.codewrights-credit { display: flex; justify-content: center; padding: 20px 16px 28px; }
.codewrights-badge { display: inline-flex; opacity: 0.72; transition: opacity 160ms ease; }
.codewrights-badge:hover, .codewrights-badge:focus-visible { opacity: 1; }
.codewrights-badge img { display: block; width: 180px; height: auto; }
/* The badge is transparent. Light pages use the -on-light artwork; potionpost
   carries both and shows the one that suits the palette the visitor chose. */
.codewrights-badge .codewrights-badge__on-light { display: none; }
[data-palette="daybook"] .codewrights-badge .codewrights-badge__on-dark { display: none; }
[data-palette="daybook"] .codewrights-badge .codewrights-badge__on-light { display: block; }
@media (prefers-reduced-motion: reduce) { .codewrights-badge { transition: none; } }
