/*
Theme Name: Slaze Starter
Theme URI: https://example.com/slaze-starter
Author: OpenAI
Author URI: https://openai.com
Description: Starter WordPress theme cloned from the Slaze HTML template.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: slaze-starter
*/

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

.site-main-content {
	padding: 120px 0;
}

.site-main-content .entry-content,
.site-main-content .page-content {
	color: inherit;
}

.site-main-content .wp-block-image img,
.site-main-content img {
	max-width: 100%;
	height: auto;
}

.site-main-content .post-thumbnail {
	margin-bottom: 30px;
}

.site-main-content .entry-title,
.site-main-content .page-title {
	margin-bottom: 20px;
}

.site-main-content .posts-navigation,
.site-main-content .post-navigation {
	margin-top: 40px;
}

.site-main-content .widget {
	margin-bottom: 30px;
}

.site-main-content .search-form {
	display: flex;
	gap: 12px;
}

.site-main-content .search-form input[type="search"] {
	width: 100%;
}
