.cb-dea23067-wrapper {
	width: 100%;
	padding: 8px 10px;
	box-sizing: border-box;
	z-index: 999999;
}

.cb-dea23067-is-sticky {
	position: fixed;
	top: 0;
	left: 0;
    right: 0;
}

.cb-dea23067-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

.cb-dea23067-text {
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 0.5px;
}

.cb-dea23067-timer {
	display: flex;
	align-items: center;
	gap: 4px;
}

.cb-dea23067-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 32px;
}

.cb-dea23067-number {
	font-weight: 800;
	font-size: 22px;
	line-height: 1;
    font-family: sans-serif;
}

.cb-dea23067-label {
	font-size: 9px;
	text-transform: lowercase;
	margin-top: 2px;
    font-family: sans-serif;
    letter-spacing: 0.5px;
}

.cb-dea23067-separator {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
    align-self: flex-start;
    margin-top: 2px;
}

@media (max-width: 768px) {
	.cb-dea23067-inner {
		flex-direction: row;
		gap: 8px;
        justify-content: center;
	}
    .cb-dea23067-text {
        font-size: 14px;
    }
	.cb-dea23067-number {
		font-size: 18px;
	}
	.cb-dea23067-separator {
		font-size: 14px;
	}
    .cb-dea23067-label {
        font-size: 8px;
    }
}