/*
Theme Name: LegalPro
Theme URI: https://legalpro.example.com
Author: LegalPro
Author URI: https://legalpro.example.com
Description: قالب اختصاصی وردپرس برای پلتفرم حقوقی LegalPro. طراحی شده بر پایه اصول Less is More، تایپوگرافی خوانا، RTL کامل و پشتیبانی از حالت تاریک.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: legalpro
Tags: rtl-language-support, custom-colors, custom-menu, translation-ready, accessibility-ready

LegalPro theme. Actual stylesheets are enqueued from assets/css via functions.php
(see inc/enqueue.php) so this file intentionally stays limited to the header
WordPress requires plus the mandatory .screen-reader-text utility class.
*/

.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: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #111827;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
