/* Common styles moved to quick-read-common.css */

/* Page-specific styles */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 15px;
}

.comparison-table th {
  background: var(--gray-light);
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
}

.comparison-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--gray-mid);
}

.comparison-table .highlight {
  background: hsl(125, 39%, 94%);
  color: hsl(123, 46%, 34%);
  font-weight: 600;
}

.comparison-table .warning {
  background: hsl(351, 100%, 96%);
  color: hsl(0, 66%, 47%);
}