/* Reduce spacing between headers, paragraphs, and lists */
h3 {
  margin-bottom: 0;
}

h3 + small {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.85em;
  color: #777;
  line-height: 0.5;
}

p, ul, li {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: none;
  border-top: 1px solid #ccc; /* Optional: makes the line soft and modern */
}
