/*
Theme Name: GovtJobLite
Theme URI: https://example.com/govtjoblite
Author: You
Author URI: https://example.com
Description: Ultra-lightweight government job posting theme with custom post type, last date to apply, auto JobPosting schema, and built-in Table of Contents.
Version: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: govtjoblite
*/
:root {
  --maxw: 900px;
  --gap: 1rem;
  --radius: 12px;
  --muted: #666;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
}
.container { max-width: var(--maxw); margin: 0 auto; padding: 1.25rem; }
.site-header, .site-footer {
  border-bottom: 1px solid #eee;
  background: #fff;
}
.site-title a { text-decoration: none; color: inherit; }
.entry-header h1 { margin-top: .2rem; }
.card {
  border: 1px solid #eee;
  border-radius: var(--radius);
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
}
.meta { color: var(--muted); font-size: .9rem; }
.badge { display: inline-block; padding: .2rem .5rem; border-radius: 999px; border: 1px solid #ddd; font-size: .8rem; }
.badge.open { border-color: #2e7d32; color: #2e7d32; }
.badge.closed { border-color: #c62828; color: #c62828; }
.table-like { width: 100%; border-collapse: collapse; }
.table-like td { padding: .6rem; border-bottom: 1px dashed #eee; vertical-align: top; }
.table-like td:first-child { font-weight: 700; width: 36%; }
.last-date { font-weight: 600; }
.expired { color: #c62828; font-weight: 600; }
.countdown { font-weight: 600; }
.toc-container {
  border: 1px solid #eee;
  border-radius: var(--radius);
  padding: 1rem;
  background: #fafafa;
  margin: 1rem 0;
}
.toc-title { margin: 0 0 .5rem 0; font-size: 1rem; }
.toc-list { margin: 0; padding-left: 1rem; }
a { color: #0b57d0; }
a:hover { text-decoration: none; }
.archive-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: var(--gap); }
.archive-card { border: 1px solid #eee; border-radius: var(--radius); padding: 1rem; background: #fff; }
.archive-card h2 { margin-top: 0; font-size: 1.05rem; }
.archive-card .meta { margin-top: .25rem; }
.pagination { display: flex; gap: .5rem; margin: 1rem 0; }
.pagination a, .pagination span { padding: .4rem .7rem; border: 1px solid #eee; border-radius: 8px; }
*/
