.tk-checker__question-title {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.tk-checker__options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.tk-checker__chip {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.85rem 1rem;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  background: #fff;
  cursor: pointer;
}

.tk-checker__chip.is-selected {
  border-color: #0d6efd;
  background: #e7f1ff;
}

.tk-checker__verdict-text {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.tk-checker__note,
.tk-checker__disclaimer {
  font-size: 0.875rem;
  color: #6c757d;
}

.tk-checker__disclaimer {
  margin-top: 1rem;
}

.tk-checker__subscribe {
  margin-top: 0.75rem;
}

.tk-checker__actions[hidden] {
  display: none !important;
}

.tk-checker__show-contact {
  display: block;
  width: 100%;
  white-space: normal;
  text-align: left;
  line-height: 1.4;
  padding: 0.75rem 1rem;
}

.tk-checker__contact {
  margin-top: 1.5rem;
  border-top: 1px solid #dee2e6;
  padding-top: 1rem;
}

.tk-checker__contact[hidden] {
  display: none !important;
}

.tk-checker__actions {
  margin-bottom: 0.5rem;
}
