/*
Theme Name: Coupon WP Modern
Theme URI: https://ai.studio/build
Author: Coupon.UK AI Builder
Author URI: https://ai.studio/build
Description: A highly polished, performance-tuned modern WordPress theme for voucher sites, promo codes, direct discount deals, and brand comparisons. Complete with custom post types for Vouchers and Stores, responsive layouts, copy-code reveal mechanics, and custom widget sidebars.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coupon-wp-modern
Tags: coupon, voucher, deals, affiliate, custom-post-types, responsive-layout, clean-design

This theme is designed to match the fast, responsive styling of the Coupon.UK React App, including our custom amber/teal color palette, dynamic coupon reveal modals, and comprehensive store archives.
*/

/* Reset & Root variables matching our Coupon.UK React App */
:root {
  --color-primary-teal: #14b8a6;
  --color-teal-dark: #0f766e;
  --color-primary-amber: #f59e0b;
  --color-amber-dark: #d97706;
  --color-slate-900: #0f172a;
  --color-slate-800: #1e293b;
  --color-slate-600: #475569;
  --color-slate-500: #64748b;
  --color-slate-100: #f1f5f9;
  --color-bg: #f4f7f6;
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-bg);
  color: var(--color-slate-900);
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

/* Minimal utility classes fallback for WordPress editor blocks */
.aligncenter { display: block; margin: 0 auto; text-align: center; }
.alignleft { float: left; margin: 0 1.5em 1.5em 0; }
.alignright { float: right; margin: 0 0 1.5em 1.5em; }
.wp-caption { background: #fff; border: 1px solid #e2e8f0; max-width: 100%; padding: 4px; text-align: center; }
.wp-caption-text { font-size: 0.85em; color: var(--color-slate-500); margin: 4px 0 0; }
