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

/* Page-specific styles */
.warning-box {
  background: hsl(351, 100%, 96%);
  border-left: 4px solid hsl(1, 77%, 55%);
  padding: 24px 28px;
  border-radius: 0 12px 12px 0;
  margin: 32px 0;
}

.warning-box h4 {
  color: hsl(0, 66%, 47%);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.warning-box p {
  margin: 0;
  font-size: 16px;
  color: var(--text-body);
}