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

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

.jh-ats__lead,
.jh-ats__job {
  color: #5c6b76;
  margin: 0 0 1rem;
}

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

.jh-ats__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-ats__btn {
  display: inline-block;
  margin-top: 1rem;
  margin-right: 0.5rem;
  padding: 0.85rem 1.25rem;
  background: #c45c26;
  color: #fff !important;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.jh-ats__btn--ghost {
  background: transparent;
  color: #0c1f2e !important;
  border: 1.5px solid #0c1f2e;
}

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

.jh-ats__error {
  margin-top: 0.75rem;
  color: #b42318;
  font-weight: 600;
}

.jh-ats__btn--danger {
  background: #b42318;
  color: #fff !important;
}

.jh-account__section {
  margin: 1.75rem 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(12, 31, 46, 0.12);
}

.jh-account__section--danger {
  border-top-color: rgba(180, 35, 24, 0.35);
}

.jh-account__cv-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jh-account__cv-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(12, 31, 46, 0.08);
}

.jh-account__inline-form {
  margin: 0;
}

.jh-account__inline-form .jh-ats__btn {
  margin-top: 0;
}

.jh-ats__score {
  margin-top: 0.75rem;
  font-weight: 700;
  color: #0c1f2e;
}

.jh-ats__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;
}

.jh-ats__gaps {
  margin-top: 1rem;
  color: #a84c1f;
  padding-left: 1.2rem;
}

.jh-ats--gate {
  text-align: left;
}
