/* =======================================================
   UNIVERSAL CHANGELOG WIDGET
   ======================================================= */

.clw-box {
    border-radius: 18px;
    background: linear-gradient(to bottom, #2C1745, #050816);
    padding: 16px 18px;
    color: #e5e7eb;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.85rem;
}

.clw-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.clw-title {
    font-weight: 600;
    font-size: 0.9rem;
}

.clw-viewall {
    color: #c4b5fd;
    text-decoration: none;
    font-size: 0.8rem;
}

.clw-empty {
    color: #9ca3af;
}

.clw-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clw-item {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.clw-line1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}

.clw-project {
    font-weight: 600;
    color: #d9d6f9;
}

.clw-version {
    opacity: 0.9;
}

.clw-title2 {
    font-size: 0.85rem;
    margin-bottom: 2px;
}

.clw-date {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-bottom: 4px;
}

.clw-link {
    color: #c4b5fd;
    text-decoration: none;
    font-size: 0.8rem;
}
