/* ── /embed documentation page styles ─────────────────────────────────────── */

.page-embed .embed-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* Code output box */
.embed-code-box {
    background: #1e1e2e;
    border-radius: 8px;
    overflow: hidden;
}
.embed-code-pre {
    background: transparent;
    color: #cdd6f4;
    font-size: 12.5px;
    padding: 14px 16px;
    margin: 0;
    white-space: pre-wrap;
    word-break: break-all;
    max-height: 200px;
    overflow: auto;
    border: none;
}
.embed-copy-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.2);
    color: #cdd6f4;
    font-size: 12px;
    padding: 4px 10px;
}
.embed-copy-btn:hover {
    background: rgba(255,255,255,.2);
    color: #fff;
    border-color: rgba(255,255,255,.4);
}

/* Platform icons */
.embed-platform-icon { line-height: 1; }

/* Preview wrapper */
.embed-preview-wrapper iframe { display: block; border-radius: 4px; }

/* ── Dark theme overrides ─────────────────────────────────────────────────── */
[data-theme="dark"] .embed-code-pre { background: #0d1117; }
[data-theme="dark"] .embed-code-box { background: #0d1117; }
