/*
Theme Name: SahiDawai Starter
Theme URI: https://SahiDawai.com
Author: SahiDawai Team
Author URI: https://SahiDawai.com
Description: Lightweight, AdSense-friendly starter theme for healthcare content hubs. Includes policy pages and sample article templates.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, health, magazine, responsive, accessibility
Text Domain: sahidawai-starter
*/
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial; margin:0; padding:0; color:#222; line-height:1.6; }
.site { max-width:1100px; margin:24px auto; padding:16px; }
.header { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.site-title { font-size:28px; margin:0; }
.nav { margin-top:8px; }
.content { display:flex; gap:24px; margin-top:16px; }
.main { flex:1; min-width:0; }
.sidebar { width:300px; }
.article { border-bottom:1px solid #eee; padding:16px 0; }
.footer { margin-top:24px; padding-top:12px; border-top:1px solid #eee; color:#666; font-size:14px; }
@media (max-width:800px){ .content{flex-direction:column} .sidebar{width:100%} .site-title{font-size:22px} }
