/* Section Styles */
.section {
  margin-bottom: 3rem;
}
.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 0 2rem;
}
.container p, .container li {
  text-align: justify;
}
.green { color: #00B050;}
.orange { color: #E6AF00;}
.brown { color: #86622E;}
.blue { color: #4C94D8;}
.pink { color: #D86DCB;}
.hyp7-stages-tables-container {
  width: 70%;
  margin: 4rem auto 5rem;
}

.section h2 {
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  border-bottom: 3px solid #667eea;
  padding-bottom: 0.5rem;
}
.content section h2 {
  font-size: 2rem;
}

.section p {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #000;
  line-height: 1.8;
}

.source-link {
  display: inline-block;
  margin: 1rem 0 0;
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.source-link:hover {
  text-decoration: underline;
  color: #1d4ed8;
}

.status {
  padding: 1rem;
  font-size: 0.95rem;
  color: #374151;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.error {
  color: #b91c1c;
  background: #fee2e2;
  border-color: #fecaca;
}

.table-wrapper {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 250px);
}

table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  transform-origin: top left;
}

td,
th {
  border: 1px solid #e5e7eb;
  padding: 0.45rem 0.6rem;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  background: #ffffff;
}

tr:nth-child(odd) {
  background: #fcfcfd;
}

.top-header {
  text-align: center;
  font-weight: 700;
}

.column-header {
  font-weight: 700;
}
