/* ============================================================
   أخبار اليوم — خط زمن اليوم الحيّ.
   The day as a timeline: a quick-facts strip, a live "الآن" card, the lead
   block, then every hour of the day with editorial stations woven in.
   Tokens come from tokens.css; nothing here redefines a colour.
   ============================================================ */

/* Page-scoped icon sizing. .ti is defined per page sheet, so without this the
   symbols render at their intrinsic size — a giant black blob. */
.ti{width:16px;height:16px;stroke:currentColor;stroke-width:1.9;fill:none;
  stroke-linecap:round;stroke-linejoin:round;vertical-align:middle;flex-shrink:0}
.geo-note .ti{width:13px;height:13px}

.crumbs{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);margin:18px 0 14px;flex-wrap:wrap}
.crumbs a:hover{color:var(--red)}
.crumbs .sep{color:var(--line-strong)}
.article-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}

/* ---- quick facts strip ---- */
.day-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:18px 0 6px}
.du{background:var(--surface);border-radius:var(--radius);box-shadow:0 1px 2px rgba(19,19,22,.07);padding:13px 14px;display:block;transition:.15s;line-height:1.4;min-width:0}
.du:hover{transform:translateY(-2px);box-shadow:var(--shadow-2)}
.du .t{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--muted);font-weight:700}
.du .t .ti{width:15px;height:15px;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.du b{display:block;font-family:var(--font-head);font-weight:800;font-size:17px;margin-top:7px;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.du b.red{color:var(--red)}
.du small{display:block;font-size:10.5px;color:var(--muted);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}

/* ---- الآن ---- */
.now-card{background:var(--surface);border-radius:var(--radius);box-shadow:0 1px 2px rgba(19,19,22,.07);overflow:hidden;margin-bottom:20px}
.now-head{display:flex;align-items:center;gap:10px;padding:12px 18px;border-bottom:1px solid var(--line)}
.now-head .lv{display:inline-flex;align-items:center;gap:7px;background:var(--red);color:#fff;font-family:var(--font-head);font-size:10.5px;font-weight:800;padding:5px 12px;border-radius:4px;letter-spacing:1px}
.now-head .lv i{width:7px;height:7px;border-radius:50%;background:#fff;animation:dublink 1.1s infinite}
@keyframes dublink{0%,100%{opacity:1}50%{opacity:.25}}
@media (prefers-reduced-motion:reduce){.now-head .lv i,.bdg-brk i,.tml-e.fresh .nd::after,.tml-now .bignd::after{animation:none}}
.now-head b{font-family:var(--font-head);font-size:14px}
.now-head a{margin-inline-start:auto;font-size:11.5px;color:var(--red);font-weight:700}
.now-row{display:flex;gap:13px;padding:11px 18px;border-bottom:1px solid var(--line);align-items:baseline;transition:background .12s}
.now-row:last-child{border-bottom:none}
.now-row:hover{background:var(--surface-2)}
.now-row .tm{font-family:var(--font-head);font-weight:800;font-size:12px;color:var(--red);font-variant-numeric:tabular-nums;flex-shrink:0}
.now-row p{font-size:13.5px;font-weight:700;line-height:1.7;min-width:0;overflow-wrap:anywhere}
.now-row:hover p{color:var(--red)}

/* ---- lead ---- */
.today-lead{display:grid;grid-template-columns:1.4fr 1fr;gap:14px;margin-bottom:14px}
.tl-main{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 3px rgba(19,19,22,.09);min-height:330px;display:block}
.tl-main .ph{position:absolute;inset:0;height:100%}
.tl-main .ov{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(10,10,12,.88) 100%);z-index:2}
.tl-main .tx{position:absolute;bottom:0;right:0;left:0;padding:22px;z-index:3;color:#fff}
.tl-main .cat-tag{color:#ffb3b3}
.tl-main h2{font-size:22px;font-weight:800;line-height:1.6;color:#fff;margin:7px 0 8px;overflow-wrap:anywhere}
.tl-main .meta{color:#c9c9cf}
.tl-side{display:grid;gap:14px}
.tl-s{display:flex;gap:12px;background:var(--surface);border-radius:var(--radius);box-shadow:0 1px 2px rgba(19,19,22,.07);padding:12px 14px;transition:.16s;align-items:center}
.tl-s:hover{transform:translateY(-2px);box-shadow:var(--shadow-2)}
.tl-s .ph{width:92px;height:66px;border-radius:4px;flex-shrink:0}
.tl-s > div{min-width:0}
.tl-s h3{font-size:13px;font-weight:800;line-height:1.65;overflow-wrap:anywhere}
.tl-s:hover h3{color:var(--red)}
.tl-s .meta{margin-top:5px}

/* ---- filters + jump ---- */
.cat-chips{display:flex;gap:8px;flex-wrap:wrap;margin:4px 0 10px}
.cat-chips button{font-family:var(--font-head);font-weight:700;font-size:12.5px;color:var(--muted);border:1px solid var(--line);border-radius:4px;height:38px;padding:0 18px;transition:.15s;line-height:1;background:var(--surface)}
.cat-chips button:hover{border-color:var(--line-strong);color:var(--ink)}
.cat-chips button.active{background:var(--red);border-color:var(--red);color:#fff}
.jump{display:flex;align-items:center;gap:8px;font-size:11.5px;color:var(--muted);margin-bottom:18px;flex-wrap:wrap}
.jump button{font-weight:700;color:var(--ink-2);border-bottom:1px dashed var(--line-strong);transition:.12s;line-height:1.6}
.jump button:hover{color:var(--red);border-color:var(--red)}

/* ---- the timeline ---- */
.tml{position:relative;padding-inline-start:66px}
.tml::before{content:"";position:absolute;inset-inline-start:23px;top:8px;bottom:8px;width:2px;background:var(--line-strong)}
#tml-prog{position:absolute;inset-inline-start:23px;top:8px;width:2px;background:var(--red);z-index:1;height:0;transition:height .2s linear}
.tml-g{position:relative;margin-bottom:6px}
.tml-gh{position:sticky;top:64px;z-index:5;display:inline-flex;align-items:center;gap:9px;background:#131316;color:#fff;font-family:var(--font-head);font-weight:800;font-size:11.5px;border-radius:16px;height:34px;padding:0 16px;margin-bottom:14px;margin-inline-start:-66px;box-shadow:0 2px 8px rgba(19,19,22,.18)}
html[data-theme="dark"] .tml-gh{background:#e8e8ec;color:#131316}
.tml-gh .ti{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.tml-gh .rng{font-size:9.5px;opacity:.65;font-variant-numeric:tabular-nums}
.tml-gh .wx{display:inline-flex;align-items:center;gap:4px;font-size:10px;background:rgba(255,255,255,.14);border-radius:10px;padding:2px 8px;font-variant-numeric:tabular-nums}
html[data-theme="dark"] .tml-gh .wx{background:rgba(19,19,22,.12)}
.tml-gh.fut2{background:transparent;color:var(--red);border:1.5px dashed var(--red);box-shadow:none}
.tml-e{position:relative;margin-bottom:14px}
.tml-e.hid{display:none}
.tml-e .nd{position:absolute;inset-inline-start:-49px;top:16px;width:12px;height:12px;border-radius:50%;background:var(--surface);border:3px solid var(--red);z-index:2}
.tml-e.fresh .nd::after{content:"";position:absolute;inset:-7px;border-radius:50%;border:2px solid var(--red);animation:ndp 1.6s infinite}
@keyframes ndp{0%{transform:scale(.6);opacity:1}100%{transform:scale(1.5);opacity:0}}
.tml-e .tm{position:absolute;inset-inline-start:-66px;top:34px;font-family:var(--font-head);font-weight:800;font-size:10.5px;color:var(--muted);font-variant-numeric:tabular-nums;width:46px;text-align:center}
.tml-card{display:flex;gap:14px;background:var(--surface);border-radius:var(--radius);box-shadow:0 1px 2px rgba(19,19,22,.07);padding:13px 16px;transition:.16s;align-items:center}
.tml-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-2)}
.tml-card .ph{width:112px;height:74px;border-radius:4px;flex-shrink:0}
.tml-card > div{min-width:0}
.tml-card h3{font-size:14.5px;font-weight:800;line-height:1.65;overflow-wrap:anywhere}
.tml-card:hover h3{color:var(--red)}
.tml-card .meta{margin-top:6px;display:flex;gap:12px;flex-wrap:wrap}
.tml-card .eng{color:var(--muted);font-variant-numeric:tabular-nums}
.bdg-brk{display:inline-flex;align-items:center;gap:5px;background:var(--red);color:#fff;font-family:var(--font-head);font-size:9.5px;font-weight:800;border-radius:3px;padding:3px 8px;letter-spacing:.5px;margin-inline-end:7px;vertical-align:2px}
.bdg-brk i{width:5px;height:5px;border-radius:50%;background:#fff;animation:dublink 1.1s infinite}
.tml-now{position:relative;display:flex;align-items:center;gap:12px;margin:4px 0 20px}
.tml-now .bignd{position:absolute;inset-inline-start:-51px;width:16px;height:16px;border-radius:50%;background:var(--red);border:3px solid var(--surface);box-shadow:0 0 0 2px var(--red);z-index:2}
.tml-now .bignd::after{content:"";position:absolute;inset:-9px;border-radius:50%;border:2px solid var(--red);animation:ndp 1.4s infinite}
.tml-now b{font-family:var(--font-head);font-weight:800;font-size:13.5px;color:var(--red);white-space:nowrap;font-variant-numeric:tabular-nums}
.tml-now .ln{flex:1;height:2px;background:linear-gradient(270deg,transparent,var(--red))}
.tml-e.fut .nd{border-color:var(--line-strong);border-style:dashed;background:var(--surface-2)}
.tml-e.fut .tml-card{border:1.5px dashed var(--line-strong);background:var(--surface-2);box-shadow:none}
.tml-e.fut .tml-card:hover{transform:none;border-color:var(--red)}
.tml-e.fut h3{font-size:13.5px}
.remind{margin-inline-start:auto;flex-shrink:0;font-family:var(--font-head);font-weight:800;font-size:10.5px;color:var(--red);border:1px solid var(--red);border-radius:14px;height:28px;padding:0 12px;transition:.15s;line-height:1;background:transparent;white-space:nowrap}
.remind:hover{background:var(--red);color:#fff}
.remind.on{background:#1d8a4e;border-color:#1d8a4e;color:#fff}

/* ---- stations ---- */
.tml-sp .nd{border-color:#131316}
html[data-theme="dark"] .tml-sp .nd{border-color:#e8e8ec}
.sp-card{background:var(--surface);border-radius:var(--radius);box-shadow:0 1px 3px rgba(19,19,22,.09);overflow:hidden;border-inline-start:3px solid var(--red)}
.sp-lbl{display:flex;align-items:center;gap:8px;font-family:var(--font-head);font-weight:800;font-size:12px;color:var(--red);padding:12px 16px 0}
.sp-lbl .ti{width:15px;height:15px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.sp-card .inner{padding:12px 16px 15px}
.sp-num .inner{display:flex;align-items:center;gap:18px}
.sp-num .inner > div{min-width:0}
.sp-num .big{font-family:var(--font-head);font-weight:800;font-size:46px;line-height:1;color:var(--red);font-variant-numeric:tabular-nums}
.sp-num p{font-size:13.5px;font-weight:700;line-height:1.8;min-width:0;overflow-wrap:anywhere}
.sp-num a{font-size:11.5px;color:var(--red);font-weight:700}
.sp-photo .ph{aspect-ratio:16/8;width:100%;border-radius:0;margin-top:10px}
.sp-photo figcaption{padding:11px 16px;font-size:12.5px;color:var(--ink-2);line-height:1.8}
.sp-photo figcaption b{color:var(--ink)}
.sp-photo small{color:var(--muted);font-size:10.5px;display:block;margin-top:3px}
.sp-vid .vwrap{margin-top:10px;background:#000}
.sp-vid h3{font-size:14px;font-weight:800;line-height:1.65;padding:11px 16px 14px}
.sp-quote .inner{position:relative;padding-top:6px}
.sp-quote .qm{font-family:var(--font-head);font-size:52px;font-weight:800;color:var(--red-soft);line-height:1;position:absolute;top:-2px;inset-inline-end:14px;-webkit-text-stroke:1.5px var(--red)}
.sp-quote p{font-size:14.5px;font-weight:700;line-height:1.9;padding-inline-end:40px}
.sp-quote .who{margin-top:9px;font-size:11.5px;color:var(--muted)}
.sp-quote .who b{color:var(--ink)}
.sp-quote a{font-size:11.5px;color:var(--red);font-weight:700}
.sp-poll .q{font-size:15px;font-weight:800;line-height:1.7;margin-bottom:12px}
.sp-poll .opts{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.sp-poll .opts button{min-height:42px;border:1px solid var(--line-strong);border-radius:4px;font-family:var(--font-head);font-weight:800;font-size:13px;transition:.15s;line-height:1.4;background:var(--surface);color:var(--ink);padding:8px 10px}
.sp-poll .opts button:hover{border-color:var(--red);color:var(--red)}
.sp-poll .bars{display:none;flex-direction:column;gap:9px}
.sp-poll.voted .opts{display:none}
.sp-poll.voted .bars{display:flex}
.pbar .lb{display:flex;justify-content:space-between;gap:10px;font-size:12px;font-weight:700;margin-bottom:5px;font-variant-numeric:tabular-nums}
.pbar .lb b{color:var(--red);flex-shrink:0}
.pbar .tr{height:9px;background:var(--surface-2);border-radius:5px;overflow:hidden}
.pbar .tr i{display:block;height:100%;border-radius:5px;width:0;transition:width .7s ease;background:#9a9aa2}
.pbar.win .tr i{background:var(--red)}
.sp-poll .tot{font-size:11px;color:var(--muted);margin-top:9px;font-variant-numeric:tabular-nums}
/* ---- today's games: its own palette (deep green pitch) so the card is not
   another red-on-white block in a page that already has several ---- */
.sp-games{border-inline-start-color:#1d8a4e}
.sp-games .sp-lbl{color:#157f3d}
.sp-games .inner{padding-top:6px}
.sp-games .lgh{display:flex;align-items:center;gap:8px;margin:12px 0 4px;font-family:var(--font-head);
  font-weight:800;font-size:11px;color:var(--muted);letter-spacing:.3px}
.sp-games .lgh:first-child{margin-top:2px}
.sp-games .lgh img{width:20px;height:20px;object-fit:contain;flex-shrink:0}
.sp-games .lgh::after{content:"";flex:1;height:1px;background:var(--line)}
.sp-games .g{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:4px;
  font-size:12.5px;background:var(--surface-2);margin-bottom:5px;position:relative}
.sp-games .g.live{background:rgba(29,138,78,.1);box-shadow:inset 0 0 0 1px rgba(29,138,78,.35)}
.sp-games .g.done{opacity:.72}
.sp-games .tmn{flex:1;min-width:0;font-weight:700;display:flex;align-items:center;gap:7px}
.sp-games .tmn img{width:18px;height:18px;object-fit:contain;flex-shrink:0}
.sp-games .tmn span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sp-games .tmn.b{justify-content:flex-end;text-align:end}
.sp-games .sc{font-family:var(--font-head);font-weight:800;font-variant-numeric:tabular-nums;
  min-width:58px;text-align:center;background:var(--surface);border:1px solid var(--line);
  border-radius:4px;padding:4px 8px;flex-shrink:0}
.sp-games .g.live .sc{background:#1d8a4e;border-color:#1d8a4e;color:#fff}
.sp-games .g.done .sc{background:#131316;border-color:#131316;color:#fff}
.sp-games .badge-live{position:absolute;top:-7px;inset-inline-start:10px;display:inline-flex;
  align-items:center;gap:4px;background:#1d8a4e;color:#fff;font-family:var(--font-head);
  font-weight:800;font-size:9px;border-radius:8px;padding:2px 7px;font-variant-numeric:tabular-nums}
.sp-games .badge-live i{width:5px;height:5px;border-radius:50%;background:#fff;animation:dublink 1.1s infinite}
.sp-games .lg{font-size:10px;color:var(--muted);margin-top:8px;font-variant-numeric:tabular-nums}

/* ---- سؤال اليوم: dark, grey-scaled, so the day's one interactive card reads
   as a distinct object rather than another news tile ---- */
.sp-poll{background:#1b1b20;border-inline-start-color:#6d6d76;color:#e9e9ec}
html[data-theme="dark"] .sp-poll{background:#101013}
.sp-poll .sp-lbl{color:#b9b9bf}
.sp-poll .sp-lbl .ti{stroke:#b9b9bf}
.sp-poll .poll-q{color:#fff;font-size:15px;font-weight:800;line-height:1.7;margin-bottom:13px}
.sp-poll .poll-opt{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);
  color:#e9e9ec;border-radius:4px}
.sp-poll .poll-opt:hover{border-color:#fff;color:#fff;background:rgba(255,255,255,.12)}
.sp-poll .poll-opt .bar{background:rgba(255,255,255,.18)}
.sp-poll .poll-opt.mine{border-color:#fff;background:rgba(255,255,255,.16)}
.sp-poll .poll-opt .pct{color:#fff}
.sp-poll .poll-foot{color:#9a9aa2;border-top:1px solid rgba(255,255,255,.1);padding-top:10px;margin-top:12px}
.sp-poll .poll-foot b{color:#fff}

/* ---- card flags: breaking + paid ---- */
.flags{display:inline-flex;align-items:center;gap:6px;margin-bottom:5px;flex-wrap:wrap}
.bdg-paid{display:inline-flex;align-items:center;background:var(--surface-2);color:var(--muted);
  border:1px solid var(--line-strong);font-family:var(--font-head);font-size:9.5px;font-weight:800;
  border-radius:3px;padding:3px 8px;letter-spacing:.3px}

/* ---- play badge on a card whose article carries video ---- */

/* ---- chip counts ---- */
.cat-chips button .n{font-size:10.5px;opacity:.6;font-variant-numeric:tabular-nums;margin-inline-start:4px}
.cat-chips button.active .n{opacity:.85}

/* ---- prayer city picker ---- */
.pr-pick{display:flex;gap:8px;margin-top:11px}
.pr-pick select{flex:1;min-width:0;height:36px;border:1px solid var(--line);border-radius:4px;
  padding:0 10px;font-family:inherit;font-size:12.5px;background:var(--surface-2);color:var(--ink)}
.pr-pick select:focus{border-color:var(--red);background:var(--surface);outline:none}
.pr-pick button{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 12px;
  border:1px solid var(--line-strong);border-radius:4px;background:var(--surface);color:var(--ink);
  font-family:var(--font-head);font-weight:800;font-size:11.5px;transition:.15s;white-space:nowrap}
.pr-pick button:hover{border-color:var(--red);color:var(--red)}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

.load-more{display:flex;justify-content:center;margin-top:8px}
.load-more button{height:44px;border:1px solid var(--line-strong);border-radius:4px;padding:0 34px;font-family:var(--font-head);font-weight:800;font-size:13px;color:var(--ink);transition:.15s;line-height:1;background:var(--surface)}
.load-more button:hover{border-color:var(--red);color:var(--red)}
.load-more button:disabled{opacity:.5;pointer-events:none}
.missed{background:var(--surface-2);border-radius:var(--radius);padding:16px 18px;margin-top:22px}
.missed h2{font-family:var(--font-head);font-size:14px;font-weight:800;margin-bottom:10px;display:flex;align-items:center;gap:9px}
.missed h2::before{content:"";width:4px;height:15px;background:var(--red);border-radius:2px}
.missed a span:last-child{min-width:0;overflow-wrap:anywhere}
.missed a{display:flex;gap:10px;padding:8px 0;border-bottom:1px dashed var(--line);font-size:13px;font-weight:700;line-height:1.7;align-items:baseline}
.missed a:last-child{border-bottom:none}
.missed a:hover{color:var(--red)}
.missed .tm{font-size:10.5px;color:var(--muted);flex-shrink:0;font-variant-numeric:tabular-nums}

/* ---- sidebar ---- */
.pr-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.pr-mini div{background:var(--surface-2);border-radius:4px;padding:9px 6px;text-align:center}
.pr-mini div.next{background:var(--red);color:#fff}
.pr-mini small{display:block;font-size:10px;color:var(--muted)}
.pr-mini div.next small{color:#ffd6d6}
.pr-mini b{font-family:var(--font-head);font-weight:800;font-size:13px;font-variant-numeric:tabular-nums}
.sb-tabs{display:flex;border-bottom:1px solid var(--line)}
.sb-tabs button{flex:1;height:40px;font-family:var(--font-head);font-weight:800;font-size:12px;color:var(--muted);border-bottom:2px solid transparent;transition:.15s;line-height:1}
.sb-tabs button.active{color:var(--red);border-bottom-color:var(--red)}
.sb-pane{display:none}
.sb-pane.on{display:block}
.geo-note{font-size:10.5px;color:var(--muted);margin-top:9px;display:flex;align-items:center;gap:6px}
.geo-note button{color:var(--red);font-weight:800;font-size:10.5px;border-bottom:1px dashed var(--red)}

/* ---- ذاكرة كل العرب ---- */
.mem-intro{font-size:11.5px;color:var(--muted);line-height:1.8;margin-bottom:12px}
.mem-row{display:flex;gap:12px;padding:10px 0;border-bottom:1px dashed var(--line);align-items:flex-start}
.mem-row:last-of-type{border-bottom:none}
.mem-row .yr{background:#131316;color:#fff;font-family:var(--font-head);font-weight:800;font-size:11.5px;border-radius:4px;padding:5px 10px;flex-shrink:0;font-variant-numeric:tabular-nums;line-height:1}
html[data-theme="dark"] .mem-row .yr{background:#e8e8ec;color:#131316}
.mem-row .ago{display:block;font-size:9px;font-weight:700;opacity:.65;margin-top:2px}
.mem-row p{font-size:12.5px;font-weight:700;line-height:1.75}
.mem-row a:hover p{color:var(--red)}
.mem-row small{display:block;font-size:10.5px;color:var(--muted);margin-top:3px}
.mem-more{display:block;text-align:center;font-family:var(--font-head);font-weight:800;font-size:11.5px;color:var(--red);border:1px solid var(--line-strong);border-radius:4px;height:36px;line-height:36px;margin-top:12px;transition:.15s}
.mem-more:hover{border-color:var(--red);background:var(--red-soft)}

@media (max-width:1080px){
  .article-grid{grid-template-columns:minmax(0,1fr)}
  .day-strip{display:flex;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}
  .day-strip .du{flex:0 0 158px;scroll-snap-align:start}
  /* The road tile is the longest label; let it size down instead of clipping. */
  .day-strip .du b{font-size:15.5px}
  .today-lead{grid-template-columns:1fr}
  .tl-main{min-height:260px}
}
@media (max-width:720px){
  /* The player draws a fixed-width control strip; below ~360px it runs a few
     pixels past our card, so the card clips rather than the page scrolling. */
  .sp-vid .vwrap{overflow:hidden}
  .tl-main h2{font-size:17px}
  .cat-chips{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
  .cat-chips button{flex-shrink:0}
  .tml{padding-inline-start:54px}
  .tml::before,#tml-prog{inset-inline-start:17px}
  .tml-e .nd{inset-inline-start:-43px}
  .tml-e .tm{inset-inline-start:-56px;width:42px;font-size:10px}
  .tml-now .bignd{inset-inline-start:-45px}
  .tml-gh{margin-inline-start:-54px}
  .tml-card .ph{width:86px;height:60px}
  .tml-card h3{font-size:13px}
  .sp-num .big{font-size:36px}
  .sp-poll .opts{grid-template-columns:1fr}
  .remind{display:none}
}
