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; padding: 8px 0; box-sizing: border-box; }
.changelog-item:not(:last-child) { border-bottom: 1px solid #eee; }
.changelog-icon { width: 32px; height: 32px; margin-right: 8px; flex-shrink: 0; }
.changelog-info { flex: 1; }
.changelog-header { display: flex; justify-content: space-between; margin-bottom: 2px; }
.changelog-title { font-size: 1em; font-weight: bold; color: #333; text-decoration: none; }
.changelog-title:hover { text-decoration: underline; }
.changelog-date { font-size: 0.9em; color: #888; margin-left: 8px; }
.changelog-desc { margin: 0; font-size: 0.9em; color: #555; line-height: 1.3; } </style>