/* Travel AI accent on shared HR layout */
:root {
  --hr-accent: #b8860b;
  --hr-accent-soft: #faf3e0;
}

.hr-btn-primary:hover:not(:disabled) {
  background: #9a7209;
}

.hr-field input:focus,
.hr-field textarea:focus,
.hr-field select:focus {
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.16);
}

.hr-summary-box {
  color: #7a5c08;
}

.hr-page-tab.active {
  color: var(--hr-accent);
}

.ta-report {
  margin: 0;
  white-space: pre-wrap;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #3d4f63;
}

.ta-report-block + .ta-report-block {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px dashed var(--hr-line);
}
