/*
Theme Name: Free Punjab Alert
Theme URI: https://freepunjabalert.in/
Author: Free Punjab Alert Team
Author URI: https://freepunjabalert.in/
Description: A lightweight, responsive WordPress theme for district-wise alerts, jobs, and government notifications in Punjab. Includes a custom coded header with district selector, search, and Submit Alert button. No parent theme required.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: free-punjab-alert
Tags: news, portal, alerts, jobs, responsive, accessibility-ready
*/
:root{--yellow:#FFD633;--green:#006A4E;--text:#0B0B0B;--light:#fff;--muted:#eef1f4}
body{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#111;margin:0;background:#fff}
.container{max-width:1200px;margin:0 auto;padding:0 16px}
.main{padding:20px 0}
/* Basic content styles */
.entry-title{font-size:28px;margin:8px 0 16px}
.entry-content{line-height:1.7}
.wp-block-image img, .entry-content img{max-width:100%;height:auto}
/* Sidebar simple layout */
.layout{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:992px){.layout{grid-template-columns:2fr 1fr}}
.widget{background:#fff;border:1px solid #e7eaee;border-radius:12px;padding:14px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.widget h3{margin:8px 0 12px;font-size:16px;color:#0b583f}
/* Footer */
.site-footer{background:#0b0b0b;color:#eee;margin-top:40px}
.site-footer .container{padding:20px 16px}
.site-footer a{color:#FFD633;text-decoration:none}