.te-events-wrap, .te-hero, .te-community {
  --te-navy:#071438;--te-ink:#142143;--te-muted:#5d6680;--te-yellow:#ffb400;--te-yellow-dark:#f59b00;
  --te-cream:#fff8e7;--te-line:#eadbbd;
  font-family:"Inter",Arial,sans-serif;color:var(--te-ink);box-sizing:border-box;
}
.te-events-wrap *, .te-hero *, .te-community *{box-sizing:border-box;}
.te-events-inner{max-width:1180px;margin:0 auto;padding:0 20px;}

/* Hero banner */
.te-hero{background-position:center;background-size:cover;border-bottom:1px solid var(--te-line);text-align:left!important;}
.te-hero-inner{padding:70px 20px;text-align:left!important;max-width:1180px;margin:0 auto;min-height:180px;display:flex;flex-direction:column;justify-content:center;}
.te-hero-kicker{color:#f5a000;display:inline-flex;gap:.6rem;align-items:center;font-weight:800;text-transform:uppercase;font-size:.8rem;letter-spacing:.08em;margin-bottom:10px;text-align:left!important;justify-content:flex-start;}
.te-hero-kicker::before{content:"";width:26px;height:3px;background:var(--te-yellow);display:inline-block;}
.te-hero-title{font-family:"Outfit",Arial,sans-serif;color:var(--te-navy);font-size:35px!important;font-weight:800;margin:0 0 12px;line-height:1.15;max-width:640px;text-align:left!important;}
.te-hero-sub{color:#3d4864;font-size:1.05rem;max-width:560px;margin:0;line-height:1.5;text-align:left!important;}

.te-events-wrap{padding:44px 0 60px;background:#fff;text-align:left!important;}
.te-events-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap;margin-bottom:6px;text-align:left!important;}
.te-section-kicker{color:#f5a000;display:inline-flex;gap:.65rem;align-items:center;font-weight:800;text-transform:uppercase;font-size:.82rem;letter-spacing:.08em;}
.te-section-kicker::before{content:"";width:30px;height:3px;background:var(--te-yellow);display:inline-block;}
.te-section-title{font-family:"Outfit",Arial,sans-serif;color:var(--te-navy);font-size:35px;font-weight:800;margin:4px 0 4px;line-height:1.05;text-align:left!important;}
.te-section-subtitle{color:#44506c;font-size:1rem;margin:0;max-width:640px;text-align:left!important;}

.te-sort-box{display:inline-flex;align-items:center;gap:.65rem;font-size:.9rem;color:#1e2948;flex-shrink:0;}
.te-sort-box select{border:1px solid #dce1ec;min-height:36px;border-radius:6px;font-size:.86rem;color:#162343;padding:0 10px;background:#fff;}

.te-empty-state{text-align:center;padding:60px 20px;color:var(--te-muted);}
.te-empty-state i{font-size:32px;color:var(--te-yellow-dark);margin-bottom:12px;display:block;}

.te-event-list{margin-top:24px;display:grid;gap:16px;}
.te-event-card{
  position:relative;display:grid;grid-template-columns:205px minmax(0,1fr) 250px;min-height:112px;
  border:1px solid var(--te-line);border-radius:12px;background:rgba(255,255,255,.95);
  overflow:hidden;box-shadow:0 10px 28px rgba(7,20,56,.06);
  border-left:4px solid var(--te-yellow);
  transition:transform .16s ease,box-shadow .16s ease;
}
.te-event-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(7,20,56,.12);}
.te-event-card.te-event-completed{border-left-color:#9aa3b5;opacity:.92;}

.te-completed-badge{display:inline-flex;align-items:center;gap:6px;background:#151A21;color:#fff;font-size:11px;font-weight:700;padding:5px 12px;border-radius:99px;margin-top:4px;}
.te-completed-badge i{color:var(--te-yellow);font-size:10px;}

.te-event-logo{display:grid;place-items:center;border-right:1px solid var(--te-line);background:linear-gradient(135deg,#fff,#fffaf0);padding:14px;text-align:center;}
.te-event-logo img{max-width:100%;max-height:80px;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.08));}
.te-logo-badge{font-family:"Outfit",Arial,sans-serif;font-weight:800;color:#fff;font-size:1.3rem;text-transform:uppercase;background:linear-gradient(135deg,var(--te-navy),#1F3A70);width:64px;height:64px;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(7,20,56,.25);}

.te-event-body{padding:18px 22px 16px;min-width:0;}
.te-event-title{font-family:"Outfit",Arial,sans-serif;color:var(--te-navy);font-size:1.23rem;font-weight:800;margin:0 0 10px;text-align:left!important;}
.te-event-meta{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:8px;text-align:left!important;}
.te-meta-chip{display:inline-flex;align-items:center;gap:.45rem;font-size:.85rem;color:#46516c;background:var(--te-cream);border:1px solid var(--te-line);padding:4px 11px;border-radius:4px;font-weight:600;}
.te-meta-chip i{color:var(--te-yellow-dark);font-size:.95rem;}
.te-event-desc{color:#3d4864;font-size:.94rem;line-height:1.45;margin:0;text-align:left!important;}

.te-event-action{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px;background:linear-gradient(180deg,rgba(255,255,255,.3),rgba(255,248,229,.8));border-left:1px solid rgba(234,219,189,.55);min-width:0;}
.te-btn-yellow{
  width:205px;min-height:42px;font-size:.84rem;border-radius:6px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.5rem .9rem;border:1px solid #d99200;text-decoration:none;
  background:linear-gradient(180deg,#ffc42b,#f3a000);color:#070d1f;box-shadow:0 3px 0 rgba(7,20,56,.18);
  transition:transform .12s ease,box-shadow .12s ease;
}
.te-btn-yellow:hover{transform:translateY(-1px);box-shadow:0 5px 0 rgba(7,20,56,.18);}
.te-link{color:#003f9c;text-decoration:none;font-size:.85rem;max-width:100%;overflow-wrap:anywhere;text-align:center;}
.te-link:hover{text-decoration:underline;}

/* Community band */
.te-community{margin-top:20px;background-position:center;background-size:cover;border-top:1px solid var(--te-line);border-bottom:1px solid var(--te-line);}
.te-community-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;padding:44px 20px;}
.te-community h2{font-family:"Outfit",Arial,sans-serif;color:var(--te-navy);font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;margin:0 0 8px;max-width:480px;line-height:1.1;text-align:left!important;}
.te-community p{margin:0;color:#283550;max-width:480px;text-align:left!important;}
.te-community-btn{width:auto;padding:.75rem 1.6rem;white-space:nowrap;}

@media(max-width:900px){
  .te-event-card{grid-template-columns:1fr;}
  .te-event-logo{border-right:none;border-bottom:1px solid var(--te-line);padding:16px;}
  .te-event-action{border-left:none;border-top:1px solid rgba(234,219,189,.55);flex-direction:row;}
  .te-community-inner{flex-direction:column;text-align:center;}
}
