/* WP MD Exporter — Info Card (right sidebar) */

.wme-info-card h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #50575e;
    margin: 0 0 8px;
    padding: 0;
    border: none;
}

/* Dark code-preview block */
.wme-code-preview {
    background: #1e1e1e;
    border-radius: 4px;
    padding: 14px;
    overflow-x: auto;
}
.wme-code-preview pre {
    margin: 0;
    font-size: 11px;
    line-height: 1.6;
    color: #d4d4d4;
    white-space: pre;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
}

/* File-naming example pill */
.wme-filename-example {
    display: inline-block;
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 3px;
    padding: 4px 8px;
    font-size: 12px;
    color: #1d2327;
}

/* Notes bullet list */
.wme-notes-list {
    margin: 0;
    padding-left: 18px;
    font-size: 12px;
    color: #50575e;
    line-height: 1.8;
}
