.mcnexus-embed-cta { margin-top: 10px; }
#mcn-embed-open { padding: 10px 14px; border: 0; background: #111827; color: #fff; border-radius: 10px; cursor: pointer; }

.mcn-modal[aria-hidden="true"] { display: none; }
.mcn-modal[aria-hidden="false"] { display: block; }
.mcn-modal-open { overflow: hidden; }
.mcn-modal { position: fixed; inset: 0; z-index: 99999; }
.mcn-modal__overlay { position: absolute; inset: 0; background: rgba(17,24,39,.6); }
.mcn-modal__dialog { position: relative; max-width: 720px; margin: 5vh auto; background: #fff; border-radius: 12px; padding: 18px; box-shadow: 0 10px 30px rgba(0,0,0,.35); }
.mcn-modal__close { position: absolute; top: 10px; right: 12px; border: 0; background: transparent; font-size: 24px; line-height: 1; cursor: pointer; }
.mcn-embed-label { display:block; font-size: 13px; color:#6b7280; margin: 10px 0 6px; }
.mcn-embed-code { width: 100%; border: 1px solid #d1d5db; border-radius: 10px; padding: 10px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; background: #f9fafb; }
.mcn-modal__actions { display:flex; gap:10px; align-items:center; margin-top: 10px; }
#mcn-embed-copy { padding: 8px 12px; border: 0; background: #2563eb; color:#fff; border-radius: 10px; cursor: pointer; }
.mcn-embed-doc { font-size: 12px; color:#2563eb; text-decoration: none; }
