/* Reduce spacing after headings */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.4em !important;
    margin-top: 0.6em !important;
}

/* Reduce spacing between paragraphs */
p {
    margin-top: 0.4em !important;
    margin-bottom: 0.4em !important;
}

/* Tighten up list items */
ul, ol {
    margin-top: 0.4em !important;
    margin-bottom: 0.4em !important;
}
li {
    margin-bottom: 0.2em !important;
}

/* Optional: reduce spacing before/after horizontal rules */
hr {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.spacer {
    margin-top: 1em;
}