/* WTWR_LEGACY_TOP_CLEANUP_V19 */

/*
  Retire the old Today control/explanation layer visually.
  The DOM remains present where scripts may still reference it.
*/
#today #wtwrFlowTodayConfluence,
#today #wtwrStrategyInfo,
#today .wtwr-my-rule-tools{
  display:none!important;
}

/*
  The two notes the member still needs are moved to the absolute end of <main>.
  They become compact footer-style notes rather than blocking the racing workflow.
*/
#wtwr-page-notes-v19{
  width:100%!important;
  box-sizing:border-box!important;
  margin:38px 0 12px!important;
  padding:16px 18px!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  background:transparent!important;
}

#wtwr-page-notes-v19 .wtwr-v19-notes-title{
  margin-bottom:8px!important;
  color:#8796a9!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
}

#wtwr-page-notes-v19 .wtwr-v19-notes-body{
  display:grid!important;
  gap:7px!important;
}

#wtwr-page-notes-v19 .wtwr-v19-note{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#8796a9!important;
  font-size:10px!important;
  line-height:1.45!important;
}

#wtwr-page-notes-v19 .wtwr-v19-note strong,
#wtwr-page-notes-v19 .wtwr-v19-note b{
  color:#aeb9c7!important;
  font-size:inherit!important;
}

/* Flatten the old 13:30 divider into a normal note line at the page end. */
#wtwr-page-notes-v19 .wtwr-frozen-market-note{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:5px 8px!important;
}

#wtwr-page-notes-v19 .wtwr-frozen-market-note > div{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
}

#wtwr-page-notes-v19 .wtwr-frozen-dot{
  width:6px!important;
  height:6px!important;
  min-width:6px!important;
  min-height:6px!important;
}

@media(max-width:700px){
  #wtwr-page-notes-v19{
    margin-top:28px!important;
    padding:14px 0!important;
  }
}
