/* Small native-PHP presentation additions; the original Tailwind theme remains in site.css. */
[hidden]{display:none!important}
body{font-family:var(--font-archivo,Archivo,Arial,sans-serif)}
button,select{cursor:pointer}
.site-skip{position:fixed;left:1rem;top:-8rem;z-index:100;padding:1rem;background:#90fb01;color:#050707;border-radius:.5rem;font-weight:700}
.site-skip:focus{top:1rem}
.site-gallery-thumb{opacity:.7}
.site-gallery-thumb[aria-pressed=true]{opacity:1;border:2px solid #90fb01}
.site-filter-toggle{display:none}
.site-enhanced .site-filter-toggle{display:block}
.ciacar-article-body h3{margin:1.5rem 0 .75rem;font-size:1.2rem;font-weight:700;color:#f1f3f0}
.ciacar-article-body a{color:#90fb01;text-decoration:underline;text-underline-offset:3px}
.ciacar-article-cta a{text-decoration:none}
@media(min-width:640px){.site-enhanced .site-filter-toggle{display:none}}
@media(max-width:639px){.site-enhanced .site-filters:not(.site-filters-open){display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
