.summary-content {
  flex: 1;
  min-height: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.summary-section h2 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: #e8eaed;
}

.summary-section p {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  color: #8b919a;
}

.summary-ascii {
  background: #1a1f2b;
  border-radius: 0.5rem;
  padding: 1rem;
  overflow-x: auto;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #e8eaed;
  white-space: pre;
}

.summary-list {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.85rem;
  color: #c7cbd1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.summary-list strong {
  color: #e8eaed;
}

.summary-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.summary-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}

.summary-table-services {
  width: max-content;
  min-width: 100%;
}

.summary-table-services td,
.summary-table-services th {
  white-space: nowrap;
}

.summary-table th,
.summary-table td {
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #2a2f3a;
  color: #c7cbd1;
}

.summary-table th {
  color: #8b919a;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
