main h2 {
    margin-bottom: 0.3em;
}

.headlines-container {
    margin-top: 0;
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
}

.category-column {
    margin-top: 0;
}

.category-column h3 {
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.category-column ul {
    padding-left: 1em; /* Small offset for bullets */
    margin-left: 0; /* Keep no left margin */
    list-style-position: outside; /* Bullets outside, wrapped text aligns with title */
}

.category-column li {
    margin-bottom: 0.5em; /* Tiny space between headlines */
}
