#cnb-banner {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 990px;
	width: calc(100% - 40px);
	background-color: #ffffff;
	color: #333333;
	padding: 16px 25px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	animation: slideUp 0.4s ease-out;
}

.cnb-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.cnb-text {
	flex: 1;
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}

.cnb-button {
	background-color: #d90429;
	color: #ffffff;
	border: none;
	padding: 10px 30px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.2s ease;
	white-space: nowrap;
	flex-shrink: 0;
}