/* Wood Member Design — report content styles (layout/headers in everroux-report.css) */
.report-doc__status {
  border-radius: 4px;
  padding: 0.45rem 0.55rem;
  font-weight: 600;
  font-size: 9.5pt;
  margin: 0.55rem 0;
}

.report-doc__status--pass {
  background: #e8f0eb;
  border: 1px solid #93ac9d;
  color: #3d5c47;
}

.report-doc__status--fail {
  background: #fdeaea;
  border: 1px solid #e0a4a4;
  color: #6b1c1c;
}

.report-doc__section-title {
  font-size: 8pt;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1f4e79;
  margin: 0.75rem 0 0.35rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #c5ccc6;
}

.report-doc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem 1rem;
  font-size: 9pt;
}

.report-doc__grid dt {
  font-weight: 600;
  color: #547d63;
  margin: 0;
}

.report-doc__grid dd {
  margin: 0 0 0.2rem;
}

.report-doc__member {
  font-size: 11pt;
  font-weight: 700;
  color: #1f4e79;
  margin: 0.15rem 0;
}

.report-doc__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 8.5pt;
  margin: 0.35rem 0;
}

.report-doc__table th,
.report-doc__table td {
  border: 1px solid #c5ccc6;
  padding: 0.25rem 0.35rem;
  text-align: left;
}

.report-doc__table th {
  background: #1f4e79;
  color: #fff;
  font-size: 7.5pt;
  text-transform: uppercase;
}

.report-doc__table tr.fail td {
  background: #fdeaea;
}

.report-doc__unity-pass {
  color: #3d5c47;
  font-weight: 700;
}

.report-doc__unity-fail {
  color: #6b1c1c;
  font-weight: 700;
}

.report-doc__list {
  margin: 0.25rem 0;
  padding-left: 1.1rem;
  font-size: 8.5pt;
}

.report-doc__detail {
  font-family: Consolas, "Courier New", monospace;
  font-size: 7.5pt;
  line-height: 1.4;
  background: #f7f9f8;
  border: 1px solid #c5ccc6;
  border-radius: 4px;
  padding: 0.4rem 0.5rem;
  margin: 0.35rem 0;
}

.report-doc__disclaimer {
  font-size: 7.5pt;
  color: #828283;
  margin-top: 0.65rem;
  padding-top: 0.45rem;
  border-top: 1px solid #c5ccc6;
}
