#warrantyViewPanel[hidden] {
  display: none !important;
}

.warranty-view-loading {
  padding: 8px 2px;
}

.warranty-view-tagbtn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.warranty-view-tagbtn:focus-visible {
  outline: 2px solid var(--admin-accent-focus);
  outline-offset: 3px;
  border-radius: 999px;
}
