/* Tool 6 upload page: small overrides on top of the
   shared design-system tokens. */

.t6a-status {
  margin-top: 1rem;
  font-size: 1.125rem;
}

.t6a-status:not(:empty) {
  border: 1px solid #9ca3af;
  border-left: 4px solid #1e40af;
  background: #f3f4f6;
  padding: 1rem;
}

.t6a-status .t6a-tracking {
  font-weight: 700;
  font-size: 1.25rem;
}

.t6a-error {
  margin-top: 1rem;
  font-size: 1.125rem;
  color: #0b0c0c;
}

.t6a-error:not(:empty) {
  border: 1px solid #9ca3af;
  border-left: 4px solid #b91c1c;
  background: #fef2f2;
  padding: 1rem;
}

.ed-field__hint {
  color: #4b5563;
  margin: 0.25rem 0 0.5rem;
}
