/*
Theme Name: TechWorld
Theme URI: https://example.com/techworld
Author: TechWorld Team
Author URI: https://example.com
Description: A modern, performance-focused engineering and industrial business WordPress theme built for commercial use.
Version: 2.4.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techworld
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, e-commerce, blog
*/

.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;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 16px;
	margin: 0;
	clip: auto;
	background: #ffffff;
	color: #111827;
	box-shadow: var(--techworld-shadow);
	font-weight: 700;
}

.techworld-container {
	width: min(100% - 32px, var(--techworld-container));
	margin-inline: auto;
}


@media (max-width: 767px) {
	.site-main {
		padding-block: 40px;
	}
}


/* Global layout polish — v1.6.0 */
.site {
	min-height: 100vh;
	overflow: clip;
}

.site-main {
	padding-block: clamp(2.5rem, 5vw, 5rem);
}

.entry-card {
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border: 1px solid var(--techworld-color-border);
	border-radius: var(--techworld-radius-lg);
	background: #fff;
	box-shadow: var(--techworld-shadow-sm);
}

.entry-card + .entry-card {
	margin-top: var(--techworld-space-6);
}

.entry-title {
	margin-bottom: .8rem;
}

.entry-title a {
	color: var(--techworld-color-secondary-900);
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus-visible {
	color: var(--techworld-color-primary-600);
}

@media (max-width: 575px) {
	:root { --techworld-gutter: 1rem; }
}
