.online-help-markdown-output {
    white-space: normal;
    word-break: break-word;
}

.online-help-markdown-output p + p,
.online-help-markdown-output p + ol,
.online-help-markdown-output p + ul,
.online-help-markdown-output ol + p,
.online-help-markdown-output ul + p,
.online-help-markdown-output ol + ul,
.online-help-markdown-output ul + ol {
    margin-top: 0.75rem;
}

.online-help-markdown-output ol,
.online-help-markdown-output ul {
    margin-left: 1.5rem;
}

.online-help-markdown-output ol {
    list-style: decimal;
}

.online-help-markdown-output ul {
    list-style: disc;
}

.online-help-markdown-output li + li {
    margin-top: 0.5rem;
}

.online-help-markdown-output strong {
    font-weight: 700;
}

.online-help-markdown-output code {
    background-color: #f3f4f6;
    border-radius: 0.25rem;
    font-size: 0.875em;
    padding: 0.1rem 0.3rem;
}

.online-help-copy-button {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    color: #4b5563;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 0.35rem;
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.online-help-copy-button:hover {
    background-color: #f9fafb;
    border-color: #9ca3af;
    color: #111827;
}

.online-help-copy-button.is-copied {
    background-color: #ecfdf3;
    border-color: #10b981;
    color: #047857;
}

.online-help-copy-button.is-copy-error {
    background-color: #fef2f2;
    border-color: #ef4444;
    color: #b91c1c;
}

.online-help-copy-button:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

.online-help-copy-feedback {
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.32rem 0.45rem;
    pointer-events: none;
    position: absolute;
    right: 2.9rem;
    top: 0.84rem;
    white-space: nowrap;
}

.online-help-copy-feedback-success {
    background-color: #ecfdf3;
    border: 1px solid #10b981;
    color: #047857;
}

.online-help-copy-feedback-error {
    background-color: #fef2f2;
    border: 1px solid #ef4444;
    color: #b91c1c;
}

.online-help-header-action {
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 0.375rem;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 0.35rem;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.online-help-header-action:hover {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.75);
}

.online-help-header-action:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}
