.wiki-content a {
    color: #2f6f3e;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-color: rgba(47, 111, 62, 0.3);
    text-underline-offset: 4px;
    transition: text-decoration-color 150ms ease;
}

.wiki-content a:hover {
    text-decoration-color: #2f6f3e;
}

.wiki-content ol {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
    list-style: decimal;
}

.wiki-content ol li {
    padding-left: 0.25rem;
}

.wiki-content ol li + li {
    margin-top: 0.5rem;
}

.wiki-content ol li::marker {
    color: #2f6f3e;
    font-weight: 600;
}

.wiki-content .callout.warning {
    border-color: #fcd34d;
    background: #fffbeb;
}

.wiki-content .callout.warning strong {
    color: #78350f;
}

.wiki-content .callout.warning p,
.wiki-content .callout.warning li {
    color: #451a03;
}

.wiki-content .callout.warning ul {
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.wiki-content .callout.warning ul li::before {
    background: #d97706;
}
