.aivah-changelog-container {
    max-width: 800px;
    margin: 40px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.ac-timeline {
    border-left: 2px solid #e2e8f0;
    padding-left: 30px;
    margin-top: 30px;
    margin-left: 10px;
}
.ac-entry {
    margin-bottom: 50px;
    position: relative;
}
.ac-entry::before {
    content: "";
    position: absolute;
    left: -39px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #3b82f6;
    box-shadow: 0 0 0 4px #fff;
}
.ac-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.ac-version { font-size: 1.5rem; font-weight: 800; color: #0f172a; }
.ac-date { font-size: 1rem; color: #64748b; font-weight: 500; }

.ac-changes-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.ac-change-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #334155;
    font-size: 1rem;
    line-height: 1.6;
}
.ac-change-text {
    flex: 1;
}

/* Inline Badges */
.ac-inline-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 12px;
    margin-top: 3px;
    min-width: 70px;
    text-align: center;
}
.ac-badge-added, .ac-badge-new { background: #dcfce7; color: #166534; }
.ac-badge-fixed, .ac-badge-fix { background: #fee2e2; color: #991b1b; }
.ac-badge-improved, .ac-badge-changed, .ac-badge-tweak { background: #e0e7ff; color: #3730a3; }
.ac-badge-removed { background: #ffedd5; color: #9a3412; }
.ac-badge-security { background: #fce7f3; color: #9d174d; }
.ac-badge-update { background: #f1f5f9; color: #475569; }

.ac-note {
    margin: 20px 0;
    padding: 15px 20px;
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
    border-radius: 6px;
    font-size: 0.95rem;
    color: #92400e;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.ac-link {
    display: inline-block;
    margin-top: 15px;
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}
.ac-link:hover {
    text-decoration: underline;
}