/* 14.6.56 - task ordering/progress UI */
@media (max-width:960px){
  body.fcp-app-root-page .fcp-mobile-task-bucket > header{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:10px!important;}
  body.fcp-app-root-page .fcp-mobile-task-bucket-meta{display:flex!important;align-items:center!important;gap:8px!important;flex-shrink:0!important;}
  body.fcp-app-root-page .fcp-mobile-task-bucket-meta > em{min-width:42px!important;height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#eef7ff!important;border:1px solid #cfe3f8!important;color:#0f2e5a!important;font-size:18px!important;font-weight:950!important;font-style:normal!important;}
  body.fcp-app-root-page .fcp-mobile-task-progress{min-width:86px!important;height:42px!important;display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;border:1px solid #dbe7f3!important;background:#fff!important;box-shadow:0 8px 18px rgba(15,23,42,.05)!important;}
  body.fcp-app-root-page .fcp-mobile-task-progress strong{font-size:17px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.04em!important;}
  body.fcp-app-root-page .fcp-mobile-task-progress small{font-size:9px!important;line-height:1.05!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.04em!important;margin-top:2px!important;}
  body.fcp-app-root-page .fcp-mobile-task-progress.is-high{background:#eafaf0!important;border-color:#b7ebc9!important;color:#137333!important;}
  body.fcp-app-root-page .fcp-mobile-task-progress.is-medium{background:#fff8e5!important;border-color:#ffe0a3!important;color:#9a5b00!important;}
  body.fcp-app-root-page .fcp-mobile-task-progress.is-low{background:#fff0f0!important;border-color:#ffc9c9!important;color:#b42318!important;}
  body.fcp-app-root-page .fcp-mobile-task-bucket-list{display:grid!important;gap:10px!important;}
  body.fcp-app-root-page .fcp-mobile-task-card[data-task-time=""],
  body.fcp-app-root-page .fcp-mobile-task-card:not([data-task-time]){opacity:.96!important;}
  body.fcp-app-root-page .fcp-mobile-task-card.is-progress-counted{opacity:.55!important;transform:scale(.985)!important;transition:.18s ease!important;}
}
