.wpzhiku-plugin-changelog {
    --wpzhiku-changelog-border: #e5e7eb;
    --wpzhiku-changelog-muted: #64748b;
    --wpzhiku-changelog-accent: #1d5fc5;
}

.wpzhiku-plugin-changelog__header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.wpzhiku-plugin-changelog__title {
    margin: 0;
}

.wpzhiku-plugin-changelog__version {
    color: var(--wpzhiku-changelog-accent);
    font-size: 0.875rem;
    font-weight: 600;
}

.wpzhiku-plugin-changelog__content h3 {
    font-size: 1.125rem;
    margin: 1.5rem 0 0.5rem;
}

.wpzhiku-plugin-changelog__content h3:first-child {
    margin-top: 0;
}

.wpzhiku-plugin-changelog__content ul {
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}

.wpzhiku-plugin-changelog__content li + li {
    margin-top: 0.375rem;
}
