/*
CTC Separate Stylesheet
Updated: 2025-10-07 17:36:57
Theme Name: Guides of Heaven Child
Theme URI: https://guidesofheaven.com/
Description: A lightweight, fully customizable child theme designed for the Guides of Heaven framework. Optimized for high-speed performance, SEO, accessibility, and creative blogging. Features easy typography and color customization, supports WooCommerce, Elementor, Gutenberg, translation, and RTL.
Author: Guides of Heaven
Author URI: https://guidesofheaven.com/
Template: bloghash
Version: 1.0.0
Text Domain: guides-of-heaven-child
Tags: lightweight, customizable, seo-friendly, blogging, typography, rtl-support, responsive-design, ecommerce-ready, elementor-compatible, gutenberg-ready, translation-ready, speed-optimized, accessibility-ready, featured-images, flexible-header, custom-colors, custom-logo, widgets, full-width-template
Version: 1.0.25.1759838817
*/
.comments-area {
  .load-more-btn {
    text-align: center;
    margin-top: 30px;

    .load-more-comments-btn {
      border: 1px solid var(--bloghash-primary);
      background-color: #fff;
      color: var(--bloghash-primary);
      border-radius: 100px;
      padding: 17px 30px;
      font-weight: 500;
      transition: 0.3s;
      cursor: pointer;

      &:hover {
        background-color: var(--bloghash-primary);
        color: #fff;
      }
    }
  }
}

#rank-math-faq{
    .rank-math-list{
        .rank-math-question {
            font-size: 22px;
        }
    }
}

h2.wp-block-heading{
    font-size: 30px !important;
    margin-bottom: 10px !important;
}

h3.wp-block-heading{
    font-size: var(--wp--preset--font-size--medium) !important;
    margin-bottom: 10px !important;
}