/*
Theme Name: YesWeCompare Child
Theme URI: https://yeswecompare.com
Author: YesWeCompare
Author URI: https://yeswecompare.com
Description: Child theme for YesWeCompare. Use this for all custom CSS overrides, template modifications, and functionality additions. Parent theme updates will not overwrite your changes here.
Version: 1.0.0
Template: yeswcompare-theme
Requires at least: 6.4
Requires PHP: 8.0
License: Proprietary
Text Domain: ywc-child
*/

/* ════════════════════════════════════════
   CHILD THEME CUSTOM STYLES
   Add your overrides below this line.
   These load AFTER the parent theme CSS.
════════════════════════════════════════ */

/* Example: override the hero background colour */
/*
.ywc-hero {
  background: linear-gradient(135deg, #0a0820 0%, #1a1040 50%, #2a2465 100%);
}
*/

/* Example: change the CTA button style */
/*
.btn-coral {
  border-radius: 4px;
  clip-path: none;
}
*/
