
/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 26 2026 | 19:02:50 */
.cc-nb-main-container {
	padding: 20px !important;
}

.cc-nb-title {
	font-size: 20px !important;
}

.cc-nb-text {
	font-size: 12px !important;
}

.cc-nb-okagree {
	background: #d13330 !important;
	border: 1px solid #d13330 !important;
}

.cc-nb-okagree:hover {
	background: #faf9f6 !important;
	color: #d13330 !important;
}

.cc-nb-reject {
	background: #930f0c !important;
	border: 1px solid #930f0c !important;
}

.cc-nb-reject:hover {
	background: #faf9f6 !important;
	color: #930f0c !important;
}
