/**
 * Styles for the standalone canonical entity pages served at /entities/{id}.
 * These pages are a self-contained HTML document rendered by the plugin (they do
 * not run through the theme / wp_head), so the stylesheet is linked directly
 * rather than enqueued.
 */
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;max-width:720px;margin:0 auto;padding:48px 24px;color:#0D1F3C;line-height:1.6;}
.eyebrow{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#1ECBA4;}
h1{font-size:32px;margin:.2em 0;}
.type{display:inline-block;background:#f3f4f6;color:#5A6A7A;padding:2px 10px;border-radius:10px;font-size:13px;}
.syn{margin-top:24px;}
.syn span{display:inline-block;background:#E8F9F5;color:#0D1F3C;padding:2px 10px;border-radius:10px;font-size:13px;margin:0 6px 6px 0;}
a{color:#1ECBA4;}
.links{margin-top:24px;font-size:14px;}
footer{margin-top:48px;font-size:12px;color:#9ca3af;}
