.ccp-dashboard .ccp-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1em;
}

.ccp-table th,
.ccp-table td {
	text-align: left;
	padding: 0.6em 0.8em;
	border-bottom: 1px solid #ddd;
}

.ccp-status {
	display: inline-block;
	padding: 0.15em 0.6em;
	border-radius: 3px;
	font-size: 0.85em;
	text-transform: uppercase;
}

.ccp-status-pending {
	background: #fff3cd;
	color: #664d03;
}

.ccp-status-signed {
	background: #d1e7dd;
	color: #0f5132;
}

.ccp-btn {
	display: inline-block;
	padding: 0.5em 1em;
	background: #2271b1;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.ccp-btn:disabled {
	background: #a7c6e0;
	cursor: not-allowed;
}

.ccp-btn-secondary {
	background: #6c757d;
}

.ccp-pdf-frame {
	width: 100%;
	height: 70vh;
	border: 1px solid #ccc;
	margin: 1em 0;
}

#ccp-signature-pad {
	border: 1px solid #999;
	touch-action: none;
	background: #fff;
}

.ccp-agree {
	display: block;
	margin: 1em 0;
}

.ccp-signed-notice {
	padding: 0.8em;
	background: #d1e7dd;
	color: #0f5132;
	border-radius: 3px;
}
