/* Changelog-Seite – Inhalte im Docs-Layout */
.changelog-anchor {
    display: block;
    scroll-margin-top: 24px;
}

.changelog-page .docs-main h1 {
    margin-bottom: 8px;
}

.changelog-page .docs-main > .docs-content > [data-lang] > p:first-of-type {
    margin-bottom: 32px;
    color: #94a3b8;
}

.changelog-entry {
    margin: 0 0 40px;
    scroll-margin-top: 24px;
}

.changelog-page .changelog-version {
    font-size: 1.25rem;
    font-weight: 600;
    color: #e2e8f0;
    margin: 0 0 4px;
    padding-bottom: 0;
    border-bottom: none;
}

.changelog-date {
    display: block;
    font-size: 0.875rem;
    color: #94a3b8;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.changelog-intro {
    font-size: 0.95rem;
    color: #94a3b8;
    margin: 0 0 20px;
    line-height: 1.5;
}

.changelog-items {
    list-style: disc;
    padding-left: 1.5rem;
    margin: 0;
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.7;
}

.changelog-items li {
    margin-bottom: 12px;
}

.changelog-items li:last-child {
    margin-bottom: 0;
}

.changelog-items strong {
    color: #f1f5f9;
}

.changelog-block {
    margin-bottom: 20px;
}

.changelog-block:last-child {
    margin-bottom: 0;
}

.changelog-block-title {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.changelog-block-title.added {
    color: #4ade80;
}

.changelog-block-title.removed {
    color: #f87171;
}

.changelog-block-title.changed {
    color: #60a5fa;
}

.changelog-block .changelog-items {
    margin: 0 0 0 0.25rem;
}

.changelog-block-empty {
    font-size: 0.9rem;
    color: #64748b;
    font-style: italic;
    margin: 0 0 0 0.25rem;
}

html.theme-light .changelog-block-title.added {
    color: #16a34a;
}

html.theme-light .changelog-block-title.removed {
    color: #dc2626;
}

html.theme-light .changelog-block-title.changed {
    color: #2563eb;
}

html.theme-light .changelog-block-empty {
    color: #64748b;
}
