.jh-cv-tool {
  max-width: 720px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #fff;
  border-top: 3px solid #0f766e;
}

.jh-cv-tool h2 {
  margin: 0 0 0.35rem;
  font-family: Fraunces, Georgia, serif;
  color: #0c1f2e;
}

.jh-cv-tool__lead {
  color: #5c6b76;
  margin: 0 0 1.25rem;
}

.jh-cv-tool__label {
  display: block;
  font-weight: 600;
  margin: 0.75rem 0 0.35rem;
  color: #0c1f2e;
}

.jh-cv-tool__input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem;
  border: 1px solid rgba(12, 31, 46, 0.18);
  border-radius: 4px;
  font: inherit;
  background: #f3f0ea;
}

.jh-cv-tool__btn {
  margin-top: 1rem;
  padding: 0.85rem 1.25rem;
  background: #c45c26;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

.jh-cv-tool__btn:hover {
  background: #a84c1f;
}

.jh-cv-tool__btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.jh-cv-tool__status {
  margin-top: 0.75rem;
  color: #0f766e;
  font-weight: 500;
}

.jh-cv-tool__output {
  margin-top: 1rem;
  padding: 1rem;
  background: #0c1f2e;
  color: #f3f0ea;
  border-radius: 4px;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 0.9rem;
  line-height: 1.5;
  max-height: 480px;
  overflow: auto;
}
