.ev-widget {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 12px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}
.ev-widget h3 { margin-top:0; color: #006400; }
.ev-widget ul { list-style: none; padding-left: 0; margin: 0; }
.ev-item { display: flex; align-items: flex-start; margin-bottom: 10px; }
.ev-thumb { margin-right: 10px; display:block; }
.ev-text { flex: 1; }
.ev-title { text-decoration: none; color: #222; }
.ev-title:hover { text-decoration: underline; }
.ev-year { color: #666; font-size: 0.9em; margin-left:6px; }
.ev-excerpt { font-size: 0.9em; color: #444; margin-top:4px; }
