.escrow-card{flex-direction:column;gap:20px;display:flex}.escrow-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.escrow-header h3{margin:0;font-size:.9rem}.highlight-pulse{border-color:var(--accent-primary);animation:2s infinite pulse-border}@keyframes pulse-border{0%{box-shadow:0 0 #22c55e66}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 #22c55e00}}.action-required-banner{color:#facc15;text-align:center;background-color:#eab30833;border-bottom:1px solid #eab3084d;border-top-left-radius:12px;border-top-right-radius:12px;margin:-20px -20px 20px;padding:8px;font-size:.85rem;font-weight:700}.escrow-body{flex-direction:column;gap:12px;display:flex}.escrow-row{justify-content:space-between;align-items:center;display:flex}.label{color:var(--text-secondary);font-size:.9rem}.value{font-weight:500}.value.amount{font-size:1.2rem;font-weight:700}.value.address{background:#ffffff0d;border-radius:6px;padding:4px 8px;font-family:monospace;font-size:.85rem}.escrow-footer{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}
