.tf722-pending-publications {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #d6b86c;
  border-radius: 16px;
  background: #fff9e9;
  color: #493609;
}

.tf722-pending-publications h3,
.tf722-pending-publications p {
  margin-top: 0;
}

.tf722-pending-head,
.tf722-pending-item,
.tf722-candidate {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.tf722-pending-list {
  display: grid;
  gap: .75rem;
  margin: 1rem 0;
}

.tf722-pending-item {
  position: relative;
  flex-wrap: wrap;
  padding: .9rem;
  border: 1px solid #e2cf9c;
  border-radius: 12px;
  background: #fff;
}

.tf722-pending-item > div:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.tf722-pending-error {
  margin-top: .45rem;
  color: #8a2d20;
  font-size: .9rem;
}

.tf722-pending-results {
  flex: 0 0 100%;
  display: grid;
  gap: .6rem;
}

.tf722-candidate {
  padding: .75rem;
  border: 1px solid #d8dfdc;
  border-radius: 10px;
  background: #f7faf9;
  overflow-wrap: anywhere;
}

.tf722-candidate.exact {
  border-color: #67a78e;
  background: #eef8f4;
}

.tf722-candidate.mismatch {
  border-color: #d9c8a2;
  background: #fffaf0;
}

@media (max-width: 700px) {
  .tf722-pending-publications {
    padding: .8rem;
  }

  .tf722-pending-head,
  .tf722-pending-item,
  .tf722-candidate {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .tf722-pending-publications .btn {
    width: 100%;
    min-height: 46px;
    white-space: normal;
  }
}
