/*
Theme Name: Prosyo
Theme URI: https://codefreex.com/themes/prosyo/
Author: Codefreex
Author URI: https://codefreex.com/
Description: Prosyo is a native WordPress Full Site Editing block theme converted from the Scalepro SaaS template. It ships every original section as an editable server-rendered block, a one-click demo importer, an Integrations custom post type, a secure native contact form, and the complete original Webflow interaction runtime (GSAP, ScrollTrigger, Lenis) for pixel-accurate animations.
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 7.4
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prosyo
Tags: full-site-editing, block-themes, blog, portfolio, business, one-column, custom-colors, custom-logo, custom-menu, editor-style, featured-images, rtl-language-support, block-patterns, translation-ready, wide-blocks
*/

/*
 * This file exists to identify the theme to WordPress and to hold the small
 * number of rules that have to win over Gutenberg's own output.
 *
 * The real presentation lives in:
 *   assets/css/vendor/prosyo.webflow.css   - the template's stylesheet (paths repaired only)
 *   assets/css/theme/wordpress-compat.css  - WordPress-specific integration rules
 *
 * Everything here is scoped to .prosyo-theme so that plugin markup elsewhere in
 * the page is never restyled by the theme.
 */

.prosyo-theme .prosyo-screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.prosyo-theme .prosyo-screen-reader-text:focus {
	background-color: #030014;
	clip-path: none;
	color: #f3f3f3;
	display: block;
	font-size: 14px;
	height: auto;
	left: 16px;
	line-height: normal;
	padding: 16px 24px;
	text-decoration: none;
	top: 16px;
	width: auto;
	z-index: 100000;
	border: 1px solid #ffffff1a;
	border-radius: 12px;
}
