/*
Theme Name: Real Estate Classifieds
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: SEO-friendly real estate classifieds theme with category/location listing URLs.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: reclass
*/

/* Base resets - we'll expand this as we build templates */
* { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, Arial, sans-serif; color: #222; line-height: 1.5; }
img { max-width: 100%; height: auto; display: block; }
a { color: #0a58ca; text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }


.reclass-seo-content{
    margin-top:30px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:12px;
    padding:24px;
    line-height:1.75;
}

.reclass-seo-content h2,
.reclass-seo-content h3{
    margin-top:22px;
}

.reclass-seo-content p:first-child{
    margin-top:0;
}

.reclass-seo-content p:last-child{
    margin-bottom:0;
}
