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: 10px 0; border-bottom: 1px solid #e0e0e0; }
.changelog-item:last-of-type { border-bottom: none; }
.changelog-icon { width: 32px; height: 32px; margin-right: 10px; flex-shrink: 0; }
.changelog-info { flex: 1; }
.changelog-header { display: flex; align-items: center; gap: 8px; background-color: #f7f7f7; padding: 4px 6px; border-radius: 4px; margin-bottom: 4px; }
.changelog-title { font-size: 1.1em; font-weight: bold; color: #333; text-decoration: none; }
.changelog-title:hover { text-decoration: underline; }
.changelog-date { font-size: 0.9em; color: #888; }
.changelog-desc { margin: 0; font-size: 0.9em; color: #555; line-height: 1.4; } </style>