.sbe-window{max-height:720px;overflow:auto;margin:1rem 0;}
.sbevents{list-style:none;margin:0;padding:0;}
.sbeevent{border:1px solid #2a2a2a;border-radius:14px;background:#0e0e10;color:#f1f1f1;margin-bottom:16px;overflow:hidden}
.sbe-hub{display:grid;grid-template-columns:1fr 2fr;gap:0;align-items:stretch;min-height:260px}
.sbe-hub .sbe-hub-left-min{padding:22px 24px;display:flex;flex-direction:column;gap:10px;justify-content:center}
.sbe-hub .sbe-hub-right-big{position:relative;background:#0a0a0c;display:flex;align-items:center;justify-content:center}
.sbe-hub .sbe-hub-right-big img{max-width:100%;max-height:100%;object-fit:contain;display:block}
.sbe-title{margin:0;font-weight:800;font-size:2rem;line-height:1.15}
.sbe-dt{opacity:.9;font-weight:600}
.sbe-past .sbe-hub-right-big img{filter:grayscale(100%);opacity:.85}
.sbe-load-more-wrap {
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  text-align: center !important;
}

.sbe-load-more {
  margin: 0 !important;
  position: static !important;
  transform: none !important;
}
.sbe-load-more:hover{ filter:brightness(1.08); }
.sbe-clickable{cursor:pointer}
.sbe-modal[hidden]{display:none}
.sbe-modal{position:fixed;inset:0;z-index:9999}
.sbe-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6)}
.sbe-modal-dialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(980px,92vw);max-height:90vh;background:#101013;color:#fff;border-radius:14px;box-shadow:0 10px 40px rgba(0,0,0,.45);display:flex;flex-direction:column;overflow:hidden}
.sbe-modal-close{position:absolute;right:10px;top:10px;background:transparent;border:0;color:#fff;font-size:28px;cursor:pointer}
.sbe-modal-img-wrap{width:100%;max-height:60vh;background:#0a0a0c;display:flex;align-items:center;justify-content:center}
.sbe-modal-img-wrap img{width:100%;height:auto;max-height:60vh;object-fit:contain;filter:none !important;display:block}
.sbe-modal-body{padding:18px 20px;width:100%;text-align:left}
.sbe-modal-title{margin:0 0 10px;font-size:1.6rem}
.sbe-modal-dt{opacity:.9;font-weight:600;margin-bottom:6px}
.sbe-modal-loc{opacity:.9;margin-bottom:10px}
.sbe-modal-desc{max-height:28vh;overflow-y:auto;overflow-x:hidden;word-break:break-word;white-space:normal;padding-right:8px}
.sbe-modal-desc::-webkit-scrollbar{width:8px}
.sbe-modal-desc::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:8px}
@media (max-width: 860px){
  .sbe-hub{grid-template-columns:1fr}
  .sbe-hub .sbe-hub-right-big{height:240px}
}
@media (prefers-color-scheme: light){
  .sbeevent, .sbeevent *{color:#101012}
  .sbeevent{background:#fff;border-color:#e6e6e6}
  .sbe-modal-dialog{background:#fff;color:#111}
  .sbe-modal-close{color:#111}
}
.sbe-modal-dialog{
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
}
.sbe-modal-img-wrap{
  flex: 0 0 auto;
}
.sbe-modal-body{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.sbe-modal-desc{
  flex: 1 1 auto;
  max-height: 28vh;
  overflow-y: auto;
  overflow-x: hidden;
  word-break: break-word;
  white-space: normal;
  padding-right: 8px;
  -webkit-overflow-scrolling: touch;
}
.sbe-modal-desc::-webkit-scrollbar{width:8px}
.sbe-modal-desc::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:8px}