/* Conclusion-first, single-column section summaries. */
.section-answer {
  margin: 0 0 2rem;
  padding: 1.25rem;
  border: 1px solid #f2d4bf;
  border-radius: 0.75rem;
  background: #fff7f0;
}
#main-content .section-answer .answer-title {
  margin: 0 0 1rem;
  color: #222;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0;
}
#main-content .section-answer .answer-note {
  margin: 0.875rem 0 0;
  color: #444;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.answer-flow,
.answer-points {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}
.answer-flow { gap: 1.5rem; }
.answer-points { gap: 0.625rem; }
#main-content .answer-flow li,
#main-content .answer-points li {
  position: relative;
  margin: 0;
  padding: 0.75rem;
  border: 1px solid #e5d7ce;
  border-radius: 0.5rem;
  background: #fff;
  color: #333;
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0;
}
.answer-flow li:not(:last-child)::after {
  content: "↓";
  position: absolute;
  bottom: -1.5rem;
  left: calc(50% - 0.5em);
  color: #943909;
  font-size: 1rem;
  line-height: 1.5;
}
.answer-flow strong, .answer-points strong { display: block; }
#main-content .answer-flow .answer-result {
  border-color: #ca4b00;
  background: #ca4b00;
  color: #fff;
  font-weight: 700;
}
.section-art { margin: 0.875rem 0 1.25rem; }
.section-art img { display: block; width: 100%; height: auto; border-radius: 0.5rem; }
.section-art figcaption { margin-top: 0.25rem; font-size: 0.75rem; line-height: 1.5; color: #555; }
.diagnosis-section .fit-step,
.workplace-section .fit-step { padding-top: 0; border-top: 0; }
.support-example + .support-example { margin-top: 1rem; }
@media (prefers-contrast: more) {
  .section-answer, #main-content .answer-flow li, #main-content .answer-points li { border-color: #747474; }
}
