
.wsec-cal{
  --a:#6d4ad9; --live:#17a08c; --ink:#16352c; --muted:#5f776e; --line:#d9e6e0;
  font-family:inherit; color:var(--ink); max-width:720px;
  margin:6px 0 40px;
}
.wsec-actions{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 6px}
.wsec-btn{
  border:1px solid var(--line);background:#fff;color:var(--ink);font-weight:700;
  padding:11px 15px;border-radius:11px;cursor:pointer;text-decoration:none;
  display:inline-flex;align-items:center;box-shadow:0 1px 2px rgba(20,52,44,.06);
  transition:transform .12s ease, border-color .12s ease;
}
.wsec-btn:hover{transform:translateY(-1px);border-color:#c4d7cf}
.wsec-btn:focus-visible{outline:3px solid rgba(109,74,217,.45);outline-offset:2px}
.wsec-primary{background:var(--a);border-color:var(--a);color:#fff;box-shadow:0 6px 20px rgba(109,74,217,.28)}
.wsec-primary:hover{border-color:var(--a)}
.wsec-copied{color:var(--live);font-weight:700;opacity:0;transition:opacity .2s;align-self:center}
.wsec-copied.show{opacity:1}
.wsec-hint{font-size:.86rem;color:var(--muted);margin:10px 2px 20px}
.wsec-head{display:flex;justify-content:space-between;align-items:baseline;margin:26px 2px 14px}
.wsec-head h3{margin:0;font-size:1.2rem}
.wsec-head span{color:#8aa198;font-size:.85rem;font-weight:600}
.wsec-list{display:flex;flex-direction:column;gap:10px}
.wsec-ev{
  background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 16px;
  display:grid;grid-template-columns:1fr auto;gap:4px 12px;align-items:center;
  position:relative;overflow:hidden;box-shadow:0 1px 2px rgba(20,52,44,.06);
}
.wsec-ev::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--rail,var(--a))}
.wsec-name{font-weight:700;font-size:1.06rem}
.wsec-when{color:var(--muted);font-size:.92rem}
.wsec-local{color:#8aa198;font-size:.8rem}
.wsec-chip{
  justify-self:end;align-self:start;font-size:.72rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.02em;color:#fff;
  padding:4px 9px;border-radius:999px;white-space:nowrap;
}
.wsec-status{justify-self:end;font-size:.8rem;font-weight:700;white-space:nowrap}
.wsec-status.live{color:var(--live)}
.wsec-status.soon{color:#4a2fb0}
.wsec-status.done{color:#8aa198}
.wsec-empty{color:var(--muted);border:1px dashed var(--line);border-radius:14px;padding:20px;text-align:center;background:#fff}
@media(max-width:520px){
  .wsec-ev{grid-template-columns:1fr}
  .wsec-chip,.wsec-status{justify-self:start}
}
@media(prefers-reduced-motion:reduce){
  .wsec-btn{transition:none}
}
.wsec-week-table{margin:1.4em 0}
.wsec-week-table table{width:100%;border-collapse:collapse;font-size:15px}
.wsec-week-table th,.wsec-week-table td{padding:10px 12px;text-align:left;vertical-align:middle;border-bottom:1px solid #e7ecf3}
.wsec-week-table thead th{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#5b6b80;background:#f5f8fc}
.wsec-week-table .wsec-c-day{white-space:nowrap;font-weight:600;color:#33445c;width:78px}
.wsec-week-table .wsec-c-img{width:64px}
.wsec-week-table .wsec-c-when{white-space:nowrap;color:#4a5a70}
.wsec-week-table tr.wsec-row-tournament{background:#fffaf0}
.wsec-thumb{display:inline-block;width:56px;height:56px;border-radius:12px;object-fit:cover;background:#eef2f8;box-shadow:0 1px 3px rgba(20,40,80,.12)}
.wsec-thumb-butterfly{background:linear-gradient(135deg,#b06cff,#7a5cff)}
.wsec-thumb-pet{background:linear-gradient(135deg,#ffcf5c,#ff9a3c)}
.wsec-thumb-milestone{background:linear-gradient(135deg,#5cc8ff,#3c7cff)}
.wsec-thumb-prize{background:linear-gradient(135deg,#ff7a7a,#ff4d6d)}
.wsec-thumb-tournament{background:linear-gradient(135deg,#ffd24d,#ffb01f)}
.wsec-thumb-generic{background:linear-gradient(135deg,#c3ccda,#9fb0c6)}
.wsec-theme{display:block;font-size:12px;color:#7a8798;font-weight:400}
.wsec-tag{display:inline-block;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:600;background:#eaf1fb;color:#2f5fb0;white-space:nowrap}
.wsec-tag-tournament{background:#fff0d6;color:#a56a12}
.wsec-week-card{border:1px solid #e3e9f2;border-radius:16px;padding:16px 18px;background:#fff;box-shadow:0 2px 10px rgba(20,40,80,.06)}
.wsec-week-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px}
.wsec-week-card-head h3{margin:0;font-size:15px}
.wsec-week-card-head h3 a{color:inherit;text-decoration:none}
.wsec-week-card-head h3 a:hover{text-decoration:underline}
.wsec-week-range{font-size:13px;color:#6b7b90;white-space:nowrap}
.wsec-week-card-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}
.wsec-week-card-list li{display:grid;grid-template-columns:48px 44px 1fr auto;align-items:center;gap:8px;padding:6px 2px;border-bottom:1px solid #f0f3f8}
.wsec-week-card-list li:last-child{border-bottom:0}
.wsec-wc-day{font-size:11px;font-weight:700;color:#33445c;text-transform:uppercase}
.wsec-wc-thumb{width:40px;height:40px;border-radius:10px;object-fit:cover;background:#eef2f8}
.wsec-week-card .wsec-wc-thumb{width:44px !important;height:44px !important;object-fit:contain !important;background:transparent}
.wsec-wc-name{font-weight:600;font-size:15px;color:#20303f;line-height:1.25}
.wsec-wc-enroll{display:block;font-size:11.5px;font-weight:600;color:#b5820f;margin-top:1px}
.wsec-wc-type{font-size:12px;color:#7a8798;white-space:nowrap}
.wsec-wc-tournament .wsec-wc-name{color:#a56a12}
.wsec-week-card-more{display:inline-block;margin-top:12px;font-weight:700;font-size:12.5px;text-decoration:none;color:#fff;background:#2f6fd0;padding:7px 13px;border-radius:999px;line-height:1.1}
.wsec-week-card-more:hover{background:#265fb6}
@media(max-width:560px){
  .wsec-week-table .wsec-c-type{display:none}
  .wsec-week-card-list li{grid-template-columns:44px 44px 1fr}
  .wsec-wc-type{display:none}
}
.wsec-board{margin:1.5em 0;border-radius:22px;background:linear-gradient(160deg,#cfe6fb,#b6d6f4);padding:12px 14px 18px}
.wsec-board-head{text-align:center;padding:16px 12px 14px}
.wsec-board-kicker{display:block;font-weight:800;letter-spacing:.16em;text-transform:uppercase;font-size:15px;color:#4f76ab}
.wsec-board-range{display:inline-block;margin-top:6px;font-size:26px;font-weight:900;color:#20375b}
.wsec-board-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:2px 6px 4px;
  grid-template-areas:
    "hero hero"
    "tall a"
    "tall b"
    "tall c"
    "wide wide";
}
.wsec-slot-milestone_monday{grid-area:hero}
.wsec-slot-weekday_tournament{grid-area:tall}
.wsec-slot-butterflies{grid-area:a}
.wsec-slot-portraits{grid-area:b}
.wsec-slot-weekend_warmup{grid-area:c}
.wsec-slot-weekend_tournament{grid-area:wide}
.wsec-card{position:relative;display:flex;align-items:center;gap:16px;background:#fff;border-radius:16px;padding:18px 20px;box-shadow:0 3px 12px rgba(18,45,85,.14)}
.wsec-card-noimg{background:#fff}
.wsec-card-day{position:absolute;top:-13px;left:16px;background:#37c0b6;color:#fff;font-size:17px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;padding:6px 17px;border-radius:10px;box-shadow:0 2px 7px rgba(20,50,90,.18)}
.wsec-card-tournament .wsec-card-day{background:#efab27}
.wsec-card-body{flex:1 1 auto;min-width:0}
.wsec-card-main{min-width:0}
.wsec-card-actions{margin-top:10px}
.wsec-card-art{flex:0 0 auto;width:104px;height:104px;border-radius:14px;object-fit:contain;background:transparent}
.wsec-slot-butterflies .wsec-card-art{width:135px;height:135px}
.wsec-slot-portraits .wsec-card-art{width:135px;height:135px}
.wsec-slot-weekend_warmup .wsec-card-art{width:166px;height:166px}
.wsec-slot-milestone_monday .wsec-card-art{object-fit:cover;border-radius:16px}
.wsec-slot-weekend_warmup .wsec-card-art,
.wsec-slot-weekend_tournament .wsec-card-art{object-fit:contain;background:#f2f7fd;border-radius:16px}
.wsec-card-type{display:inline-block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#5b7aa8}
.wsec-card-tournament .wsec-card-type{color:#b5820f}
.wsec-card-name{margin:3px 0 5px;font-size:25px;line-height:1.1;font-weight:900;text-transform:uppercase;color:#1f334b}
.wsec-card-name{color:#1f334b}
.wsec-card-date{display:block;font-size:15px;font-weight:800;color:#2b3f5b;margin-bottom:1px}
.wsec-card-time{display:block;font-size:13px;color:#6a7a90;margin-bottom:2px}
.wsec-card-time .wsec-yt{font-weight:700;color:#33445c}
.wsec-card-enroll{display:block;font-size:13px;color:#b5820f;font-weight:700;margin:2px 0 4px}
.wsec-card-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:9px}
.wsec-add{display:inline-block;font-size:14px;font-weight:800;text-decoration:none;padding:8px 16px;border-radius:999px;line-height:1}
.wsec-add-ics{background:#2f6fd0;color:#fff}
.wsec-add-ics:hover{background:#265fb6}
.wsec-add-g{background:#eaf1fb;color:#2f5fb0}
.wsec-add-g:hover{background:#dbe6f6}
.wsec-slot-milestone_monday .wsec-card-name,
.wsec-slot-weekend_tournament .wsec-card-name{font-size:32px}
.wsec-slot-milestone_monday .wsec-card-art,
.wsec-slot-weekend_tournament .wsec-card-art{width:130px;height:130px}
.wsec-slot-weekday_tournament{flex-direction:column;justify-content:center;align-items:center;text-align:center}
.wsec-slot-weekday_tournament .wsec-card-art{width:150px;height:150px;margin-bottom:4px}
.wsec-slot-weekday_tournament .wsec-card-body{width:100%}
.wsec-slot-weekday_tournament .wsec-card-actions{justify-content:center}
.wsec-foot{font-size:14px;color:#63748c;margin-top:16px}
@media(max-width:680px){
  .wsec-board-grid{grid-template-columns:1fr;grid-template-areas:none}
  .wsec-board-grid .wsec-card{grid-area:auto}
  .wsec-card{padding:16px 16px}
  .wsec-card-name{font-size:22px}
  .wsec-slot-milestone_monday .wsec-card-name,
  .wsec-slot-weekend_tournament .wsec-card-name{font-size:24px}
  .wsec-card-art{width:96px;height:96px}
  .wsec-slot-butterflies .wsec-card-art,
  .wsec-slot-portraits .wsec-card-art{width:118px;height:118px}
  .wsec-slot-weekend_warmup .wsec-card-art{width:140px;height:140px}
  .wsec-slot-milestone_monday .wsec-card-art,
  .wsec-slot-weekend_tournament .wsec-card-art{width:96px;height:96px}
  .wsec-slot-weekday_tournament{flex-direction:row;text-align:left}
  .wsec-slot-weekday_tournament .wsec-card-art{width:96px;height:96px;margin-bottom:0}
  .wsec-slot-weekday_tournament .wsec-card-actions{justify-content:flex-start}
}
.wsec-wc-noimg{background:#eef4fc}
html.dark-mode .wsec-board{background:#0c0a1f;border:1px solid #262248}
html.dark-mode .wsec-board-kicker{color:#9db4dd}
html.dark-mode .wsec-board-range{color:#e8ecff}
html.dark-mode .wsec-card{background:#2b2856;box-shadow:0 3px 14px rgba(0,0,0,.45)}
html.dark-mode .wsec-card-noimg{background:#2b2856}
html.dark-mode .wsec-card-name{color:#eef1ff}
html.dark-mode .wsec-card-time{color:#aab3c9}
html.dark-mode .wsec-card-time .wsec-yt{color:#dfe4f5}
html.dark-mode .wsec-card-date{color:#dfe4f5}
html.dark-mode .wsec-card-enroll{color:#ffd166}
html.dark-mode .wsec-add-g{background:#2a2752;color:#c7d3ea}
.wsec-weeknav{display:flex;justify-content:space-between;gap:12px;margin:18px 0 4px}
.wsec-weeknav a{font-weight:800;text-decoration:none;color:#2f5fb0}
.wsec-weeknav a:hover{text-decoration:underline}
.wsec-weeknav-prev::before{content:"\2039 ";}
.wsec-weeknav-next{margin-left:auto}
.wsec-weeknav-next::after{content:" \203A";}
html.dark-mode .wsec-weeknav a{color:#a9b8e6}
.wsec-banner{position:relative;display:flex;align-items:stretch;border-radius:12px;overflow:hidden;
  margin:0 0 14px;min-height:84px;background:linear-gradient(90deg,#2f6fd0,#4aa0e6);
  transition:background .5s ease;box-shadow:0 2px 10px rgba(18,45,85,.16)}
.wsec-banner-inner{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:7px;
  padding:11px 10px;color:#fff;font-family:"Poppins",system-ui,sans-serif;font-weight:600;font-size:16px;
  text-decoration:none;text-align:center;line-height:1.25;transition:opacity .26s ease}
.wsec-banner-inner,#wsecBannerText{color:#fff}
.wsec-banner.wsec-banner-fade .wsec-banner-inner{opacity:0}
.wsec-banner.is-link .wsec-banner-inner{cursor:pointer}
.wsec-banner.is-link .wsec-banner-inner::after{content:"\203A";font-weight:900;font-size:20px;margin-left:3px;transition:transform .2s ease}
.wsec-banner.is-link:hover .wsec-banner-inner::after{transform:translateX(3px)}
.wsec-banner-nav{flex:0 0 auto;width:46px;border:0;background:rgba(255,255,255,.14);color:#fff;
  font-size:24px;font-weight:900;line-height:1;cursor:pointer;transition:background .2s ease;padding:0;
  position:relative;z-index:3;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none}
.wsec-banner-nav:hover{background:rgba(255,255,255,.30)}
.wsec-banner-nav:active{background:rgba(255,255,255,.42)}
@media(prefers-reduced-motion:reduce){.wsec-banner,.wsec-banner-inner{transition:none}}
html.dark-mode .wsec-week-card{background:#221f45;box-shadow:0 2px 12px rgba(0,0,0,.4)}
html.dark-mode .wsec-week-card-head h3{color:#eef1ff}
html.dark-mode .wsec-week-range{color:#aab3c9}
html.dark-mode .wsec-week-card-list li{border-bottom-color:#332f5c}
html.dark-mode .wsec-wc-day{color:#cfd6e8}
html.dark-mode .wsec-wc-name{color:#eef1ff}
html.dark-mode .wsec-wc-enroll{color:#ffd166}
html.dark-mode .wsec-wc-type{color:#9aa6bf}
html.dark-mode .wsec-wc-thumb{background:#2a2752}
html.dark-mode .wsec-week-card-more{color:#fff;background:#3b6fd0}
html.dark-mode .wsec-week-card-more:hover{background:#4f7fe0}
html.dark-mode .wsec-slot-weekend_warmup .wsec-card-art,
html.dark-mode .wsec-slot-weekend_tournament .wsec-card-art{background:#201d40}
.wsh .wshlb-side{align-self:stretch}          
.wsh .wshlb-thisweek{margin-top:auto}         
.wsh-eventbar{padding-left:0;padding-right:0}
@media(max-width:680px){
  .wsh-eventbar{margin-left:-4px;margin-right:-4px}  
}
.wsec-week-card-cta{display:flex;gap:8px;margin-top:14px}
.wsec-week-card-cta .wsec-week-card-more{margin-top:0}
.wsec-week-card-more.wsec-alt{background:#eaf1fb;color:#2f5fb0}
.wsec-week-card-more.wsec-alt:hover{background:#dbe6f6}
html.dark-mode .wsec-week-card-more.wsec-alt{background:#2a2752;color:#c7d3ea}
html.dark-mode .wsec-week-card-more.wsec-alt:hover{background:#332f5c}
.wsec-hub{--a:#6d4ad9;--live:#17a08c;--ink:#16352c;--muted:#5f776e;--line:#d9e6e0;margin:6px 0 30px}
.wsec-hub-sec{margin:0 0 42px}
.wsec-hub-h2{font-size:1.45rem;margin:0 0 10px}
.wsec-hub-h3{font-size:1.1rem;margin:24px 0 10px}
.wsec-hub-lead{color:var(--muted);margin:0 0 16px;max-width:760px}
.wsec-hub-empty{color:var(--muted);border:1px dashed var(--line);border-radius:14px;padding:20px;text-align:center;background:#fff}
.wsec-hub-more{margin:12px 2px 0}
.wsec-hub-more a{font-weight:700;color:var(--a);text-decoration:none}
.wsec-hub-more a:hover{text-decoration:underline}
.wsec-hub-pulse{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:12px}
.wsec-hub-card{position:relative;display:grid;grid-template-columns:56px 1fr;gap:12px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 14px 14px 16px;box-shadow:0 1px 2px rgba(20,52,44,.06);overflow:hidden}
.wsec-hub-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#c9d6ef}
.wsec-hub-card.is-live::before{background:var(--live)}
.wsec-hub-art{width:56px;height:56px;border-radius:12px;object-fit:contain;background:#f2f0fb}
.wsec-hub-noimg{display:inline-flex;align-items:center;justify-content:center;font-size:26px}
.wsec-hub-card-main{display:flex;flex-direction:column;gap:2px;min-width:0}
.wsec-hub-name{font-weight:800;font-size:1.02rem;line-height:1.25}
.wsec-hub-type{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#8a80c9}
.wsec-hub-status{font-size:.88rem;color:var(--muted);font-weight:600}
.wsec-hub-card.is-live .wsec-hub-status{color:var(--live)}
.wsec-hub-enroll{font-size:.78rem;color:#b0651a;font-weight:700}
.wsec-hub-enroll.is-closed{color:#8aa198}
.wsec-hub-badge{position:absolute;top:10px;right:12px;font-size:.68rem;font-weight:800;letter-spacing:.05em;color:#7d8db1;display:inline-flex;align-items:center;gap:5px}
.wsec-hub-card.is-live .wsec-hub-badge{color:var(--live)}
.wsec-hub-dot{width:8px;height:8px;border-radius:50%;background:var(--live);animation:wsecHubPulse 1.6s ease-in-out infinite}
@keyframes wsecHubPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.75)}}
.wsec-hub-ics{position:absolute;bottom:10px;right:12px;font-size:.74rem;font-weight:700;color:var(--a);text-decoration:none}
.wsec-hub-ics:hover{text-decoration:underline}
.wsec-hub-rhythm{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;margin:0 0 6px}
.wsec-hub-rcard{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 16px;box-shadow:0 1px 2px rgba(20,52,44,.06)}
.wsec-hub-rart{width:48px;height:48px;object-fit:contain}
.wsec-hub-rname{display:block;font-weight:800}
.wsec-hub-rwhen{display:block;font-size:.86rem;color:var(--muted);font-weight:600}
.wsec-hub-renroll{display:block;font-size:.78rem;color:#b0651a;font-weight:700;margin-top:2px}
.wsec-hub-types{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px}
.wsec-hub-tcard{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 16px;box-shadow:0 1px 2px rgba(20,52,44,.06)}
.wsec-hub-tart{width:48px;height:48px;border-radius:10px;object-fit:contain;background:#f2f0fb}
.wsec-hub-tname{display:block;font-weight:800}
.wsec-hub-tdesc{display:block;font-size:.86rem;color:var(--muted);line-height:1.45}
.wsec-hub-weeks{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}
.wsec-hub-week{position:relative;display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;text-decoration:none;color:var(--ink);box-shadow:0 1px 2px rgba(20,52,44,.06);transition:transform .12s ease,border-color .12s ease}
.wsec-hub-week:hover{transform:translateY(-2px);border-color:#c2b6ee}
.wsec-hub-week.is-current{border-color:var(--a);box-shadow:0 6px 20px rgba(109,74,217,.18)}
.wsec-hub-week-range{font-weight:800;font-size:1.02rem}
.wsec-hub-week-badge{position:absolute;top:12px;right:12px;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:var(--a);padding:3px 8px;border-radius:999px}
.wsec-hub-week-icons{display:flex;gap:6px;flex-wrap:wrap}
.wsec-hub-week-icons img{width:26px;height:26px;object-fit:contain;border-radius:6px;background:#f2f0fb}
.wsec-hub-week-count{font-size:.8rem;color:var(--muted);font-weight:700}
@media(max-width:520px){
  .wsec-hub-pulse,.wsec-hub-rhythm,.wsec-hub-types,.wsec-hub-weeks{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .wsec-hub-dot{animation:none}
  .wsec-hub-week{transition:none}
}
html.dark-mode .wsec-hub-card,
html.dark-mode .wsec-hub-rcard,
html.dark-mode .wsec-hub-tcard,
html.dark-mode .wsec-hub-week{background:#2b2856;border-color:#3a356b;box-shadow:0 3px 14px rgba(0,0,0,.45);color:#eef1ff}
html.dark-mode .wsec-hub-empty{background:#201d40;border-color:#3a356b;color:#aab3c9}
html.dark-mode .wsec-hub-name,
html.dark-mode .wsec-hub-rname,
html.dark-mode .wsec-hub-tname,
html.dark-mode .wsec-hub-week-range{color:#eef1ff}
html.dark-mode .wsec-hub-status,
html.dark-mode .wsec-hub-rwhen,
html.dark-mode .wsec-hub-tdesc,
html.dark-mode .wsec-hub-week-count,
html.dark-mode .wsec-hub-lead{color:#aab3c9}
html.dark-mode .wsec-hub-card.is-live .wsec-hub-status{color:#2fd3b8}
html.dark-mode .wsec-hub-art,
html.dark-mode .wsec-hub-tart,
html.dark-mode .wsec-hub-week-icons img{background:#201d40}
html.dark-mode .wsec-hub-week.is-current{border-color:#8f78e8}
html.dark-mode .wsec-hub-more a,
html.dark-mode .wsec-hub-ics{color:#b3a3f2}
@media(max-width:680px){
  .wsec-hub{padding-left:12px;padding-right:12px;box-sizing:border-box}
  .cat-hero-events{padding-left:12px;padding-right:12px;box-sizing:border-box}
  .cat-hero-events .cat-hero-title{margin-top:10px}
}
