/* ---------- Stats / toolbar strip ---------- */
.pol-toolbar-section{padding:44px 0}
.pol-stats{display:flex;gap:40px;flex-wrap:wrap;margin-bottom:26px}
.pol-stats strong{display:block;font-family:var(--font-heading);font-size:32px;font-weight:900;color:var(--py-primary);line-height:1}
.pol-stats span{display:block;font-size:12.5px;font-weight:700;color:var(--py-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:4px}
.pol-search-bar{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.pol-search{display:flex;align-items:center;gap:10px;flex:1;min-width:260px;padding:12px 16px;border-radius:999px;background:#fff;border:1px solid var(--py-border,#e5e7eb)}
.pol-search img{width:16px;height:16px;opacity:.55}
.pol-search input{flex:1;border:0;outline:0;font-size:14px;background:transparent}
.pol-count{font-size:13px;color:var(--py-muted);font-weight:700;white-space:nowrap}
.pol-inline-icon{width:16px;height:16px;object-fit:contain}

/* ---------- Policy cards ---------- */
.pol-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:22px;margin-top:6px}
.pol-card{position:relative;background:#fff;border:1px solid var(--py-border,#eef0f3);border-radius:20px;padding:26px;box-shadow:0 12px 30px rgba(15,23,42,.05);transition:transform .2s ease,box-shadow .2s ease}
.pol-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(15,23,42,.1)}
.pol-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.pol-badge{display:inline-flex;align-items:center;gap:7px;padding:6px 12px;border-radius:999px;background:#F3F7FA;color:var(--py-primary);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.pol-badge.has-res{background:rgba(22,158,154,.12);color:#0F7A76}
.pol-badge img{width:13px;height:13px}
.pol-due{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--py-muted)}
.pol-due i{width:7px;height:7px;border-radius:50%;background:var(--py-muted);display:inline-block}
.pol-due-current i{background:#22AFA7}
.pol-due-due-soon{color:#8A5A00}.pol-due-due-soon i{background:#F5B700}
.pol-due-overdue{color:#B42318}.pol-due-overdue i{background:#F04438}
.pol-card h3{font-family:var(--font-heading);font-size:19px;font-weight:800;color:var(--py-charcoal);line-height:1.3;margin-bottom:10px}
.pol-card p{font-size:14px;color:var(--py-muted);line-height:1.7;margin-bottom:16px}
.pol-facts{display:flex;flex-wrap:wrap;gap:16px;padding-top:14px;border-top:1px solid #EEF0F3;margin-bottom:16px}
.pol-fact{display:flex;flex-direction:column;gap:2px}
.pol-fact span{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--py-muted)}
.pol-fact strong{font-size:13px;font-weight:800;color:var(--py-charcoal)}
.pol-actions{display:flex;gap:10px;flex-wrap:wrap}
.pol-empty{text-align:center;padding:60px 20px;color:var(--py-muted);font-size:14px}

@media(max-width:680px){
  .pol-stats{gap:26px}
  .pol-stats strong{font-size:26px}
}
