/* Microsoft Docs-like rendering for help content */

.help-content {
    font-family: -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1b1b1b;
    max-width: 860px;
}

.help-content h1 { font-size: 2rem; font-weight: 600; border-bottom: 1px solid #e0e0e0; padding-bottom: 0.4rem; margin-top: 0; }
.help-content h2 { font-size: 1.4rem; font-weight: 600; margin-top: 2rem; border-left: 4px solid #0078d4; padding-left: 0.75rem; }
.help-content h3 { font-size: 1.1rem; font-weight: 600; margin-top: 1.5rem; }

.help-content p  { margin: 0.75rem 0; }
.help-content ul, .help-content ol { margin: 0.5rem 0 0.5rem 1.5rem; }
.help-content li { margin: 0.3rem 0; }

.help-content code {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 0.1rem 0.4rem;
    font-size: 0.88em;
    font-family: "Cascadia Code", Consolas, monospace;
}

.help-content pre {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 1rem;
    overflow-x: auto;
}
.help-content pre code { border: none; padding: 0; background: transparent; }

.help-content table { border-collapse: collapse; width: 100%; margin: 1rem 0; }
.help-content th { background: #f0f0f0; font-weight: 600; text-align: left; padding: 0.5rem 0.75rem; border: 1px solid #ccc; }
.help-content td { padding: 0.5rem 0.75rem; border: 1px solid #ddd; }
.help-content tr:nth-child(even) td { background: #fafafa; }

/* Note / Warning / Tip boxes */
.help-content blockquote {
    border-left: 4px solid #0078d4;
    margin: 1rem 0;
    padding: 0.75rem 1rem;
    background: #e8f4fd;
    border-radius: 0 4px 4px 0;
}
