.chapchap-cross-banner {
	margin: 0 0 18px;
	padding: 14px 18px;
	background: #f3f7f5;
	border: 1px solid #d6e5df;
	border-left: 4px solid #0f2e2e;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}
.chapchap-cross-banner .ccb-text {
	font-size: 14px;
	color: #1d2327;
}
.chapchap-cross-banner .ccb-link {
	display: inline-block;
	font-weight: 700;
	color: #0f2e2e;
	text-decoration: none;
	white-space: nowrap;
}
.chapchap-cross-strip {
	margin: 0 0 18px;
	padding: 12px 16px;
	background: #f3f7f5;
	border: 1px solid #d6e5df;
	border-radius: 6px;
}
.chapchap-cross-strip .ccs-heading {
	font-size: 13px;
	font-weight: 700;
	color: #0f2e2e;
	margin: 0 0 8px;
}
.chapchap-cross-strip .ccs-items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.chapchap-cross-strip .ccs-item {
	display: inline-block;
	padding: 5px 12px;
	background: #fff;
	border: 1px solid #d6e5df;
	border-radius: 14px;
	font-size: 12px;
	font-weight: 600;
	color: #1d2327;
	text-decoration: none;
}
.chapchap-cross-strip .ccs-item:hover {
	background: #0f2e2e;
	color: #fff;
	border-color: #0f2e2e;
}
