/*
Theme Name: Pixabay Wallpaper Theme (Starter)
Theme URI: https://example.com
Author: ChatGPT (generated)
Author URI: https://example.com
Description: Minimal starter theme for a wallpaper site (CPT 'wallpaper', responsive images, JSON-LD, SEO-friendly basics).
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: pixabay-wallpaper-theme
Tags: photography, gallery, responsive, seo
*/

:root{
  --content-width:1200px;
}
body{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; margin:0; color:#222;}
.site{max-width:var(--content-width);margin:0 auto;padding:20px}
.header{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.site-title{font-weight:700;font-size:20px}
.site-description{color:#666;font-size:13px}
.main-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px}
.card{border:1px solid #eee;border-radius:6px;overflow:hidden;background:#fff}
.card img{width:100%;height:auto;display:block}
.card .meta{padding:10px}
.card .title{font-weight:600;font-size:15px}
.btn{display:inline-block;padding:8px 12px;border-radius:6px;text-decoration:none;background:#0073aa;color:#fff}
.footer{margin-top:40px;padding:20px 0;color:#666;text-align:center}

/* Light responsive touches */
@media (max-width:600px){.site{padding:12px}}
