/*
Theme Name: Tools4X
Theme URI: https://example.com/tools4x
Author: Tools4X
Author URI: https://example.com
Description: A fast, scalable, AdSense-friendly WordPress theme for building an online tools directory website. Ships with a Tool custom post type, unlimited tool categories, a Tool Registry API for plugins, and a full Customizer for logo, colors, typography, homepage sections, tool cards, footer and ad placements — no coding required. Compatible with Gutenberg, Elementor, Classic Editor, Rank Math and Yoast SEO.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tools4x
Tags: blog, custom-menu, custom-logo, editor-style, featured-images, threaded-comments, translation-ready, grid-layout, one-column

Tools4X is a proprietary-style directory/tools theme converted from a static HTML/CSS/JS prototype
into a production-ready WordPress theme. All actual page styling lives in assets/css/main.css and
is loaded via wp_enqueue_style() in inc/enqueue.php — this file only carries the required theme
header comment WordPress reads from the stylesheet, plus a small set of WordPress core block
compatibility rules below.
*/

/* Minimal core/editor alignment helpers so Gutenberg align settings behave inside our container widths. */
.alignwide {
	margin-left: calc(50% - 45vw);
	margin-right: calc(50% - 45vw);
	max-width: 1000px;
	width: auto;
}
.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: auto;
}
.alignleft {
	float: left;
	margin: 0.4em 1.5em 1em 0;
}
.alignright {
	float: right;
	margin: 0.4em 0 1em 1.5em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	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;
}
