.bors-tv{
  --bors-tv-bg:#183653;--bors-tv-line:rgba(255,255,255,.72);--bors-tv-text:#fff;
  --bors-tv-muted:rgba(255,255,255,.50);--bors-tv-chip:#315878;
  width:100%;max-width:1100px;margin:0 auto;background:var(--bors-tv-bg);color:var(--bors-tv-text);
  border-radius:6px;overflow:hidden;font-family:Georgia,'Times New Roman',serif;box-sizing:border-box
}
.bors-tv *{box-sizing:border-box}
.bors-tv__head{display:flex;align-items:center;justify-content:center;padding:13px 18px;border-bottom:1px solid var(--bors-tv-line)}
.bors-tv__date-title{margin:0;color:#fff;text-align:center;text-transform:uppercase;font-size:18px;line-height:1.15;font-weight:800;letter-spacing:.1px}
.bors-tv__row{display:grid;grid-template-columns:135px minmax(0,1fr);align-items:center;gap:16px;min-height:82px;padding:11px 16px;border-bottom:1px solid var(--bors-tv-line)}
.bors-tv__row:last-child{border-bottom:0}
.bors-tv__when{display:flex;align-items:center;justify-content:flex-start;width:max-content;min-width:118px;padding:4px 9px 4px 5px;border-radius:10px;background:var(--bors-tv-chip)}
.bors-tv__sport-icon{display:flex;align-items:center;justify-content:center;width:31px;height:31px;margin-right:7px;border-radius:50%;background:#fff;color:#080808;box-shadow:0 0 0 3px rgba(255,255,255,.14)}
.bors-tv__sport-svg{width:24px;height:24px;display:block;color:#050505;fill:#050505}
.bors-tv__time{color:#fff;font-size:14px;font-weight:800;font-variant-numeric:tabular-nums}
.bors-tv__event{min-width:0}
.bors-tv__channel{margin-bottom:5px;color:#91bfe8;font-size:14px;line-height:1.15;font-weight:400}
.bors-tv__event-title{color:#fff;font-size:15px;line-height:1.2;font-weight:800;letter-spacing:0}
.bors-tv__detail{margin-top:4px;color:var(--bors-tv-muted);font-size:13.5px;line-height:1.25;font-weight:400}
.bors-tv__empty{padding:24px 16px;text-align:center;color:var(--bors-tv-muted)}
@media(max-width:700px){
 .bors-tv__head{padding:11px 10px}.bors-tv__date-title{font-size:16px}
 .bors-tv__row{grid-template-columns:92px minmax(0,1fr);gap:10px;min-height:76px;padding:10px 8px}
 .bors-tv__when{min-width:86px;padding:4px 7px 4px 4px;border-radius:9px}
 .bors-tv__sport-icon{width:27px;height:27px;margin-right:5px}.bors-tv__sport-svg{width:24px;height:24px;display:block;color:#050505;fill:#050505}
 .bors-tv__time{font-size:12.5px}.bors-tv__channel{font-size:12px;margin-bottom:4px}
 .bors-tv__event-title{font-size:13.5px}.bors-tv__detail{font-size:12px}
}

/* v1.4.2: icon-only correction to match the supplied reference */
.bors-tv__sport-icon{
  display:flex;align-items:center;justify-content:center;
  width:31px;height:31px;margin-right:7px;border-radius:50%;
  background:#fff;color:#050505;box-shadow:0 0 0 3px rgba(255,255,255,.14);
  flex:0 0 31px;
}
.bors-tv__ref-svg{display:block;width:25px;height:25px;fill:#050505}
.bors-tv__ref-motor{width:26px;height:26px}
@media(max-width:700px){
  .bors-tv__sport-icon{width:29px;height:29px;flex-basis:29px}
  .bors-tv__ref-svg{width:23px;height:23px}
  .bors-tv__ref-motor{width:24px;height:24px}
}

/* v1.4.3 - mature sport silhouettes matching the approved reference */
.bors-tv__ref-svg{
  width:27px!important;height:27px!important;
  fill:#050505;stroke:#050505;color:#050505;
}
.bors-tv__adult-tennis{width:28px!important;height:28px!important}
.bors-tv__adult-motor{width:28px!important;height:28px!important}
.bors-tv__adult-football{width:27px!important;height:27px!important}

/* v1.4.4 — icon artwork only: Sport24-like tall adult silhouettes */
.bors-tv__sport-icon{
  width:31px!important;height:31px!important;flex:0 0 31px!important;
  border-radius:50%!important;background:#fff!important;
  box-shadow:0 0 0 3px rgba(164,199,222,.38)!important;
  overflow:hidden!important;
}
.bors-tv__ref-svg{
  display:block!important;width:28px!important;height:28px!important;
  fill:#050505!important;stroke:#050505!important;color:#050505!important;
}
.bors-tv__sport24-tennis{width:29px!important;height:29px!important}
.bors-tv__sport24-football{width:29px!important;height:29px!important}
.bors-tv__sport24-motor{width:27px!important;height:27px!important}

/* v1.4.5 — simple recognizable sport icons */
.bors-tv__sport-icon{
  width:31px!important;height:31px!important;flex:0 0 31px!important;
  border-radius:50%!important;background:#fff!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  box-shadow:0 0 0 3px rgba(164,199,222,.38)!important;
}
.bors-tv__emoji-icon{
  display:block!important;
  font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:400!important;
}

/* v1.4.8 — actual mobile full-width override, including theme/content wrappers */
@media only screen and (max-width: 767px) {
  body .bors-tv,
  body .bors-tv-wrap,
  body .bors-daily-tv,
  body .bors-daily-tv-wrap {
    box-sizing: border-box !important;
    width: calc(100vw - 12px) !important;
    max-width: calc(100vw - 12px) !important;
    min-width: calc(100vw - 12px) !important;
    position: relative !important;
    left: 50% !important;
    right: auto !important;
    margin-left: -50vw !important;
    margin-right: 0 !important;
    transform: translateX(6px) !important;
  }

  body .bors-tv__list,
  body .bors-tv__schedule,
  body .bors-tv__inner,
  body .bors-tv__day,
  body .bors-tv__card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}


/* v1.5.0 — desktop narrower; mobile untouched */
@media (min-width: 768px) {
  body .bors-tv {
    width: 76% !important;
    max-width: 920px !important;
    min-width: 0 !important;
    left: auto !important;
    transform: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.bors-tv__dates{
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:0;
  overflow-x:auto;
  scrollbar-width:thin;
  background:#102b45;
  border-bottom:1px solid rgba(255,255,255,.55);
}
.bors-tv__date-tab{
  appearance:none;
  border:0;
  border-right:1px solid rgba(255,255,255,.18);
  background:transparent;
  color:#fff;
  min-width:72px;
  padding:8px 12px 7px;
  font-family:Georgia,"Times New Roman",serif;
  cursor:pointer;
  line-height:1;
}
.bors-tv__date-tab:last-child{border-right:0}
.bors-tv__date-tab.is-active{background:#315878}
.bors-tv__date-num{display:block;font-size:18px;font-weight:700;margin-bottom:4px}
.bors-tv__date-month{display:block;font-size:10px;font-weight:400;letter-spacing:.2px}
.bors-tv__day-panel{display:none}
.bors-tv__day-panel.is-active{display:block}

@media(max-width:767px){
  .bors-tv__dates{justify-content:flex-start}
  .bors-tv__date-tab{min-width:64px;padding:7px 10px 6px}
  .bors-tv__date-num{font-size:16px}
  .bors-tv__date-month{font-size:9px}
}

/* v1.9.6: seven-day tabs. Desktop fills the row; mobile scrolls from the first day. */
.bors-tv__dates{display:flex!important;justify-content:center!important;}
.bors-tv__date-tab{flex:1 1 0!important;min-width:72px!important;max-width:132px!important;}
@media(max-width:767px){
  .bors-tv__dates{justify-content:flex-start!important;}
  .bors-tv__date-tab{flex:0 0 64px!important;min-width:64px!important;max-width:64px!important;}
}

/* v2.0.0 — requested visual match: muted third line + compact time chip */
.bors-tv__sport{
  margin-top:4px !important;
  color:rgba(255,255,255,.50) !important;
  font-size:13.5px !important;
  line-height:1.25 !important;
  font-weight:400 !important;
}

/* Blue chip hugs the circular icon on the left and the time on the right */
.bors-tv__when{
  width:max-content !important;
  min-width:0 !important;
  padding:3px 4px 3px 0 !important;
  border-radius:999px !important;
  column-gap:0 !important;
}
.bors-tv__sport-icon{
  width:29px !important;
  height:29px !important;
  flex:0 0 29px !important;
  margin-right:5px !important;
}
.bors-tv__emoji-icon{font-size:21px !important;}
.bors-tv__time{margin:0 !important;padding:0 !important;}

@media(max-width:700px){
  .bors-tv__when{
    width:max-content !important;
    min-width:0 !important;
    padding:3px 3px 3px 0 !important;
    border-radius:999px !important;
  }
  .bors-tv__sport-icon{
    width:27px !important;
    height:27px !important;
    flex:0 0 27px !important;
    margin-right:4px !important;
  }
  .bors-tv__emoji-icon{font-size:20px !important;}
  .bors-tv__sport{font-size:12px !important;}
}

/* v2.0.9: adult athlete silhouette icons only */
.bors-tv__athlete-icon{width:24px;height:24px;display:block;color:#050505;fill:#050505}
@media(max-width:700px){.bors-tv__athlete-icon{width:22px;height:22px}}

/* v2.0.10: football artwork copied exactly from the supplied second reference image */
.bors-tv__football-reference{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;border-radius:50%!important}

/* v2.0.11: tennis artwork copied from the supplied second reference image; football unchanged */
.bors-tv__tennis-reference{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;border-radius:50%!important}


/* v2.0.12: basketball artwork copied from the supplied second reference image; football and tennis unchanged */
.bors-tv__basketball-reference{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;border-radius:50%!important}

/* v2.0.13: enlarge only the complete left time badge (icon + time). No other layout/content changes. */
.bors-tv__when{
  padding:4px 8px 4px 0 !important;
}
.bors-tv__sport-icon{
  width:37px !important;
  height:37px !important;
  flex:0 0 37px !important;
  margin-right:7px !important;
}
.bors-tv__time{
  font-size:17px !important;
}
@media(max-width:700px){
  .bors-tv__when{
    padding:4px 7px 4px 0 !important;
  }
  .bors-tv__sport-icon{
    width:33px !important;
    height:33px !important;
    flex:0 0 33px !important;
    margin-right:6px !important;
  }
  .bors-tv__time{
    font-size:15px !important;
  }
}
