/* Science for Everyone – theme overrides */

/* Image size utility classes (descriptive replacements for WP size-* names) */
.img-thumb  { max-width: 150px; height: auto; }
.img-medium { max-width: 300px; height: auto; }
.img-full   { max-width: 100%; height: auto; }

/* Footer */
.site-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 1rem;
  text-align: center;
}
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer svg { display: block; width: 2rem; height: 2rem; fill: currentColor; }
.cookie-notice { width: 100%; text-align: right; font-size: 0.75rem; opacity: 0.7; margin: 0.5rem 0 0; }
.cookie-notice a { font-size: inherit; }
.cookie-optout { font: inherit; font-size: 0.75rem; background: #c0392b; color: #fff; border: none; border-radius: 3px; padding: 0.2em 0.6em; cursor: pointer; }
.cookie-optout:hover { background: #a93226; }
.cookie-optout.opted-out { background: #27ae60; }
.cookie-optout.opted-out:hover { background: #219150; }
