/* Dynamic Documentation Styles - Generated from DocEditorSettings */
/* Generated at: 2026-05-13 18:19:12 UTC */

/* ========== TABLE STYLES ========== */
.doc-content table,
table.doc-table {
    font-size: 12px;
    margin: 12px 0;
}

.doc-content table thead th,
table.doc-table thead th {
    background: #e41c3d !important;
    color: #ffffff !important;
    font-weight: 700;
    padding: 10px 12px;
    border-color: #c01830 !important;
}

.doc-content table > tr:first-child > th,
table.doc-table > tr:first-child > th {
    background: #e41c3d !important;
    color: #ffffff !important;
    font-weight: 700;
    padding: 10px 12px;
    border-color: #c01830 !important;
}

.doc-content table tbody th,
table.doc-table tbody th,
.doc-content table > tr:not(:first-child) > th,
table.doc-table > tr:not(:first-child) > th {
    background: inherit;
    color: #212529;
    font-weight: 600;
    padding: 8px 12px;
    border-color: #dee2e6;
    text-align: left;
}

.doc-content table tbody tr:nth-child(odd),
table.doc-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.doc-content table tbody tr:nth-child(even),
table.doc-table tbody tr:nth-child(even) {
    background: #f8f9fa;
}

.doc-content table tbody tr:hover,
table.doc-table tbody tr:hover {
    background: #e9ecef !important;
}

.doc-content table td,
table.doc-table td {
    padding: 8px 12px;
    border-color: #dee2e6;
    color: #212529;
}

/* ========== HEADING STYLES ========== */
.doc-content h1 {
    font-size: 1.5rem;
    color: #212529;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.doc-content h2 {
    font-size: 1.2rem;
    color: #212529;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
}

.doc-content h3 {
    font-size: 1rem;
    color: #343a40;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.doc-content h4 {
    font-size: 0.9rem;
    color: #495057;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 12px;
}

.doc-content h2, .doc-content h3, .doc-content h4 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ========== TEXT STYLES ========== */
.doc-content {
    font-size: 13px;
    color: #495057;
    line-height: 1.8;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.doc-content p {
    margin-bottom: 16px;
}

.doc-content a {
    color: #e41c3d;
    background: transparent;
    text-decoration: none;
}

.doc-content a:hover {
    color: #c01830;
    background: transparent;
    text-decoration: underline;
}

/* ========== CODE STYLES ========== */
.doc-content code {
    background: #f8f9fa;
    color: #dc3545;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: Consolas, Monaco, "Courier New", monospace;
    font-size: 0.9em;
}

.doc-content pre {
    background: #f8f9fa;
    border-left: 4px solid #dc3545;
    padding: 20px;
    border-radius: 6px;
    overflow-x: auto;
    margin: 20px 0;
}

.doc-content pre code {
    background: transparent;
    padding: 0;
    color: inherit;
}

/* ========== BLOCKQUOTE STYLES ========== */
.doc-content blockquote {
    border-left: 4px solid #dc3545;
    color: #6c757d;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
}

/* ========== CALLOUT BOX STYLES ========== */
.doc-content .doc-callout { border-radius: 6px; margin: 16px 0; padding: 0; overflow: hidden; border: 1px solid #dee2e6; }
.doc-content .doc-callout-header { padding: 8px 14px; font-weight: 700; font-size: 0.9em; letter-spacing: 0.02em; display: flex; align-items: center; gap: 8px; }
.doc-content .doc-callout-body { padding: 10px 14px; font-size: 0.95em; line-height: 1.6; }
.doc-content .doc-callout-body > *:first-child { margin-top: 0; }
.doc-content .doc-callout-body > *:last-child { margin-bottom: 0; }
.doc-content .doc-callout-body p { margin: 0.4em 0; }
.doc-content .doc-callout-header::before { font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', FontAwesome; font-weight: 900; font-size: 0.95em; display: inline-block; }
.doc-content .doc-callout-note { border-color: #ced4da; background: #eef0f2; }
.doc-content .doc-callout-note .doc-callout-header { background: #e0e3e6; color: #495057; }
.doc-content .doc-callout-note .doc-callout-body { background: #eef0f2; color: #212529; }
.doc-content .doc-callout-note .doc-callout-header::before { content: "\f05a"; }
.doc-content .doc-callout-important { border-color: #f1aeb5; background: #fce8ea; }
.doc-content .doc-callout-important .doc-callout-header { background: #f8d7da; color: #842029; }
.doc-content .doc-callout-important .doc-callout-body { background: #fce8ea; color: #212529; }
.doc-content .doc-callout-important .doc-callout-header::before { content: "\f071"; }
.doc-content .doc-callout-warning { border-color: #f5c6cb; background: #fff8f0; }
.doc-content .doc-callout-warning .doc-callout-header { background: #f8d7da; color: #842029; }
.doc-content .doc-callout-warning .doc-callout-body { background: #fff8f0; color: #212529; }
.doc-content .doc-callout-warning .doc-callout-header::before { content: "\f06a"; }
.doc-content .doc-callout-tip { border-color: #a3cfbb; background: #f8fdf9; }
.doc-content .doc-callout-tip .doc-callout-header { background: #d1e7dd; color: #0f5132; }
.doc-content .doc-callout-tip .doc-callout-body { background: #f8fdf9; color: #212529; }
.doc-content .doc-callout-tip .doc-callout-header::before { content: "\f0eb"; }
.doc-content div.Notes { background: #eef0f2; border: 1px solid #ced4da; border-radius: 6px; margin: 16px 0; padding: 10px 14px; }
.doc-content div.Important { background: #fce8ea; border: 1px solid #f1aeb5; border-radius: 6px; margin: 16px 0; padding: 10px 14px; }
.doc-content div.Notes img.icon, .doc-content div.Important img.icon { display: none; }

