/*
Theme Name: HopeHand
Theme URI: https://example.com/hopehand
Author: Custom Build
Author URI: https://example.com
Description: A warm, editorial WordPress theme for nonprofit and charity organizations. Built with accessibility, performance, and clean code in mind. Features a homepage with hero, mission, process, impact stats, ways to help, testimonials, and contact forms — all editable via the WordPress Customizer.
Version: 1.1.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hopehand
Tags: nonprofit, charity, one-page, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, accessibility-ready

This theme, like WordPress, is licensed under the GPL.
*/

/* The actual styles live in assets/css/main.css for cleaner separation. */
/* This file exists for theme metadata only. */

.donate-modal{display:none;position:fixed;z-index:9999;inset:0;background:rgba(0,0,0,0.7);justify-content:center;align-items:center;}
.donate-modal.open{display:flex;}
.donate-modal-content{background:#fff;padding:20px;max-width:420px;width:95%;border-radius:10px;position:relative;}
.donate-close{position:absolute;top:10px;right:15px;font-size:24px;border:none;background:none;cursor:pointer;}
