.entry-pre-title {
	border-bottom: var(--border--width--bold) solid var(--color--primary);
	margin-bottom: 0;
	margin-top: var(--spacing--pos--p8);
}

.entry-pre-title.news-type--research-highlight {
	border-color: var(--color--secondary);
}

.entry-pre-title.news-type--success-story {
	border-color: var(--color--tertiary);
}

.chip-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: var(--spacing--pos--p8);
	list-style-type: none;
	max-width: 100%;
}
a.chip {
	background-color: var(--color--primary--rich);
	border-radius: var(--border--radius--xl) !important;
	border-width: var(--border--width--medium);
	border-style: solid;
	color: var(--color--text--inverted) !important;
	display: block;
	padding: var(--spacing--pos--p4) var(--spacing--pos--p8);
	text-decoration: none !important;
}

/* Prototype Brand Header */

.prototype-brand-header.ornl-brand-header {
	border-bottom: none;
}
.prototype-brand-header .ornl-brand-header--inner {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: var(--spacing--pos--p8);
	justify-content: space-between;
}

.prototype-brand-header .nav-search-container {
	color: var(--color--text--inverted);
}

.prototype-brand-header #ornl-search-trigger {
	color: inherit !important;
}

.prototype-brand-header .ornl-nav {
	--nav--text--color--top-level: var(--color--text--inverted);
	@media screen and (min-width: 62rem) {
		background-color: transparent;
		border: none;
	}
}

.prototype-brand-header .ornl-nav .ornl-nav__primary {
	@media screen and (min-width: 62rem) {
		justify-content: flex-end;
		margin-top: 0;
	}
}

/* Generic page header overrides for super-header-background */
.ornl-components-super-header--page-generic-header {
    min-height: var(--ornl-generic-header-height, 400px);
}

.ornl-components-super-header--page-generic-header, .ornl-components-super-header--background-wrapper,
.ornl-components-super-header--bottom-gradient-overlay {
    min-height: inherit;
	padding: 0 !important;
}
