/*
 Theme Name: VGDP Theme Production
 Theme URI:  https://example.com/vgdp-theme
 Author:     VGDP Builder (generated)
 Author URI: https://example.com
 Description: Production-ready VGDP theme with affiliate features, cloaker, UTM tracking, price caching, deals template.
 Version:    1.0.0
 License:    GPL-2.0+
 Text Domain: vgdp-theme
*/
body { margin:0; font-family: Arial, sans-serif; color:#222; }
.vgdp-header { background:#0b79d0; color:#fff; padding:20px; }
.vgdp-container { max-width:1100px; margin:20px auto; padding:0 20px; }
.vgdp-deal { border:1px solid #e2e2e2; padding:12px; margin-bottom:12px; display:flex; gap:12px; align-items:center; }
.vgdp-deal img { max-width:120px; height:auto; display:block; }
.vgdp-cta { background:#ff6a00; color:#fff; padding:8px 12px; border-radius:4px; text-decoration:none; }
