/*
 * News archive sections — Upcoming Events / Past Events / Company News.
 *
 * Loaded on the posts page only. The cards themselves are untouched; this file
 * only has to make three stacked sections read as three sections, using the
 * tokens the rest of the theme already uses.
 */

.dbspectra-news-archive .dbspectra-events-section__title {
	border-bottom: 1px solid rgba(43, 43, 44, 0.12);
	margin-bottom: var(--wp--preset--spacing--40, 1.5rem);
	padding-bottom: 0.75rem;
}

/* The first section sits directly under the page title, so it does not need the
   full inter-section gap above it. */
.dbspectra-news-archive .dbspectra-events-section:first-of-type .dbspectra-events-section__title {
	margin-top: 0;
}

/* Shown only when every section is empty — see DBSpectra_Events::hide_empty_section(). */
.dbspectra-news-archive .dbspectra-events-empty {
	color: var(--wp--preset--color--muted, #6b6b6d);
}
