/* Article-specific styles */
.callout-note {
  border-left: 4px solid #4299e1;
  background-color: #ebf8ff;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 0 4px 4px 0;
}

.callout-note h4 {
  margin-top: 0;
  color: #2b6cb0;
}

/* Table styles for the job classifications */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.9em;
}

th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Improve readability for long content */
main {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Style for the quote at the beginning */
blockquote {
  border-left: 4px solid #ccc;
  margin: 1rem 0;
  padding-left: 1rem;
  font-style: italic;
  color: #666;
}