/*
 * AI Explainer Pro — Embeddable trust badge stylesheet.
 *
 * Loaded by the badge widget JavaScript via a <link> injection on
 * third-party host pages. There is no WordPress context on those host
 * pages (the script runs as a third-party embed), so the standard
 * wp_enqueue_style() flow does not apply.
 *
 * The accent color of `.aiep-badge-embed__grade` is set inline by the
 * widget at runtime based on the site's authenticity grade (A=green,
 * B=blue, C/D=amber, F=red).
 */
.aiep-badge-embed{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:8px 14px;text-decoration:none;color:#1F2937;font-size:13px;box-shadow:0 2px 8px rgba(0,0,0,0.06);transition:transform .15s}
.aiep-badge-embed:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,0.08)}
.aiep-badge-embed__grade{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:7px;color:#fff;font-weight:800;font-size:15px}
.aiep-badge-embed__meta{line-height:1.25}
.aiep-badge-embed__meta strong{display:block;font-size:13px;color:#1F2937;font-weight:700}
.aiep-badge-embed__meta small{display:block;font-size:11px;color:#6B7280}
