/*
Theme Name: Affilify
Theme URI: https://example.com
Author: Digital Creators
Author URI: https://example.com
Description: Lightweight affiliate product listing theme with URL importer.
Version: 1.0
License: GPLv2 or later
Tags: affiliate, ecommerce, product, listing
Text Domain: affilify
*/

body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; color:#222; margin:0; padding:0; background:#f8f9fb; }
a { color:#0366d6; text-decoration:none; }
.header { background:#ffffff; border-bottom:1px solid #e6e9ee; padding:18px 24px; }
.container { max-width:1100px; margin:24px auto; padding:0 18px; }
.product-card { background:#fff; border:1px solid #e6e9ee; border-radius:8px; overflow:hidden; display:flex; gap:18px; padding:18px; align-items:flex-start; }
.product-thumb { width:220px; height:220px; flex:0 0 220px; background:#f4f6f8; display:flex; align-items:center; justify-content:center; overflow:hidden; border-radius:6px; }
.product-thumb img { width:100%; height:100%; object-fit:contain; }
.product-info { flex:1; }
.product-title { font-size:20px; margin:0 0 8px; }
.product-price { font-size:18px; color:#e53935; margin-bottom:8px; }
.buy-btn { display:inline-block; background:#ff6f00; color:#fff; padding:10px 16px; border-radius:6px; font-weight:600; }
.meta-row { color:#6b7280; font-size:13px; margin-bottom:10px; }
.youtube-embed { margin-top:12px; }
.archive-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(320px,1fr)); gap:18px; }
.admin-note { background:#fff8e1; padding:10px; border-left:4px solid #ffd54f; margin-bottom:12px; border-radius:6px; }
