/*
Theme Name: Astra Child - ExamineIP
Theme URI: https://examineip.com
Description: Child theme for ExamineIP.com with custom programmatic templates. This child theme will not be affected by Astra parent theme updates.
Author: ExamineIP
Author URI: https://examineip.com
Template: astra
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: astra-child-examineip
*/

/*
=================================
ASTRA CHILD THEME - ExamineIP.com
=================================

This child theme contains:
- Custom programmatic page templates (IP lookup, error fixes, ASN pages)
- Custom functions and rewrite rules
- Site-specific customizations

DO NOT modify the parent Astra theme!
All customizations go in this child theme.

Created: April 9, 2026
Last Updated: April 9, 2026
*/

/* ================================
   CUSTOM STYLES (if needed)
   ================================ */

/* Add any custom CSS below this line */

/* Example: Custom styles for programmatic pages */
.programmatic-page {
    /* Your custom styles */
}

/* Dark theme overrides for comparison pages */
.comparison-article {
    background: #0b1120;
    color: #f1f5f9;
}

/* Add your custom CSS here - it won't be lost during theme updates! */
