/* Split the Check - shared checks section */
.shared-checks-card{margin-top:16px}
.shared-checks-header{display:flex;align-items:center;justify-content:space-between;gap:12px}
.shared-checks-header h2{margin:0}
.shared-checks-badge{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;background:#eef6ff;color:#0b67b4;border:1px solid #d6e9ff;font-size:10px;font-weight:850}
.shared-checks-badge[hidden]{display:none!important}
.shared-check-list{display:grid;gap:10px;margin-top:12px}
.shared-check-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 14px;border:1px solid #e2e5e9;border-radius:14px;background:#fff}
.shared-check-main{min-width:0;cursor:pointer}.shared-check-name{font-size:15px;font-weight:850;color:#20242a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shared-check-meta{margin-top:3px;color:#747b84;font-size:11px;line-height:1.4}.shared-check-owner{font-weight:750;color:#4f5964}.shared-check-amounts{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:7px}.shared-check-pill{display:inline-flex;align-items:center;min-height:25px;padding:0 8px;border-radius:999px;background:#f2f4f6;color:#5f6670;font-size:10px;font-weight:800}.shared-check-pill.you{background:#eaf8ef;color:#19713a}.shared-check-open{white-space:nowrap!important}.shared-check-empty{margin-top:12px;padding:20px 12px;text-align:center;border:1px dashed #dfe3e8;border-radius:14px;color:#80868f;font-size:12px}.shared-check-error{margin-top:10px;padding:10px 12px;border-radius:11px;background:#fff0ef;color:#a83229;font-size:12px}
@media(max-width:600px){.shared-check-row{grid-template-columns:1fr}.shared-check-open{width:100%!important}.shared-checks-header{align-items:flex-start;flex-direction:column}.shared-checks-badge{align-self:flex-start}}
