/*
Theme Name: Puzzle Academy
Theme URI: https://example.com
Author: Converted from Canva Sites export
Description: Production WordPress theme converted from a Canva Sites export, preserving the original design pixel-for-pixel.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: puzzle-academy
Requires at least: 6.0
Requires PHP: 7.4
*/

/* All visual/design styles live in assets/css/canva-site.css and
   assets/css/canvas-scaling-fix.css, loaded via wp_enqueue_style() in
   inc/enqueue.php. This file intentionally only carries the required
   WordPress theme header above, plus the handful of WP-core selectors
   below (alignment classes etc.) so the theme passes WP standards
   without touching any of the original design's CSS. */

.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 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, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* --------------------------------------------------------------------
   Minimal, generic styling for non-front-page templates only
   (page.php, single.php, archive.php, search.php, 404.php).
   These pages are outside the scope of the pixel-perfect Canva design
   and are not covered by the conversion brief, so kept intentionally
   plain and easy for a site owner to restyle later.
   -------------------------------------------------------------------- */
.site-main.container {
	max-width: 1382px;
	margin: 0 auto;
	padding: 40px 24px;
	box-sizing: border-box;
}

.site-main.container .entry-title {
	margin-top: 0;
}

.site-main.container article {
	margin-bottom: 2.5em;
}

.site-main.container .entry-meta,
.site-main.container .entry-footer {
	font-size: 0.9em;
	opacity: 0.7;
}
