Widget:Teste2
<style> .notices-box { width: 280px; font-family: sans-serif; background: #fff; border-radius: 4px; box-sizing: border-box; border: 1px solid #ddd; overflow: hidden; }
.notices-title { background: #f5f5f5; color: #2c3e50; font-size: 1.1em; font-weight: bold; padding: 8px 12px; border-bottom: 1px solid #ddd; }
.notices-list { max-height: 400px; overflow-y: auto; padding: 8px; box-sizing: border-box; }
.notice-item { display: flex; align-items: center; position: relative; background: #fff; border-left: 5px solid #f5b700; /* Barra colorida à esquerda */ border-radius: 4px; margin-bottom: 10px; padding: 8px; box-sizing: border-box; }
.notice-item:last-of-type { margin-bottom: 0; }
.notice-content { display: flex; flex-direction: column; justify-content: center; flex: 1; margin-right: 10px; }
.notice-header { font-size: 1em; font-weight: bold; color: #333; margin: 0 0 2px 0; }
.notice-sub { font-size: 0.9em; color: #666; margin: 0 0 4px 0; }
.notice-date { font-size: 0.85em; color: #999; margin: 0; }
.notice-icon img { width: 48px; height: 48px; object-fit: contain; } </style>