.wc-ccb {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	font-family: inherit;
}

.wc-ccb,
.wc-ccb * {
	box-sizing: border-box;
}

.wc-ccb-align-left {
	justify-content: flex-start;
}

.wc-ccb-align-center {
	justify-content: center;
}

.wc-ccb-align-right {
	justify-content: flex-end;
}

.wc-ccb-align-full {
	justify-content: stretch;
}

.wc-ccb-button {
	display: inline-flex !important;
	align-items: center !important;
	gap: 14px;
	margin: 0 !important;
	padding: 12px 24px;
	overflow: hidden;
	border: 2px solid transparent !important;
	border-radius: 999px !important;
	background: var(--wc-ccb-color, #858386) !important;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18) !important;
	box-shadow: 0 16px 32px color-mix(in srgb, var(--wc-ccb-color, #858386) 32%, transparent) !important;
	color: var(--wc-ccb-text, #ffffff) !important;
	font-family: inherit !important;
	font-size: 15px;
	font-style: normal !important;
	font-weight: 900 !important;
	letter-spacing: 0.02em !important;
	line-height: 1.2 !important;
	text-align: left !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	white-space: normal !important;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.wc-ccb-button::before,
.wc-ccb-button::after {
	display: none !important;
	content: none !important;
}

.wc-ccb-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 20px 38px rgba(15, 23, 42, 0.24) !important;
	box-shadow: 0 20px 38px color-mix(in srgb, var(--wc-ccb-color, #858386) 40%, transparent) !important;
	color: var(--wc-ccb-text, #ffffff) !important;
}

.wc-ccb-button:active {
	transform: translateY(0);
}

.wc-ccb-button:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--wc-ccb-color, #858386) 60%, transparent) !important;
	outline-offset: 3px;
}

.wc-ccb-mark {
	position: relative;
	display: block;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.18);
	background: color-mix(in srgb, var(--wc-ccb-text, #ffffff) 18%, transparent);
	color: inherit;
}

.wc-ccb-mark svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%);
}

.wc-ccb-lines {
	display: grid;
	flex: 1 1 auto;
	gap: 3px;
	min-width: 0;
	color: inherit;
}

.wc-ccb-lines strong,
.wc-ccb-lines small {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
	font-family: inherit !important;
	font-style: normal !important;
	line-height: inherit !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	overflow-wrap: anywhere;
}

.wc-ccb-lines strong {
	font-size: inherit !important;
	font-weight: 900 !important;
	letter-spacing: 0.02em !important;
	line-height: 1.2 !important;
}

.wc-ccb-lines small {
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em !important;
	line-height: 1.2 !important;
	opacity: 0.78;
}

.wc-ccb-arrow {
	display: block;
	flex: 0 0 auto;
	margin-left: auto;
	padding-left: 2px;
	color: inherit;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	opacity: 0.8;
	transition: transform 180ms ease;
}

.wc-ccb-button:hover .wc-ccb-arrow {
	transform: translateX(3px);
}

.wc-ccb-notice {
	padding: 10px 12px;
	border-left: 4px solid #d63638;
	background: #fff;
	color: #1d2327;
}
