/*
Theme Name: Hello Plus
Description: Hello Plus is a lightweight, fast, and customizable WordPress theme built for speed and flexibility.
Version: 1.1.0
Author: theaminul
Author URI: https://theaminul.com/
License: GPL v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-plus
Tags:  one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
*/

/* Reset and base styles */
* {
	box-sizing: border-box;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.6;
	color: #333;
	margin: 0;
	padding: 0;
}

/* Layout */
.site-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.2;
}

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

.entry-title a {
	text-decoration: none;
	color: inherit;
}

.entry-title a:hover {
	color: #0073aa;
}

/* Content */
.entry-content {
	margin-bottom: 2rem;
}

.entry-content p {
	margin-bottom: 1rem;
}

/* Navigation */
.posts-navigation {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #eee;
}

/* No results */
.no-results {
	text-align: center;
	padding: 3rem 0;
}

.page-title {
	color: #666;
}

.page-content {
	margin-top: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
	.site-main {
		padding: 1rem;
	}
}
