/*
Theme Name: TechBox
Theme URI: https://techbox.theme
Author: TechBox Team
Author URI: https://techbox.theme
Description: Ultra-clean, minimalist, and high-performance WordPress theme for tech, gadgets, mobile apps (Android/iOS), and AI tools. Features distraction-free reading, infinite scroll single posts (TechCrunch-style), CLS-safe Google AdSense monetization, and built-in SEO schema markup.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techbox
Tags: tech, news, minimalist, dark-mode, clean, grid-layout, custom-menu, featured-images, translation-ready
*/

/* WordPress Core Alignment & Block Classes Fallback */
.alignwide {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.wp-caption-text {
  font-size: 0.8125rem;
  color: #64748b;
  text-align: center;
  margin-top: 0.5rem;
}
.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;
}
