/* CVU IRCC Notices Feed — Stylesheet */

.cvu-not-guide { font-family:'Inter',system-ui,sans-serif; color:#1a1a1a; max-width:100%; }

/* Header */
.cvu-not-header { background:linear-gradient(135deg,#8B1526 0%,#C41E3A 100%); border-radius:8px 8px 0 0; }
.cvu-not-header-inner { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:8px; padding:14px 20px; }
.cvu-not-header-title { display:flex; align-items:center; gap:10px; color:#fff; font-size:16px; font-weight:700; letter-spacing:.03em; }
.cvu-not-maple { font-size:22px; }
.cvu-not-updated { font-size:12px; color:rgba(255,255,255,.8); }

/* Intro bar */
.cvu-not-intro-bar { display:grid; grid-template-columns:1fr auto; gap:20px; background:#0a1c40; color:#fff; padding:22px 24px; align-items:center; }
.cvu-not-intro-text h2 { font-size:18px; font-weight:700; margin:0 0 8px; color:#fff; }
.cvu-not-intro-text p { font-size:13px; line-height:1.7; color:rgba(255,255,255,.85); margin:0; }
.cvu-not-intro-stats { display:flex; gap:20px; flex-shrink:0; }
.cvu-not-stat { text-align:center; }
.cvu-not-stat-num { display:block; font-size:22px; font-weight:800; color:#fff; line-height:1; }
.cvu-not-stat-lbl { display:block; font-size:10px; color:rgba(255,255,255,.65); text-transform:uppercase; letter-spacing:.06em; margin-top:3px; max-width:110px; line-height:1.3; }

.cvu-not-error { background:#fef2f2; color:#991b1b; border:1px solid #fecaca; padding:10px 16px; font-size:13px; margin:0; }

/* Filter bar */
.cvu-not-filter-bar { display:flex; flex-wrap:wrap; gap:12px; align-items:center; padding:16px 20px; background:#f9fafb; border:1px solid #ddd; border-top:none; }
.cvu-not-search { flex:1; min-width:200px; padding:9px 14px; border:1px solid #d1d5db; border-radius:20px; font-size:13px; outline:none; }
.cvu-not-search:focus { border-color:#C41E3A; }
.cvu-not-year-pills { display:flex; gap:6px; flex-wrap:wrap; }
.cvu-not-pill { padding:6px 14px; font-size:12px; font-weight:600; border:1px solid #ddd; border-radius:20px; background:#fff; cursor:pointer; transition:all .2s; white-space:nowrap; }
.cvu-not-pill.active, .cvu-not-pill:hover { background:#C41E3A; color:#fff; border-color:#C41E3A; }

/* List */
.cvu-not-list { border:1px solid #ddd; border-top:none; background:#fff; }
.cvu-not-item { display:flex; align-items:center; gap:16px; padding:14px 20px; text-decoration:none; color:inherit; border-bottom:1px solid #f0f0f0; transition:background .15s; }
.cvu-not-item:last-child { border-bottom:none; }
.cvu-not-item:hover { background:#f9fafb; }
.cvu-not-item.cvu-not-js-hidden,
.cvu-not-item.cvu-not-hidden-overflow { display:none; }
.cvu-not-item-date { width:96px; flex-shrink:0; text-align:center; }
.cvu-not-item-year { display:block; font-size:10px; font-weight:700; color:#C41E3A; letter-spacing:.06em; }
.cvu-not-item-day { display:block; font-size:11px; color:#888; margin-top:2px; line-height:1.3; }
.cvu-not-item-body { flex:1; min-width:0; }
.cvu-not-item-title { font-size:13.5px; font-weight:600; color:#0a1c40; line-height:1.5; }
.cvu-not-item-arrow { font-size:14px; color:#bbb; flex-shrink:0; }
.cvu-not-item:hover .cvu-not-item-arrow { color:#C41E3A; }

.cvu-not-badge-new { display:inline-block; background:#dcfce7; color:#166534; font-size:9px; font-weight:800; letter-spacing:.05em; padding:2px 6px; border-radius:10px; margin-left:6px; vertical-align:middle; }
.cvu-not-badge-archived { display:inline-block; background:#f3f4f6; color:#6b7280; font-size:9px; font-weight:700; letter-spacing:.05em; padding:2px 6px; border-radius:10px; margin-left:6px; vertical-align:middle; }

.cvu-not-empty { text-align:center; padding:24px; color:#888; font-size:13px; margin:0; }

/* Load more */
.cvu-not-load-more-wrap { text-align:center; padding:18px; border:1px solid #ddd; border-top:none; background:#fafafa; }
.cvu-not-load-more { background:#fff; border:1px solid #C41E3A; color:#C41E3A; font-size:13px; font-weight:600; padding:9px 22px; border-radius:20px; cursor:pointer; transition:all .2s; }
.cvu-not-load-more:hover { background:#C41E3A; color:#fff; }
.cvu-not-load-more[hidden] { display:none; }

/* CTA */
.cvu-not-cta-bar { display:flex; gap:10px; flex-wrap:wrap; background:#0a1c40; padding:16px 20px; }
.cvu-not-btn { display:inline-flex; align-items:center; gap:6px; padding:10px 18px; border-radius:5px; font-size:12px; font-weight:600; text-decoration:none; transition:opacity .2s; }
.cvu-not-btn:hover { opacity:.85; }
.cvu-not-btn-primary { background:#C41E3A; color:#fff; }
.cvu-not-btn-secondary { background:#fff; color:#0a1c40; }

/* Disclaimer */
.cvu-not-disclaimer { font-size:11px; color:#999; line-height:1.6; border:1px solid #ddd; border-top:none; padding:12px 20px; margin:0; background:#fff; border-radius:0 0 8px 8px; }
.cvu-not-disclaimer a { color:#999; }

/* Responsive */
@media (max-width:768px) {
    .cvu-not-intro-bar { grid-template-columns:1fr; }
    .cvu-not-intro-stats { justify-content:space-between; }
    .cvu-not-filter-bar { flex-direction:column; align-items:stretch; }
    .cvu-not-item { padding:12px 14px; gap:10px; }
    .cvu-not-item-date { width:70px; }
    .cvu-not-cta-bar { flex-direction:column; }
    .cvu-not-btn { justify-content:center; }
}
