/* HaulFoundry Exception Review */
#exceptionM .exception-summary{grid-template-columns:repeat(4,1fr)}
.hf-er-actions{display:flex;gap:8px;align-items:stretch;margin-top:8px}
.hf-er-actions .exception-action,.hf-er-actions .hf-er-review-btn,.hf-er-actions .hf-er-reopen{margin-top:0;flex:1;width:auto}
.hf-er-review-btn{border-color:#50d4a788;background:#50d4a714}
.hf-er-reviewed{border-color:#50d4a766!important;box-shadow:inset 3px 0 0 #50d4a7!important;opacity:.9}
.hf-er-by{margin-top:7px;padding:7px 9px;border-radius:9px;background:#50d4a710;border:1px solid #50d4a733;color:var(--m);font-size:11px}
.hf-er-by b{color:var(--t)}
.hf-er-prior{margin-top:7px;padding:7px 9px;border-radius:9px;background:#f5c75f0d;border:1px solid #f5c75f44;color:var(--m);font-size:10px;line-height:1.35}
.hf-er-prior b{color:var(--t)}
.hf-er-reviewed-heading{color:#50d4a7}
.hf-er-all-reviewed{border-color:#50d4a766;background:#50d4a70d}
@media(max-width:760px){
  #exceptionM .exception-summary{grid-template-columns:repeat(2,1fr)}
  .hf-er-actions{flex-direction:column}
}
