.qdc-public-disclosure {
	box-sizing: border-box;
	width: 100%;
	padding: 0.75rem 1rem;
	background: #102f5e;
	color: #ffffff;
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.qdc-public-disclosure span {
	display: inline-block;
	max-width: 72rem;
}

@media print {
	.qdc-public-disclosure {
		border-top: 1px solid #000000;
		background: transparent;
		color: #000000;
	}
}
