.ctb-root {
	width: 100%;
}

.ctb-bar {
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.4;
}

.ctb-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	padding: 10px 44px;
	position: relative;
	text-align: center;
}

.ctb-text a {
	color: inherit;
	text-decoration: underline;
}

.ctb-btn {
	display: inline-block;
	padding: 6px 16px;
	border-radius: 4px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.ctb-close {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY( -50% );
	background: transparent;
	border: 0;
	color: inherit;
	font-size: 22px;
	line-height: 1;
	padding: 4px 8px;
	cursor: pointer;
	opacity: 0.7;
}

.ctb-close:hover {
	opacity: 1;
}

@media ( max-width: 600px ) {
	.ctb-inner {
		font-size: 14px;
		padding: 10px 40px;
	}
}
