:root{
  --sce-olive:#5e6848;
  --sce-olive-deep:#46523a;
  --sce-olive-soft:#eef1e7;
  --sce-sand:#f7f1e5;
  --sce-gold:#a98237;
}
body:has(#suniva-organizer-theme-marker[data-organizer-type="community"]) main{
  --sn-accent:var(--sce-olive);
  --sn-accent-soft:var(--sce-olive-soft);
}
body:has(#suniva-organizer-theme-marker[data-organizer-type="community"]) main a[class*="btn"],
body:has(#suniva-organizer-theme-marker[data-organizer-type="community"]) main button[type="submit"]{
  background:var(--sce-olive)!important;
  border-color:var(--sce-olive)!important;
}
.suniva-event-type-badge{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}
.suniva-event-type-badge--community{background:var(--sce-olive);color:#fff}
.suniva-event-type-badge--partner{background:#8b654c;color:#fff}
.suniva-event-type-badge--official{background:#fff7e8;color:#9d6d15;border:1px solid #ead6aa}
.suniva-event-organizer-attribution{
  display:flex;
  flex-wrap:wrap;
  gap:10px 20px;
  margin:12px 0 18px;
  color:#59655e;
  font-size:13px;
}
.suniva-event-organizer-attribution strong{color:#244a3e}
.suniva-event-supported{color:var(--sce-gold);font-weight:700}
