/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Logged in & out conditions */


/* 2026-04-23: Restore post-content heading and list styling.
 * Why: Elementor Kit Theme Style sets h2 to 18px so headings look like body text.
 *      Yoast SEO admin-bar ships an unscoped Tailwind preflight that strips
 *      list-style and padding from ul/ol for logged-in users.
 * Scope: only .elementor-widget-theme-post-content (post body rendered via
 *        the Elementor Single template), NOT Elementor widgets or navigation. */

.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content .elementor-widget-container h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 1.4em 0 0.6em !important;
}
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content .elementor-widget-container h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin: 1.2em 0 0.5em !important;
}
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content .elementor-widget-container h4 {
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin: 1em 0 0.5em !important;
}

.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content .elementor-widget-container ul {
    list-style: disc outside !important;
    padding-inline-start: 2em !important;
    margin: 1em 0 !important;
}
.elementor-widget-theme-post-content ol,
.elementor-widget-theme-post-content .elementor-widget-container ol {
    list-style: decimal outside !important;
    padding-inline-start: 2em !important;
    margin: 1em 0 !important;
}
.elementor-widget-theme-post-content li,
.elementor-widget-theme-post-content .elementor-widget-container li {
    display: list-item !important;
    margin: 0.3em 0 !important;
}
