.changelog-page {
    max-width: 720px;
    margin: 0 auto 2.5rem;
    padding: 0 0.75rem;
}

.changelog-page__head {
    margin-bottom: 2rem;
}

.changelog-page__title {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.changelog-page__lead {
    color: #5c6570;
    margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.changelog-page__version {
    font-weight: 600;
    color: #166534;
}

.changelog-page__back {
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    color: #166534;
}

.changelog-page__back:hover {
    text-decoration: underline;
}

.changelog-timeline {
    position: relative;
    padding-left: 1.25rem;
    border-left: 2px solid #e5e7eb;
}

.changelog-release {
    position: relative;
    padding-bottom: 1.75rem;
}

.changelog-release:last-child {
    padding-bottom: 0;
}

.changelog-release__marker {
    position: absolute;
    left: -1.42rem;
    top: 0.35rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e5e7eb;
}

.changelog-release--current .changelog-release__marker {
    background: #22c55e;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.25);
}

.changelog-release__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 1rem;
    margin-bottom: 0.35rem;
}

.changelog-release__version {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}

.changelog-release__badge {
    display: inline-block;
    margin-left: 0.35rem;
    padding: 0.1rem 0.45rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #166534;
    background: #dcfce7;
    border-radius: 4px;
    vertical-align: middle;
}

.changelog-release__date {
    font-size: 0.85rem;
    color: #6b7280;
}

.changelog-release__title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: #374151;
}

.changelog-release__list {
    margin: 0;
    padding-left: 1.15rem;
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.55;
}

.changelog-release__list li {
    margin-bottom: 0.35rem;
}

.changelog-release__list li:last-child {
    margin-bottom: 0;
}
