.hbhd-wrap{--red:#e30613;--ink:#202326;--muted:#74787d;--line:#e4e5e7;--soft:#f7f7f8;max-width:980px;margin:0 auto;padding:0 2px;color:var(--ink)}
.hbhd-wrap *{box-sizing:border-box}
.hbhd-head{margin:0 0 12px}
.hbhd-head h2{font-size:clamp(21px,4vw,28px);line-height:1.05;letter-spacing:-.025em;margin:0;font-weight:900;color:var(--ink)}
.hbhd-list{display:grid;gap:10px}
.hbhd-card{display:grid;grid-template-columns:64px minmax(0,1fr);border:1px solid var(--line);border-radius:17px;overflow:hidden;background:#fff}
.hbhd-date{background:var(--soft);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 3px;text-align:center;border-right:1px solid var(--line)}
.hbhd-weekday{font-size:10px;font-weight:900;letter-spacing:.12em;color:var(--red)}
.hbhd-date strong{font-size:29px;line-height:1;margin:5px 0 4px;letter-spacing:-.03em;color:var(--ink)}
.hbhd-date>span:last-child{font-size:9px;font-weight:900;letter-spacing:.07em;color:var(--muted)}
.hbhd-content{padding:14px 15px 13px;min-width:0}
.hbhd-badges{display:flex;gap:6px;align-items:center;min-height:18px}
.hbhd-kind{font-size:9px;font-weight:900;letter-spacing:.12em;color:var(--red)}
.hbhd-title{margin-top:7px;min-width:0;line-height:1.12}
.hbhd-title>span{display:block;color:var(--muted);font-size:12px;font-weight:700;margin-bottom:3px}
.hbhd-title>strong{display:block;color:var(--ink);font-size:21px;font-weight:850;letter-spacing:-.015em;line-height:1.12;overflow-wrap:anywhere}
.hbhd-teams-primary>strong+strong{margin-top:3px}
.hbhd-location{margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f1;line-height:1.15}
.hbhd-location>span{display:block;color:var(--muted);font-size:11px;font-weight:700;margin-bottom:2px}
.hbhd-location>strong{display:block;color:var(--ink);font-size:14px;font-weight:800;overflow-wrap:anywhere}
.hbhd-facts{display:flex;align-items:center;gap:18px;margin-top:13px;padding-top:10px;border-top:1px solid #f0f0f1}
.hbhd-fact{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:700}
.hbhd-fact strong{color:var(--ink);font-size:14px;font-weight:850}
.hbhd-icon{width:15px;height:15px;display:inline-flex;flex:0 0 15px;color:var(--red)}
.hbhd-icon svg{width:100%;height:100%;fill:currentColor}
.hbhd-empty{padding:22px;background:var(--soft);border-radius:16px;margin:0;color:var(--muted)}
@media(max-width:480px){
 .hbhd-card{grid-template-columns:58px minmax(0,1fr);border-radius:15px}
 .hbhd-date{padding:10px 2px}.hbhd-date strong{font-size:27px}
 .hbhd-content{padding:13px 13px 12px}
 .hbhd-title>strong{font-size:20px}
}

.hbhd-shifts{margin-top:7px}
.hbhd-shift{padding:0 0 11px}
.hbhd-shift+.hbhd-shift{padding-top:11px;border-top:1px solid #f0f0f1}
.hbhd-shift:last-child{padding-bottom:0}
.hbhd-shift .hbhd-title{margin-top:0}
.hbhd-shift .hbhd-facts{margin-top:10px}
