:root {
	--cc-btn-primary-bg: #ff6603;
	--cc-btn-primary-hover-bg: #ff6603;
	--cc-overlay-bg: #000000;
	--cc-overlay-opacity: 0.95;
}

.cc_div {
	
	.cc-link {
		font-size: 1em;
		line-height: 1.5em;
		vertical-align: baseline;
		min-height: 0;
		padding: 0;
		border-bottom: none;
		background: transparent;
		font-weight: normal;
		text-decoration: underline;
		text-transform: none;
		
		&:hover {
			background: transparent;
			text-decoration: underline;
		}
	}

	.p {
		font-weight: inherit;
	}
}