/* DSA CRM v12.17 — To Do sans débordement et planning cohérent. */

/* La carte des rendez-vous utilise toute la rangée. Les confirmations passent
   sous l'intitulé : aucune largeur fixe ne peut agrandir la page, même avec le
   zoom d'interface utilisé sur les petits écrans. */
#app .content.todo-content{overflow-x:hidden!important}
#v-todo,#v-todo .v107-todo,#v-todo .v1173-todo-board,#v-todo .v1173-card{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
#v-todo .v1173-appointments{grid-column:1/-1!important;min-width:0!important}
#v-todo .v1173-appointments .v107-action-row.appointment{
  box-sizing:border-box!important;
  grid-template-columns:70px minmax(0,1fr)!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  gap:8px 12px!important;
}
#v-todo .v1173-appointments .v107-action-time,
#v-todo .v1173-appointments .v107-action-main,
#v-todo .v1173-appointments .v112-confirm-actions,
#v-todo .v1173-appointments .v113-confirm-question{min-width:0!important;max-width:100%!important}
#v-todo .v1173-appointments .v107-action-main strong,
#v-todo .v1173-appointments .v107-action-main span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#v-todo .v1173-appointments .v112-confirm-actions,
#v-todo .v1173-appointments .v112-confirm-actions:has(.v113-confirm-question:only-child){
  grid-column:1/-1!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))!important;
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  justify-self:stretch!important;
}
#v-todo .v1173-appointments .v112-confirm-actions .v113-confirm-question:only-child{grid-column:auto!important}
#v-todo .v1173-appointments .v113-confirm-question{box-sizing:border-box!important;width:100%!important}

@media(max-width:620px){
  #v-todo .v1173-appointments .v107-action-row.appointment{grid-template-columns:1fr!important}
  #v-todo .v1173-appointments .v107-action-time{display:flex!important;align-items:center;gap:7px;padding:0 0 7px!important;border:0!important;border-bottom:1px solid rgba(15,23,42,.08)!important}
  #v-todo .v1173-appointments .v112-confirm-actions{grid-template-columns:1fr!important}
}

@media(prefers-reduced-motion:reduce){.v1145-drag-preview{transition:none!important}}
