.certsearch-wrap { max-width: 980px; margin: 24px auto; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.certsearch-box { margin-bottom: 12px; }
.certsearch-box label { display:block; font-weight:600; margin-bottom:6px; }
#certsearch-input { width:100%; padding:10px 12px; border:1px solid #d0d7de; border-radius:8px; font-size:16px; }
.certsearch-hint { color:#6b7280; font-size:14px; margin-top:6px; }
.certsearch-results { margin-top:18px; }
.cert-card { border:1px solid #e5e7eb; border-radius:12px; padding:14px; margin-bottom:14px; box-shadow: 0 1px 1px rgba(0,0,0,.03); background:#fff; }
.cert-card__header { display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.cert-card__title { font-size:18px; font-weight:700; }
.cert-card__link { font-size:14px; text-decoration:none; color:#2563eb; }
.cert-card__table { display:grid; grid-template-columns: 180px 1fr; gap:6px 10px; font-size:14px; }
.cert-card__table .k { color:#374151; font-weight:600; }
.cert-card__table .v { color:#111827; }
.certsearch-empty, .certsearch-error { padding:12px; background:#fff; border:1px solid #e5e7eb; border-radius:8px; }