/*
Theme Name: Health Publisher
Theme URI: https://example.com/health-publisher
Author: Health Publisher Editorial Engineering
Author URI: https://example.com
Description: A production-grade editorial theme for large-scale health publishing. Includes custom post types for conditions, medications, products, reviews, tools, programs, videos, authors and medical reviewers; a dynamic homepage section manager; medical review and trust architecture; working health calculators; search across all content types; and schema output that defers to Yoast or Rank Math when present.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.6
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: health-publisher
Tags: blog, news, editorial, custom-menu, custom-logo, featured-images, block-styles, wide-blocks, translation-ready, accessibility-ready, right-sidebar, three-columns
*/

/*
  All presentational CSS lives in assets/css/ and is enqueued in a controlled
  order (see inc/performance.php). This file exists for the WordPress theme
  header and for a small set of editor-safe defaults only.
*/

.hp-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;
	width: 1px;
	word-wrap: normal !important;
}

.hp-screen-reader-text:focus {
	background-color: #fff;
	clip: auto !important;
	clip-path: none;
	color: #0e3b43;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 8px;
	line-height: normal;
	padding: 14px 22px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
}
