.delivery-choice-actions .choice-yes,.delivery-choice-actions .choice-no{min-width:78px;justify-content:center;transition:background-color .12s ease,border-color .12s ease,color .12s ease,transform .12s ease,box-shadow .12s ease}
.delivery-choice-actions .choice-yes{color:#177536;border-color:#82d89a;background:#effbf2}
.delivery-choice-actions .choice-no{color:#b43a3a;border-color:#eda7a7;background:#fff2f2}
.delivery-choice-actions .choice-yes:hover{background:#def7e5;border-color:#55c878}
.delivery-choice-actions .choice-no:hover{background:#ffe2e2;border-color:#e47c7c}
.delivery-choice-actions .choice-yes.active{color:#071b0d;border-color:#56d879;background:#69e78a;box-shadow:0 0 0 3px rgb(105 231 138 / 18%)}
.delivery-choice-actions .choice-no.active{color:#fff;border-color:#d94c4c;background:#e55b5b;box-shadow:0 0 0 3px rgb(229 91 91 / 16%)}
.delivery-choice-actions button:active{transform:scale(.97)}
.delivery-choice-actions button:focus-visible{outline:3px solid color-mix(in srgb,currentColor 25%,transparent);outline-offset:2px}
.task-delivery-actions .primary-button:disabled{cursor:wait}
