.layout-bcfs-schedule-table.bg-soft{background:var(--green-soft)}.layout-bcfs-schedule-table .st-table{background:var(--white);border:1px solid var(--line);border-radius:12px;overflow:hidden}.layout-bcfs-schedule-table .st-row{display:grid;grid-template-columns:64px 1.4fr 1fr 1fr 88px;gap:20px;padding:18px 24px;align-items:center;border-bottom:1px solid var(--line)}.layout-bcfs-schedule-table .st-row:last-child{border-bottom:none}.layout-bcfs-schedule-table .st-day{font-weight:600}.layout-bcfs-schedule-table .st-title{font-weight:600}.layout-bcfs-schedule-table .st-subtitle{font-size:13px}.layout-bcfs-schedule-table .st-time,.layout-bcfs-schedule-table .st-venue{font-size:13px}.layout-bcfs-schedule-table .st-status-cell{display:flex;justify-content:flex-end}.layout-bcfs-schedule-table.is-empty .st-empty-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,80px);align-items:center}.layout-bcfs-schedule-table .st-empty-head .eyebrow{margin-bottom:16px}.layout-bcfs-schedule-table .st-empty-heading{margin:0 0 16px}.layout-bcfs-schedule-table .st-empty-intro{font-size:17px;line-height:1.55;max-width:36ch;margin:0}.layout-bcfs-schedule-table .st-empty-card{background:var(--white);border:1px dashed var(--line);border-radius:16px;padding:clamp(32px,4vw,56px) clamp(24px,4vw,48px);text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.layout-bcfs-schedule-table .st-empty-icon{width:56px;height:56px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--green);margin-bottom:4px}.layout-bcfs-schedule-table .st-empty-icon svg{width:56px;height:56px}.layout-bcfs-schedule-table .st-empty-title{font-size:19px;font-weight:600;color:var(--ink);letter-spacing:-.01em}.layout-bcfs-schedule-table .st-empty-body{font-size:15px;line-height:1.55;max-width:34ch}.layout-bcfs-schedule-table .st-empty-ctas{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:8px}.layout-bcfs-schedule-table .st-empty-ctas-list{display:contents}@media (max-width:900px){.layout-bcfs-schedule-table.is-empty .st-empty-layout{grid-template-columns:1fr;gap:24px}}.layout-bcfs-schedule-table .st-ctas{margin-top:32px}.layout-bcfs-schedule-table .st-ctas-list{display:flex;gap:12px;flex-wrap:wrap}@media (max-width:700px){.layout-bcfs-schedule-table .st-row{grid-template-columns:48px 1fr;grid-template-areas:"day info" "day time" "day venue" "day status";row-gap:4px;padding:16px}.layout-bcfs-schedule-table .st-row>.st-day{grid-area:day;align-self:start;padding-top:4px}.layout-bcfs-schedule-table .st-row>.st-info{grid-area:info}.layout-bcfs-schedule-table .st-row>.st-time{grid-area:time}.layout-bcfs-schedule-table .st-row>.st-venue{grid-area:venue}.layout-bcfs-schedule-table .st-row>.st-status-cell{grid-area:status;justify-content:flex-start;margin-top:4px}}