/* TERRITORY.RESEARCH.04 | QUESTION TO CORPUS */
.cc-research-corpus-contract {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .48rem;
  margin: .15rem 0 1rem;
  padding: .8rem .9rem;
  border: 1px solid rgba(26, 86, 122, .12);
  border-radius: 18px;
  background: rgba(247, 251, 253, .86);
  color: #34566a;
}

.cc-research-corpus-contract span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: .35rem .68rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(26, 86, 122, .10);
  font-size: .83rem;
  font-weight: 700;
}

.cc-research-corpus-contract i {
  color: #7692a3;
  font-style: normal;
  font-size: .95rem;
}

.cc-research-notebook__actions .cc-research-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .72rem 1rem;
  border: 1px solid rgba(21, 74, 107, .18);
  border-radius: 12px;
  background: #fff;
  color: #21485f;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.cc-research-notebook__actions .cc-research-secondary:hover,
.cc-research-notebook__actions .cc-research-secondary:focus-visible {
  border-color: rgba(21, 74, 107, .34);
  background: #f7fafc;
}

.cc-research-primary--corpus {
  box-shadow: 0 8px 22px rgba(16, 92, 126, .12);
}

@media (max-width: 760px) {
  .cc-research-corpus-contract {
    gap: .36rem;
  }

  .cc-research-corpus-contract i {
    display: none;
  }

  .cc-research-notebook__actions .cc-research-secondary,
  .cc-research-notebook__actions .cc-research-primary--corpus {
    width: 100%;
  }
}
