
/* Align checklist choices and keep secondary actions visually separate. */
.tsp-postsale-list .tsp-sale-task-shortcuts>button{justify-content:flex-start;min-width:0}
.tsp-postsale-list .tsp-sale-task-shortcuts>button:not(:disabled)::after{content:"";width:12px;height:12px;margin-left:auto;flex:none;background:linear-gradient(#715287,#715287) center/10px 1.5px no-repeat,linear-gradient(#715287,#715287) center/1.5px 10px no-repeat}
.tsp-postsale-list .tsp-sale-task-shortcuts>button:focus-visible{outline:2px solid #715287;outline-offset:3px}
.tsp-postsale-list .tsp-ps-template-copy{text-align:left}
.tsp-postsale-list .tsp-ps-template-copy strong{font-size:13px;font-weight:550}
.tsp-postsale-shortcut-menu+div{border-top:1px solid var(--ps-line);padding-top:12px;margin-top:12px!important;gap:8px!important}
.tsp-postsale-history>summary{padding:8px 0}
