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

/* Page-specific styles */
.reason-list {
  margin: 32px 0;
}

.reason-item {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: var(--gray-light);
  border-radius: 12px;
  margin-bottom: 12px;
}

.reason-percent {
  font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--purple-main);
  min-width: 60px;
}

.reason-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.reason-content p {
  font-size: 14px;
  color: var(--gray-text);
  margin: 0;
}

/* Override key-insight for this page (green theme) */
.key-insight {
  background: hsl(125, 39%, 94%);
  border-left: 4px solid var(--green-main);
  border-radius: 0 12px 12px 0;
}

.key-insight h4 {
  color: hsl(123, 46%, 34%);
}