/* wiki-mdn.css — стили в стиле MDN для вики */

.prose h2 {
    text-size: 1.875rem; /* ≈ text-3xl */
    font-weight: 700;
    color: #450a0a; /* brand-header */
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
}

.prose h3 {
    text-size: 1.5rem; /* text-2xl */
    font-weight: 600;
    color: #450a0a;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
}

.prose h4 {
    text-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.wiki-content p {
    margin-bottom: 1.5rem;
    line-height: 1.75;
}

.wiki-content ul,
.wiki-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.wiki-content ul {
    list-style-type: disc;
}

.wiki-content code {
    background-color: #f3f4f6;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    font-family: ui-monospace, monospace;
    font-size: 0.875rem;
    color: #dc2626; /* red-700 */
}

.wiki-content pre {
    background-color: #111827;
    color: #f3f4f6;
    padding: 1.25rem;
    border-radius: 0.75rem;
    overflow-x: auto;
    margin: 1.5rem 0;
    font-size: 0.875rem;
}

.wiki-content a {
    color: #c8102e; /* brand */
    text-decoration: underline;
}

.wiki-content a:hover {
    text-decoration: underline;
}

select#status option[value="in_progress"] {
    white-space: nowrap;
}

.status-badge-in-progress {
    white-space: nowrap;
    min-width: 100px;
    text-align: center;
}