/*
Theme Name: SarkariStyle Lite
Theme URI:  https://example.com/sarkaristyle-lite
Author:     Generated by ChatGPT for Abhilash
Description: Lightweight theme inspired by SarkariResult — fast lists, colored boxes, and SEO-friendly markup. Do not copy proprietary assets.
Version:    1.0
License:    GNU General Public License v2 or later
Text Domain: sarkaristyle-lite
Tags: light, responsive, seo, news, jobs
*/
html,body{height:100%;margin:0;padding:0;font-family: Arial, Helvetica, sans-serif;background:#fff;color:#111;}
.site{max-width:1100px;margin:0 auto;padding:12px;}
header.site-header{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:3px solid #ffcc00;}
.site-title{font-size:22px;font-weight:800;color:#cc0000;text-transform:uppercase;}
.site-sub{font-size:12px;color:#333;}
nav.primary-menu ul{list-style:none;margin:0;padding:0;display:flex;gap:12px;}
nav.primary-menu a{text-decoration:none;color:#0033cc;font-weight:700;}
.topbar{background:#fffbeb;border:1px solid #ffecb5;padding:8px;margin-bottom:12px;}
.grid{display:flex;gap:18px;}
.left{flex:1;}
.right{width:320px;}
.section-box{border-radius:4px;border:1px solid #e6e6e6;padding:8px;margin-bottom:14px;}
.section-title{background:#cc0000;color:#fff;padding:6px 8px;border-radius:3px;font-weight:700;margin:-8px -8px 8px;}
.job-list{margin:0;padding:0;list-style:none;}
.job-list li{padding:8px 6px;border-bottom:1px dashed #ddd;display:flex;justify-content:space-between;align-items:center;}
.job-list li a{color:#0033cc;text-decoration:none;font-weight:700;}
.job-date{font-size:12px;color:#666;}
.meta-row{font-size:13px;color:#555;margin-top:6px;}
footer.site-footer{border-top:3px solid #ffcc00;padding:12px;margin-top:18px;text-align:center;color:#333;font-size:14px;}
@media (max-width:760px){
    header.site-header{flex-direction:column;align-items:flex-start;gap:8px;}
    .grid{flex-direction:column;}
    .right{width:100%;}
}
