#pmn-docs-btn { cursor: pointer; }
#pmn-docs-btn i { color: #C9A24B !important; }
#pmn-docs-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 99999; display: flex; align-items: center; justify-content: center; }
.pmn-docs-modal { background: #fff; width: min(920px, 94vw); height: 88vh; border-radius: 12px; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 16px 50px rgba(0,0,0,.35); }
.pmn-docs-head { display: flex; justify-content: space-between; align-items: center; padding: 13px 20px; background: #161616; color: #C9A24B; font-weight: 600; font-size: 15px; }
.pmn-docs-head button { background: none; border: none; color: #fff; font-size: 18px; cursor: pointer; line-height: 1; }
.pmn-docs-actions { display: flex; align-items: center; gap: 12px; }
#pmn-docs-copy { font-size: 13px !important; font-weight: 600; color: #161616 !important; background: #C9A24B !important; border-radius: 7px; padding: 6px 12px; white-space: nowrap; transition: background .15s; }
#pmn-docs-copy:hover { background: #d8b463 !important; }
#pmn-docs-copy.pmn-copied { background: #2ea043 !important; color: #fff !important; }
#pmn-docs-copyurl { font-size: 13px !important; font-weight: 600; color: #C9A24B !important; background: transparent !important; border: 1px solid #C9A24B !important; border-radius: 7px; padding: 5px 11px; white-space: nowrap; transition: all .15s; }
#pmn-docs-copyurl:hover { background: rgba(201,162,75,.15) !important; }
#pmn-docs-copyurl.pmn-copied { background: #2ea043 !important; color: #fff !important; border-color: #2ea043 !important; }
.pmn-docs-body { padding: 24px 30px; overflow: auto; line-height: 1.65; color: #24292f; font-size: 14px; }
.pmn-docs-body h1, .pmn-docs-body h2, .pmn-docs-body h3 { color: #161616; margin-top: 1.4em; border-bottom: 1px solid #eee; padding-bottom: .2em; }
.pmn-docs-body pre { background: #f6f8fa; padding: 14px; border-radius: 8px; overflow: auto; }
.pmn-docs-body code { background: rgba(175,184,193,.25); padding: 2px 6px; border-radius: 5px; font-size: 90%; }
.pmn-docs-body pre code { background: none; padding: 0; }
.pmn-docs-body table { border-collapse: collapse; width: 100%; margin: 12px 0; }
.pmn-docs-body th, .pmn-docs-body td { border: 1px solid #d0d7de; padding: 7px 11px; text-align: left; }
.pmn-docs-body th { background: #f6f8fa; }
.pmn-docs-body a { color: #C9A24B; }
.pmn-docs-body blockquote { border-left: 4px solid #C9A24B; margin: 10px 0; padding: 4px 14px; color: #555; background: #fcf9f2; }
