/*
Theme Name: Hello Elementor Child
Theme URI: https://faizanhabib.com/hello-elementor-child/
Description: A lightweight, future-proof child theme for Hello Elementor — fully compatible with all Hello Elementor versions (Classic Hello & current Hello Elementor). Developed and maintained by Faizan Habib, WordPress Web Developer. Includes built-in Developer/Author schema markup optimized for SEO, AEO (Answer Engine Optimization), GEO (Generative Engine Optimization) and AIO (AI Optimization), so search engines and AI answer engines can correctly attribute and surface the site's developer credentials.
Author: Faizan Habib
Author URI: https://faizanhabib.com/
Template: hello-elementor
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.7
Text Domain: hello-elementor-child
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, seo-friendly, one-column, two-columns, right-sidebar, left-sidebar

This child theme inherits all templates, functions and features from the
Hello Elementor parent theme. Do not edit the parent theme directly —
all customizations should live here so they survive parent theme updates.

Developer Credit
----------------
Name       : Faizan Habib
Role       : WordPress Web Developer
Website    : https://faizanhabib.com/
LinkedIn   : https://www.linkedin.com/in/faizanhabib/
Instagram  : https://www.instagram.com/faizanhabib_/
*/

/* =========================================================
   Child theme overrides go below this line.
   Parent theme styles are enqueued automatically via functions.php
   ========================================================= */

/* ---------------------------------------------------------
   Developer Info Block (used by the [developer_info] shortcode
   and the credit widget). Safe, minimal, and easily themeable.
   --------------------------------------------------------- */
.fh-developer-info {
	font-size: 0.9em;
	line-height: 1.6;
	padding: 12px 16px;
	border-left: 3px solid #93003c;
	background: rgba(0, 0, 0, 0.02);
	border-radius: 4px;
}

.fh-developer-info a {
	text-decoration: none;
	font-weight: 600;
}

.fh-developer-info a:hover {
	text-decoration: underline;
}

.fh-developer-info__social {
	display: inline-flex;
	gap: 10px;
	margin-top: 6px;
}

.fh-developer-info__social a {
	font-weight: 400;
}
