/*
Theme Name: WikiNP Media Commons
Theme URI: https://wikinp.org
Author: WikiNP Team
Author URI: https://wikinp.org
Description: A lightweight, Wikimedia-style media repository theme for WordPress focused on photo uploads, rich metadata, and SEO.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: wikinp-media-commons
*/

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background: #f8fafc;
  color: #0f172a;
}
a { color: #2563eb; text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: 1100px; margin: 0 auto; padding: 24px; }
.header { display:flex;align-items:center;justify-content:space-between;
  padding:18px 24px; background:#fff; box-shadow:0 6px 18px rgba(0,0,0,.06); }
.logo { font-weight: 800; font-size: 20px; }
.nav a { margin-left: 10px; }
.grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:1rem; }
.card { background:#fff; border-radius:14px; overflow:hidden; box-shadow:0 6px 18px rgba(0,0,0,.06); }
.card img { width:100%; height:220px; object-fit:cover; display:block; }
.meta { padding:12px; font-size:14px; color:#475569; }
.footer { padding:24px; text-align:center; color:#475569; }
.wikinp-inline-img { max-width: 100%; height: auto; display: block; }
