/*
Theme Name: Nahum Haver
Theme URI: https://testwp4.ngf.co.il/
Author: NGF
Description: תבנית תדמית מותאמת RTL לנחום חבר, סטנד אפ פלוס.
Version: 1.0.6
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: nahum-haver
Tags: custom-logo, custom-menu, featured-images, rtl-language-support
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * The production presentation layer lives in assets/css/site.css.
 * These small WordPress-native rules keep editor output and system
 * elements usable even if the presentation stylesheet is unavailable.
 */
.nahum-site .alignwide {
	margin-inline: auto;
	max-width: 80rem;
}

.nahum-site .alignfull {
	margin-inline: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.nahum-site .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.nahum-site .screen-reader-text:focus {
	position: fixed;
	inset-block-start: 0.5rem;
	inset-inline-start: 0.5rem;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	overflow: visible;
	clip: auto;
	white-space: normal;
	background: #f8fafc;
	color: #071326;
}
