/*
Theme Name: Screenshot Guide
Theme URI: https://example.com/screenshot-guide
Author: Your Name
Author URI: https://example.com
Description: A block-based WordPress theme for building a "How do I take a screenshot" style guide with OS tabs (Android, iOS/iPadOS, Windows, Mac, Chrome OS, Linux) that switch instantly (no page reload) while updating the URL, e.g. mydomain.com/windows, mydomain.com/android. Includes a fully editable "Keyboard Key" inline button block that can be dropped into any page or post.
Version: 1.0.1
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: screenshot-guide
*/

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #222;
	background: #f4f6f8;
	line-height: 1.5;
}

a {
	color: #1a3c87;
}

.site-wrapper {
	max-width: 980px;
	margin: 0 auto;
	padding: 24px 16px 64px;
}

.site-header {
	max-width: 980px;
	margin: 0 auto;
	padding: 16px;
}

.site-title {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}

.site-title a {
	color: #1a3c87;
	text-decoration: none;
}
