.arrears-command__reason:has(.arrears-command__household-details[open]){grid-column:1/-1}
.arrears-command__household-details{margin-top:10px;border-top:1px solid var(--arrears-line)}
.arrears-command__household-details summary{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--arrears-red);font-weight:650;cursor:pointer;list-style:none}
.arrears-command__household-details summary::-webkit-details-marker{display:none}
.arrears-command__household-details summary::after{content:"展开";color:var(--arrears-muted);font-size:11px;font-weight:400}
.arrears-command__household-details[open] summary::after{content:"收起"}
.arrears-command__household-details summary:focus-visible{outline:3px solid rgba(207,0,27,.22);outline-offset:2px}
.arrears-command__household-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px;border-top:1px solid var(--arrears-line)}
.arrears-command__household{min-width:0;padding:14px 0;border-bottom:1px solid var(--arrears-line)}
.arrears-command__household-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.arrears-command__household-head b{display:block;color:#20242a;font-size:14px;overflow-wrap:anywhere}
.arrears-command__household-head small{display:block;margin-top:3px;color:#70757d}
.arrears-command__household-head strong{white-space:nowrap;color:var(--arrears-red);font-size:14px}
.arrears-command__household-facts{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 10px;margin:10px 0 0;padding:9px 0;border-top:1px solid #f0f1f3;border-bottom:1px solid #f0f1f3;font-size:12px}
.arrears-command__household-facts dt{color:var(--arrears-muted)}
.arrears-command__household-facts dd{min-width:0;margin:0;color:#3f444b;overflow-wrap:anywhere}
.arrears-command__ai-reason{min-height:0!important;margin:9px 0!important;color:#555b63!important;font-size:12px!important}
.arrears-command__ai-reason b{color:#33383f}
.arrears-command__plan-block{margin-top:10px}
.arrears-command__plan-block>b{display:block;margin-bottom:5px;color:#292e35;font-size:12px}
.arrears-command__plan-block ol,.arrears-command__plan-block ul{margin:0;padding-left:20px;color:#5a6068;font-size:12px;line-height:1.65}
.arrears-command__plan-block li+li{margin-top:4px}
@media(max-width:900px){.arrears-command__household-list{grid-template-columns:1fr}}
@media(max-width:720px){.arrears-command__reason:has(.arrears-command__household-details[open]){grid-column:auto}.arrears-command__household-head{align-items:flex-start;flex-direction:column}.arrears-command__household-head strong{white-space:normal}.arrears-command__household-facts{grid-template-columns:1fr}.arrears-command__household-details summary{align-items:flex-start;padding:10px 0}.arrears-command__household-details summary::after{flex:0 0 auto}}
