.notice-lookup-hero { margin-bottom: 1.5rem; }
.notice-lookup-card, .notice-lookup-trust-card { border: 1px solid rgba(15, 23, 42, 0.10); }
.notice-lookup-form .form-control { font-size: 0.98rem; }
.notice-lookup-small { margin-top: 0.85rem; }
.notice-lookup-status { display: inline-flex; align-items: center; border-radius: 999px; padding: 0.42rem 0.75rem; font-weight: 800; margin-bottom: 1rem; background: rgba(30, 64, 175, 0.10); color: #1e3a8a; }
.notice-lookup-status.acknowledged { background: rgba(22, 163, 74, 0.12); color: #166534; }
.notice-lookup-status.clicked { background: rgba(245, 158, 11, 0.14); color: #92400e; }
.notice-lookup-dl { margin: 0; display: grid; gap: 0.75rem; }
.notice-lookup-dl div { border: 1px solid rgba(15, 23, 42, 0.08); border-radius: 0.85rem; padding: 0.75rem; background: rgba(248, 250, 252, 0.85); }
.notice-lookup-dl dt { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; font-weight: 800; color: #64748b; margin-bottom: 0.2rem; }
.notice-lookup-dl dd { margin: 0; color: #0f172a; font-weight: 700; }
.notice-lookup-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1rem; }
.notice-lookup-checks { margin-top: 1rem; }
.notice-lookup-security p { margin-bottom: 0; }
@media (max-width: 760px) { .notice-lookup-grid { grid-template-columns: 1fr; } }
