/* Missing carrier remains a warning, distinct from named carrier badges. */
.tsp-aca-live-redesigned.tsp-aca-live-redesigned [data-carrier="Carrier not set" i] {
 background:#fff0df!important;
 color:#763a12!important;
 border:1px dashed #a45820!important;
 font-weight:800!important;
}
.tsp-aca-live-redesigned [data-carrier="Carrier not set" i]::before {
 content:"!";
 display:inline-grid;
 place-items:center;
 width:15px;
 height:15px;
 margin-right:6px;
 border-radius:50%;
 background:#854318;
 color:#fff;
 font-size:11px;
 font-weight:800;
 line-height:1;
}
