/**
 * GroupBrief Demo Preview — top banner.
 *
 * Uses GroupBrief's own palette custom properties so the banner
 * automatically matches the org's active theme. The button reuses
 * GroupBrief's .gb-button.gb-button-primary, so no button styling here.
 */
.gbdp-top-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	padding: 0.85rem 1.5rem;
	background: var(--gb-heading);
	color: var(--gb-on-heading);
	text-align: center;
}

.gbdp-top-banner-message {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.gbdp-top-banner-home-link {
	color: var(--gb-on-heading);
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.gbdp-top-banner-home-link:hover {
	text-decoration: underline;
}

.gbdp-top-banner-text {
	font-weight: 600;
}
