.nhvc-scm-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	background: #1b1b1b;
	color: #fff;
	padding: 1rem;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
}

.nhvc-scm-banner[hidden] {
	display: none;
}

.nhvc-scm-banner__content {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.nhvc-scm-banner__message {
	margin: 0;
	flex: 1 1 320px;
	font-size: 0.9rem;
	line-height: 1.5;
}

.nhvc-scm-banner__message a {
	color: #9ecbff;
	text-decoration: underline;
}

.nhvc-scm-banner__actions {
	display: flex;
	gap: 0.5rem;
	flex-shrink: 0;
}

.nhvc-scm-banner__actions button {
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 0.5rem 1.25rem;
	font-size: 0.9rem;
}

.nhvc-scm-banner__accept {
	background: #2271b1;
	color: #fff;
}

.nhvc-scm-banner__reject {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.nhvc-scm-reopen-link {
	background: none;
	border: none;
	padding: 0;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
	font: inherit;
}
