/* V55 — property decision engine presentation only. Keeps V51 layout intact. */
.v55-decision-card .v51-option-head{align-items:flex-start;gap:10px}
.v55-decision-card .v51-status{flex:0 0 auto;white-space:normal;max-width:145px;padding:6px 9px}
.v55-decision-card .v51-status.yes{background:#eaf8ef;color:#267147}
.v55-decision-card .v51-status.verify{background:#fff0df;color:#8b4c0d}
.v55-decision-card .v51-status.no{background:#f1f1f3;color:#5e5961}
.v55-condition-list{margin:0;padding:9px 0 0 18px;border-top:1px solid #f0dfe5;color:#665f66;font-size:.77rem;line-height:1.42}
.v55-condition-list li+li{margin-top:4px}
.v55-unresolved{background:#fffafc}
.v55-build-answer .v51-options-sub strong{color:#302832}
@media(max-width:680px){
 .v55-decision-card .v51-option-head{display:flex;justify-content:space-between;align-items:flex-start}
 .v55-decision-card .v51-status{max-width:132px;font-size:.66rem}
}
