/* Minimal styles to reproduce the layout from the screenshot. Customize in your theme as needed. */
.ee-container{display:flex;gap:30px;align-items:flex-start;font-family:Arial,Helvetica,sans-serif;}
.ee-left{width:320px;}
.ee-right{flex:1;background:#fff;padding:30px;border-radius:12px;box-shadow:0 6px 18px rgba(20,30,40,0.06)}
.ee-title{font-weight:700;font-size:18px;margin-bottom:12px}
.ee-list{display:flex;flex-direction:column;gap:14px}
.ee-card{cursor:pointer}
.ee-card-inner{display:flex;gap:12px;padding:12px;border-radius:10px;border:1px solid #e6e8ec;background:#fafafa;align-items:center}
.ee-card-inner.ee-latest{border-color:#ffd24d;box-shadow:0 2px 0 rgba(255,210,77,0.15)}
.ee-thumb{width:72px;height:56px;background-size:cover;background-position:center;border-radius:6px}
.ee-meta .ee-year{font-weight:700}
.ee-meta .ee-sub{font-size:13px;color:#6b7280}
.ee-meta .ee-info{font-size:12px;color:#9aa0ac;margin-top:6px}
.ee-detail .ee-header{display:flex;gap:20px;align-items:flex-start}
.ee-year-big{font-size:36px;font-weight:800;color:#f1c40f;margin-right:10px}
.ee-head-right h2{margin:0 0 6px 0}
.ee-location{color:#6b7280;margin-bottom:10px}
.ee-desc{color:#4b5563}
.ee-stats{display:flex;gap:12px;margin:18px 0}
.ee-stats div{background:#fbfbfc;padding:16px;border-radius:8px;text-align:center;min-width:96px}
.ee-stats strong{display:block;font-size:18px}
.ee-buttons{display:flex;gap:10px}
.ee-btn{display:inline-block;padding:10px 14px;border-radius:8px;text-decoration:none}
.ee-watch{background:#0f172a;color:#fff}
.ee-download{background:#ffd24d;color:#111}
@media(max-width:900px){.ee-container{flex-direction:column}.ee-left{width:100%}}
