/* Events Widget — События */
.ce-widget-box{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.06);border:1px solid #f1f5f9}
.ce-widget-head{background:linear-gradient(135deg,#7c3aed 0%,#8b5cf6 50%,#a78bfa 100%);color:#fff;padding:16px 18px;font-size:15px;font-weight:700;display:flex;align-items:center;gap:10px}
.ce-widget-head .fa{font-size:18px;opacity:0.9}
.ce-list{padding:4px 0}
.ce-item{display:flex;gap:14px;padding:14px 18px;text-decoration:none;color:inherit;border-bottom:1px solid #f1f5f9;transition:background 0.15s}
.ce-item:last-child{border-bottom:none}
.ce-item:hover{background:#faf5ff}
.ce-item-date{width:56px;text-align:center;flex-shrink:0;background:#f3f0ff;border-radius:8px;padding:8px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.ce-item-today{background:#7c3aed;color:#fff}
.ce-item-day{font-size:20px;font-weight:800;line-height:1}
.ce-item-month{font-size:11px;font-weight:600;text-transform:uppercase;opacity:0.7}
.ce-item-dow{font-size:10px;opacity:0.5;margin-top:2px}
.ce-item-info{flex:1;min-width:0}
.ce-item-title{font-size:14px;font-weight:700;line-height:1.3;margin-bottom:4px;color:#1e293b}
.ce-item:hover .ce-item-title{color:#7c3aed}
.ce-item-loc{font-size:12px;color:#64748b;display:flex;align-items:center;gap:4px;margin-bottom:4px}
.ce-item-loc .fa{color:#94a3b8;font-size:11px}
.ce-item-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:11px;color:#94a3b8}
.ce-item-cat{display:flex;align-items:center;gap:3px;background:#f3f0ff;color:#7c3aed;padding:2px 8px;border-radius:10px;font-weight:600}
.ce-item-cat .fa{font-size:10px}
.ce-item-price{font-weight:600;color:#16a34a}
.ce-item-time{display:flex;align-items:center;gap:3px}
.ce-empty{text-align:center;padding:30px;color:#94a3b8;font-size:14px}
.ce-foot{padding:12px 18px;border-top:1px solid #f1f5f9;text-align:center}
.ce-foot a{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#7c3aed;text-decoration:none;padding:6px 16px;border-radius:20px;border:1px solid #ddd6fe;transition:all 0.2s}
.ce-foot a:hover{background:#7c3aed;color:#fff;border-color:#7c3aed}
