/*
Theme Name: CX Guru
Theme URI: https://cxnext.online/
Author: Subham Ojha
Author URI: https://subhaminsights.com/
Description: CX Guru  AI automation, AI visibility, custom web applications, SaaS MVPs, enterprise systems, API integrations, and product-growth systems. Dynamic WordPress theme converted from the static CX Guru build.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cxguru
Tags: business, portfolio, custom-menu, custom-logo, featured-images
*/

/*
  The full design system lives in /css/main.css and /css/responsive.css,
  which are enqueued separately in functions.php. This file only carries the
  required WordPress theme header plus a few WP-admin/editor safety rules.
*/

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor { font-size: inherit; }

.cxg-sample-flag {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: .7rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .2rem .55rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 196, 0, .5);
  color: #ffce4d;
  background: rgba(255, 196, 0, .08);
}

/* Accessible screen-reader text (WordPress core convention) */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #08090c;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
