Widget:Teste2
<style> .changelog-widget { font-family: sans-serif; max-width: 600px; margin: 0 auto; box-sizing: border-box; }
.changelog-item { display: flex; align-items: flex-start; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #eee; }
.changelog-item:last-of-type { border-bottom: none; }
.changelog-info { flex: 1; margin-right: 10px; }
.changelog-title { display: block; font-size: 1.1em; font-weight: bold; color: #333; text-decoration: none; margin: 0; padding: 0; }
.changelog-title:hover { text-decoration: underline; }
.changelog-date { font-size: 0.9em; color: #888; margin: 4px 0; }
.changelog-desc { margin: 0; font-size: 0.9em; color: #555; line-height: 1.4; }
.changelog-icon { width: 32px; height: 32px; flex-shrink: 0; align-self: flex-start; } </style>