/* COI compliance badge (renders on COI cards + property rollup). Loaded on all
   front-end pages so it's available wherever COIs render. */
.cls-insreq-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
}
.cls-insreq-badge--ok      { background: #dcfce7; color: #166534; border: 1px solid #86efac; }
.cls-insreq-badge--short   { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }
.cls-insreq-badge--unknown { background: #fef3c7; color: #92400e; border: 1px solid #fde68a; }

.cls-insreq-badge-lines {
    margin: 6px 0 0;
    padding-left: 18px;
    font-size: 12px;
    color: #475569;
}
.cls-insreq-badge-lines li { margin: 2px 0; }

.cls-insreq-rollup {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a;
}
.cls-insreq-rollup--red { background: #fee2e2; color: #991b1b; border-color: #fca5a5; }
