/*
Theme Name: Auto SEO Pro
Theme URI: https://example.com/auto-seo-pro
Author: Mira
Author URI: https://example.com/
Description: A minimalist, high-performance WordPress theme with built-in, automated Google SEO (meta descriptions, keywords, JSON-LD) generated directly from post titles and body content.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: auto-seo-pro
Tags: one-column, custom-menu, post-formats, sticky-post, translation-ready, seo, auto-seo

This theme automatically injects optimal SEO tags into your document head without requiring any SEO plugins.
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    background: #fdfdfd;
}

header.site-header {
    border-bottom: 1px solid #eee;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.site-title {
    margin: 0;
    font-size: 2rem;
}

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

.site-description {
    color: #666;
    margin-top: 0.5rem;
}

.entry-title {
    margin: 0 0 1rem 0;
}

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

.entry-meta {
    color: #777;
    font-size: 0.9em;
    margin-bottom: 1.5rem;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

footer.site-footer {
    border-top: 1px solid #eee;
    padding: 2rem 0;
    margin-top: 2rem;
    text-align: center;
    color: #666;
}

a {
    color: #0073aa;
}

a:hover {
    color: #005177;
}
