/* ===========================================================
   SCREEN REPORT CONTENT
   =========================================================== */
	 
.screen-report-content {
	font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #1f2937;
}

.screen-report-content > section:last-child {
    margin-bottom: 0;
}

/* -----------------------------------------------------------
   HEADER
   ----------------------------------------------------------- */

.screen-report-content header {
  margin-bottom: 2rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 1rem;
}

.screen-report-content header h1 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.screen-report-content header p {
	margin: 0;
  color: #6b7280;
  font-size: 0.9rem;
}

/* -----------------------------------------------------------
   SECTIONS
   ----------------------------------------------------------- */

.screen-report-content section {
  margin-bottom: 2.5rem;
}

.screen-report-content section h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* -----------------------------------------------------------
   NARRATIVE BLOCKS
   ----------------------------------------------------------- */

.screen-report-content div.narrative {
  margin-bottom: 0.5rem;
}

.screen-report-content .narrative h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.screen-report-content .narrative p {
  margin: 0;
  color: #374151;
}

/* -----------------------------------------------------------
   SCORE BOX
   ----------------------------------------------------------- */

.screen-report-content .score-box {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 2rem;
	text-align: center;
}

.screen-report-content .score-box svg {
    padding: 1rem 0;
		width: 160px;   
    height: auto;
}

.screen-report-content .score-box h3 {
  margin-top: 0;
  font-size: 1rem;
}

.screen-report-content .score-box p {
	font-weight: 500;
	margin: 0;
}

/* -----------------------------------------------------------
   TABLES
   ----------------------------------------------------------- */

.screen-report-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.75rem;
  font-size: 0.95rem;
}

.screen-report-content th,
.screen-report-content td {
  border: 1px solid #e5e7eb;
  padding: 0.6rem 0.75rem;
  text-align: left;
}

.screen-report-content th {
  background: #f1f5f9;
  font-weight: 600;
}

/* -----------------------------------------------------------
   LISTS
   ----------------------------------------------------------- */

.screen-report-content ul {
  padding-left: 1.25rem;
  margin: 0.75rem 0 1.5rem;
}

.screen-report-content li {
  margin-bottom: 0.4rem;
}

/* -----------------------------------------------------------
   DISCLAIMER
   ----------------------------------------------------------- */

.screen-report-content .disclaimer {
  margin-top: 2rem;
  padding: 1.25rem;
  border-radius: 10px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  font-size: 0.9rem;
}

.screen-report-content .disclaimer strong {
  display: block;
  margin-bottom: 0.5rem;
}

.screen-report-content .disclaimer p {
  margin: 0 0 0.75rem;
}

.screen-report-content .disclaimer ul {
  margin: 0;
  padding-left: 1.25rem;
}

/* -----------------------------------------------------------
   FOOTER
   ----------------------------------------------------------- */

.screen-report-content footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.85rem;
  color: #6b7280;
  text-align: center;
}
