.target-card .target-actions{margin-left:auto;display:flex;gap:7px;align-items:center}
.target-card .target-actions .complete-target{margin-left:0}
.target-card .hide-target{border:1px solid #cbd4d9;background:#fff;color:#5e6c76;border-radius:7px;padding:7px 9px;font-size:11px;font-weight:750}
.choice-modal{position:fixed;z-index:900;inset:0;display:grid;place-items:center;padding:20px;background:#101820b8}
.choice-modal.hidden{display:none}
.choice-card{width:min(480px,100%);padding:25px;background:#fff;border-radius:16px;box-shadow:0 24px 70px #0007}
.choice-card h2{margin:5px 0 8px}
.choice-actions{display:grid;gap:9px;margin-top:20px}
.choice-actions button{width:100%;padding:12px;border-radius:9px;font-weight:750}
.choice-actions .secondary{border:1px solid #ccd5da;background:#fff;color:#5a6872}
@media(max-width:650px){.target-card .target-actions{grid-column:1/-1;width:100%}.target-card .target-actions button{flex:1}}
