/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/* Mimics h2 visual styling for non-heading elements (used in CTA sections) */
.h2-style {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin-block-start: 0.5rem;
    margin-block-end: 1rem;
    color: inherit;
    font-family: inherit;
}

/* Calculator: "How to use" box — slightly larger font */
.wtl-how { font-size: 0.93rem !important; }

/* Calculator: disclaimer "General guide only..." — smaller than body text */
.wtl-fdisc { font-size: 0.82rem; color: #777; }

/* Calculator: results box text — slightly larger */
.wtl-ph p { font-size: 0.92rem !important; }
.wtl-ph-list li { font-size: 0.9rem !important; }
.wtl-rl { font-size: 0.76rem !important; }
.wtl-rn { font-size: 0.82rem !important; }
/* Mobile: hide anchor tag navigation bar */
@media (max-width: 767px) {
    .anchor-tag-section { display: none !important; }
    .wtl-tab { font-size: 16px !important; }
    .banner-title { font-size: 26px; }
    .hero-banner-section .container .row .column:last-child { display: none; }
}
