/* Tighter spacing for bullet lists */
.lh-copy ul li {
  margin-bottom: 0.4em;
}

/* Subtle section dividers */
.lh-copy hr {
  border: 0;
  border-top: 1px solid #e8e8e8;
  margin: 2rem 0;
}

/* Table styling for earlier roles */
.lh-copy table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9em;
}
.lh-copy table th {
  background-color: #f4f4f4;
  text-align: left;
  padding: 0.6rem 0.8rem;
  border-bottom: 2px solid #ddd;
  font-weight: 600;
}
.lh-copy table td {
  padding: 0.5rem 0.8rem;
  border-bottom: 1px solid #ebebeb;
}
.lh-copy table tr:last-child td {
  border-bottom: none;
}

/* Content link colors */
article a { color: #357edd; }
article a:hover { color: #2b6cb0; }
