
/* Stagexo V19 Changelog - scoped visual fixes */
#changelog {
    color: #e9eee9;
}

#changelog .card,
#changelog .list-group,
#changelog .sx-changelog-entry {
    color: #e9eee9 !important;
}

#changelog .sx-changelog-entry {
    background: linear-gradient(135deg, rgba(24, 38, 45, .94), rgba(16, 28, 34, .94)) !important;
    border: 1px solid rgba(255, 255, 255, .055) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

#changelog .sx-changelog-entry:hover {
    background: linear-gradient(135deg, rgba(29, 45, 52, .98), rgba(18, 32, 38, .98)) !important;
    border-color: rgba(183, 217, 43, .16) !important;
    transform: translateY(-1px);
}

#changelog .sx-changelog-entry__text,
#changelog .sx-changelog-entry__text span {
    color: #d9e1dc !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: none !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    text-transform: none !important;
}

#changelog .sx-changelog-entry__actions,
#changelog .sx-changelog-entry__actions a,
#changelog .sx-changelog-entry__actions i {
    color: #b7d92b !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#changelog .sx-changelog-entry__actions a:hover,
#changelog .sx-changelog-entry__actions a:hover i {
    color: #e6f59b !important;
}

#changelog .sx-changelog-category {
    margin: 0 0 8px;
}

#changelog .sx-changelog-category__badge {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 4px 8px;
    border-radius: 5px;
    background: #f4c400 !important;
    color: #11150b !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

#changelog .list-group-item,
#changelog .list-group-item-action,
#changelog .list-group-item:hover,
#changelog .list-group-item:focus,
#changelog .list-group-item:active {
    color: #d9e1dc !important;
}

#changelog .text-muted,
#changelog .text-secondary {
    color: #aebbb4 !important;
    opacity: 1 !important;
}

#changelog h5.list-group-item.active {
    color: #8fa8bd !important;
    background: #223746 !important;
    border-color: rgba(255,255,255,.10) !important;
}

@media (max-width: 767.98px) {
    #changelog .sx-changelog-entry__text,
    #changelog .sx-changelog-entry__text span {
        font-size: 12px !important;
        line-height: 1.6 !important;
    }
}
