/**
 * BookStack Page – Page-specific Styles
 * /css/bookstack.css
 */

/* Sponsor notice banner */
.sponsor-notice {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	justify-content: center;
	margin: 0;
	padding: 0.85rem 1.5rem;
	background: linear-gradient(90deg, #a50065 0%, #7a004c 100%);
	color: #fff;
	text-align: center;
}

.sponsor-notice p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.4;
}

.sponsor-notice strong {
	font-weight: 700;
}
