.alo-events-archive { padding: 20px; }
.alo-tabs { margin-bottom: 16px; }
.alo-tab-button { margin-right:8px; padding:8px 12px; cursor:pointer; }
.alo-grid { display:flex; flex-wrap:wrap; gap:16px; }
.alo-card { width:300px; border:1px solid #e6e6e6; border-radius:6px; overflow:hidden; background:#fff; }
.alo-card-link { color:inherit; text-decoration:none; display:block; }
.alo-card-image { position:relative; height:180px; overflow:hidden; background:#f5f5f5; }
.alo-card-image img { width:100%; height:100%; object-fit:cover; display:block; }
.alo-card-placeholder { width:100%; height:100%; background:#ddd; }
.alo-date-badge { position:absolute; right:8px; bottom:8px; background:#222; color:#fff; padding:6px 8px; border-radius:4px; font-weight:bold; }
.alo-badge.zoom-badge { position:absolute; left:8px; top:8px; background:#2d8cf0; color:#fff; padding:6px 8px; border-radius:4px; font-weight:bold; }
.alo-badge.below-ended { top:44px; }
.alo-ended { position:absolute; left:8px; top:8px; background:#d9534f; color:#fff; padding:6px 8px; border-radius:4px; font-weight:bold; }
.alo-card-body { padding:12px; }
.alo-category { display:inline-block; color:#fff; padding:4px 8px; border-radius:3px; margin-bottom:8px; }
.alo-title { margin:6px 0; font-size:18px; }
.alo-meta { color:#666; font-size:14px; display:flex; gap:8px; flex-wrap:wrap; }

.alo-event-single { padding:20px; width:100%; box-sizing:border-box; }
.alo-event-single > article { max-width:1200px; margin:0 auto; }
.alo-event-header { overflow:visible; }
.alo-event-header:after { content:""; display:table; clear:both; }
.alo-event-header h1 { font-size:28px; }
.alo-event-date { color:#666; }
.alo-ended-box { background:transparent; color:inherit; padding:0; margin-top:8px; display:inline-block; }
.alo-ongoing-box { background:transparent; color:inherit; padding:0; margin-top:8px; display:inline-block; }
.alo-status { min-height:36px; margin-top:8px; }
.alo-status .status-text { display:inline-block; padding:6px 0; }
.alo-documents, .alo-contact, .alo-hotel-info, .alo-albums { clear:both; width:100%; box-sizing:border-box; }
.alo-speakers-grid { display:flex; gap:12px; flex-wrap:wrap; }
.alo-speaker { width:180px; border:1px solid #eee; padding:8px; border-radius:6px; display:flex; gap:8px; align-items:center; }
.alo-speaker img { width:56px; height:56px; object-fit:cover; border-radius:50%; }
.alo-register-btn { display:inline-block; padding:10px 14px; background:#2d8cf0; color:#fff; border-radius:6px; text-decoration:none; }

/* Responsive */
@media (max-width:640px) {
    .alo-grid { flex-direction:column; }
    .alo-card { width:100%; }
}
