/* WordPress integration refinements. */
.custom-logo { width: 45px; height: 45px; object-fit: contain; }
.legal-content > *:last-child { margin-bottom: 0; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }
.nav-links { margin: 36px auto; display: flex; justify-content: center; gap: 12px; }
.nav-links .page-numbers { min-width: 40px; min-height: 40px; padding: 8px 12px; display: inline-grid; place-items: center; border: 1px solid var(--green); border-radius: 999px; }
.nav-links .current { background: var(--green); color: var(--custard); }

body.admin-bar .site-header.with-notice { top: 66px; }
body.admin-bar .site-header:not(.with-notice) { top: 46px; }

@media (max-width: 782px) {
  body.admin-bar .site-header.with-notice { top: 80px; }
  body.admin-bar .site-header:not(.with-notice) { top: 60px; }
}

@media (max-width: 600px) {
  #wpadminbar { position: fixed; }
}

