.resume-panel {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid #b9d9cf;
  border-radius: 8px;
  background: #f7fcfa;
}
.resume-panel h3 { margin: 0; }
.resume-panel .definition { margin: 14px 0; }
.actions .action-enabled { border-color: #176b59; background: #176b59; color: #fff; cursor: pointer; }
.actions .action-enabled:disabled { opacity: .55; cursor: not-allowed; }
.pdf-result { display: grid; gap: 3px; margin-top: 12px; color: #3e5149; }
.pdf-result.failed { color: #a54036; }
.warning { color: #956a14; }
.tailor-panel { display: grid; gap: 14px; max-width: 980px; }
.tailor-panel textarea { width: 100%; padding: 12px; border: 1px solid #cdd6db; border-radius: 7px; font: 13px/1.45 ui-monospace, monospace; resize: vertical; }
.tailor-panel label { color: #4e5a65; }
.tailor-actions, .resume-action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.tailor-actions .action-enabled, .resume-action-row .action-enabled { flex: 0 0 auto; min-width: 128px; height: 42px; padding: 0 14px; }
.tailor-log-row { width: 100%; }
.tailor-log-row details { width: 100%; }
.tailor-log-row pre { max-height: 320px; margin: 8px 0 0; overflow: auto; white-space: pre-wrap; }
.fact-failure { border-color: #d9aaa5; background: #fff8f7; }
.ats-optimization { margin-top: 16px; padding-top: 14px; border-top: 1px solid #b9d9cf; }
.ats-optimization h3 { margin: 0 0 8px; }
.ats-optimization ul { margin: 6px 0 12px; }
.button-link { display: inline-flex; align-items: center; justify-content: center; border: 1px solid #176b59; border-radius: 6px; background: #176b59; color: #fff; font-weight: 650; text-decoration: none; }
.evaluated-tailor { margin-bottom: 28px; padding: 16px; border: 1px solid #b9d9cf; border-radius: 8px; background: #f7fcfa; }
.evaluated-tailor > select { width: 100%; min-height: 38px; padding: 0 10px; border: 1px solid #cdd6db; border-radius: 6px; background: #fff; }
.application-preparation details { margin: 12px 0; }
.application-preparation li { overflow-wrap: anywhere; }
