
/* A readable, compact task editor within each client checklist. */
.tsp-postsale-list .tsp-ps-task-form{max-width:720px;box-sizing:border-box;padding:20px;background:#fff;border:1px solid #c9b6d8;border-top:3px solid #714394;border-radius:10px;box-shadow:0 3px 12px #41225108}
.tsp-postsale-list .tsp-ps-task-form>div:first-child{margin-bottom:12px}
.tsp-postsale-list .tsp-ps-task-form>div:first-child>div{font-size:16px!important;font-weight:650!important;color:#34223f!important;letter-spacing:0!important;text-transform:none!important}
.tsp-postsale-list .tsp-ps-task-form .field{box-sizing:border-box;min-height:44px;padding:10px 12px;font-size:14px;line-height:1.4;color:#30213d;background:#fff;border:1px solid #b8acbf;border-radius:7px;box-shadow:none}
.tsp-postsale-list .tsp-ps-task-form>.field{display:block;width:100%;margin:10px 0 0}
.tsp-postsale-list .tsp-ps-task-form .field:focus{border-color:#714394;outline:2px solid #e6d6f1;outline-offset:1px}
.tsp-postsale-list .tsp-ps-task-form .field:disabled{background:#f4f1f6;color:#78717e}
.tsp-postsale-list .tsp-ps-quick-dates{border-top:1px solid #e6dfe9;padding-top:16px;margin-top:18px;font-size:13px}
.tsp-postsale-list .tsp-ps-quick-dates>span{color:#34223f}
.tsp-postsale-list .tsp-ps-task-form .readonly{font-size:12px!important;line-height:1.5;color:#56505e}
.tsp-postsale-list .tsp-ps-task-form>label{display:flex!important;align-items:center;gap:8px;margin-top:14px!important;padding:10px 0}
.tsp-postsale-list .tsp-ps-task-form input[type=checkbox]{width:16px;height:16px;flex:none;accent-color:#714394;margin:0}
.tsp-postsale-list .tsp-ps-task-form>button:last-child{width:auto;min-width:150px;min-height:44px;font-size:14px;font-weight:650;padding:10px 22px;margin-top:16px!important;background:#714394;color:#fff;border:1px solid #714394}
.tsp-postsale-list .tsp-ps-task-form>button:last-child:hover:not(:disabled){background:#5d337e}
@media(max-width:560px){.tsp-postsale-list .tsp-ps-task-form{padding:14px}.tsp-postsale-list .tsp-ps-task-form>button:last-child{width:100%}}
