/*
Theme Name: RxTv Bharat Premium News
Theme URI: https://rxtvbharat.com
Author: RxTv BHARAT
Author URI: https://rxtvbharat.com
Description: Premium, production-ready Hindi news/magazine WordPress theme built for RxTvBharat.com (केवल सच की बात). Safe to activate on an existing site — reads existing posts, pages, categories, menus and Rank Math SEO data dynamically. No demo content, no destructive install code.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rxtv-bharat
Tags: news, blog, one-column, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, translation-ready, threaded-comments, theme-options, full-width-template

RxTv Bharat Premium News is distributed under the terms of the GNU GPL.
*/

/* ==========================================================================
   Base reset — full styling lives in assets/css/main.css (enqueued in
   functions.php). This file only needs the header above to be a valid
   WordPress theme; keep it light so activation never fails.
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans Devanagari", Roboto, Arial, sans-serif;
	color: #1a1a1a;
	background: #ffffff;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	white-space: nowrap;
}
.screen-reader-text:focus {
	position: static !important;
	width: auto; height: auto;
	clip: auto;
	display: block;
	background: #fff;
	padding: 10px;
	z-index: 100000;
}
