@media (max-width:767px){
  html.horizon-live body.calendar-screenerish #dayAside{
    display:none!important;
  }
}

body.calendar-screenerish .day-summary{
  display:grid;
  gap:4px;
  border:1px solid rgba(148,163,184,.16);
  background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(248,250,252,.78));
}
body.calendar-screenerish .day-summary-title{
  font-size:13px;
  font-weight:850;
  letter-spacing:-.02em;
  color:var(--text);
}
body.calendar-screenerish .day-summary-note{
  font-size:11px;
  line-height:1.35;
  color:var(--muted);
}
body.calendar-screenerish .day-task-group{
  display:grid;
  gap:8px;
  min-width:0;
}
body.calendar-screenerish .day-group-title{
  padding:0 4px;
  font-size:10px;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
}
body.calendar-screenerish .day-more-btn{
  width:100%;
  min-height:40px;
  font-weight:800;
}
body.calendar-screenerish .day-done-group{
  border:1px solid rgba(148,163,184,.16);
}
body.calendar-screenerish .day-done-group summary{
  cursor:pointer;
  font-size:12px;
  font-weight:850;
  color:var(--muted);
}
body.calendar-screenerish #profileModal,
body.calendar-screenerish #profileModal *{
  max-width:100%;
}
body.calendar-screenerish #profileModal .profile-shell,
body.calendar-screenerish #profileModal .profile-settings-layout,
body.calendar-screenerish #profileModal .profile-settings-pane,
body.calendar-screenerish #profileModal .profile-section{
  min-width:0!important;
  overflow-x:hidden!important;
}
body.calendar-screenerish #profileModal .profile-actions-bar{
  width:100%!important;
  max-width:100%!important;
  margin:12px 0 0!important;
  padding:12px!important;
  border-radius:18px;
  box-sizing:border-box;
  flex-wrap:wrap;
}
body.calendar-screenerish #profileModal .profile-actions-bar button{
  min-width:120px;
}
@media (max-width:767px){
  body.calendar-screenerish #profileModal .profile-actions-bar{
    display:grid!important;
    grid-template-columns:1fr 1fr;
  }
  body.calendar-screenerish #profileModal .profile-actions-bar button{
    width:100%;
    min-width:0;
  }
}
