.agency-status-card{width:min(680px,100%)}
.agency-status-summary{display:flex;align-items:center;justify-content:space-between;margin:24px 0;padding:18px;border-radius:14px;background:#f8fafc}
.agency-status-summary span{color:#64748b;font-weight:850}
.agency-state{padding:7px 11px;border-radius:999px;background:#fff3cd;color:#8a5a00}
.agency-state-accepted{background:#dcfce7;color:#087443}.agency-state-rejected{background:#ffe4e8;color:#b4233c}.agency-state-verifying{background:#dbeafe;color:#1d4ed8}
.agency-status-list{margin:0;border:1px solid #dbe3ee;border-radius:14px;overflow:hidden}
.agency-status-list>div{display:grid;grid-template-columns:150px 1fr;border-bottom:1px solid #e2e8f0}.agency-status-list>div:last-child{border-bottom:0}
.agency-status-list dt,.agency-status-list dd{margin:0;padding:14px 16px}.agency-status-list dt{background:#f8fafc;font-weight:900}.agency-status-list dd{line-height:1.65;word-break:break-word}
.agency-security-note{margin:18px 0 0;color:#64748b;font-size:12px}.agency-status-button{display:flex;align-items:center;justify-content:center;text-decoration:none}
.agency-lookup-form{margin-top:22px}.agency-lookup-form .button{margin-top:5px}
@media(max-width:600px){.agency-status-list>div{grid-template-columns:1fr}}
