.sbs-cn-root {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999998;
	pointer-events: none;
}

.sbs-cn-bar {
	pointer-events: auto;
	margin: 0 auto max(12px, env(safe-area-inset-bottom, 12px)) auto;
	max-width: min(720px, calc(100% - 24px));
	padding: 14px 16px;
	background: rgba(26, 26, 46, 0.96);
	color: #e8e8ec;
	border-radius: 14px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
	font-size: 0.9rem;
	line-height: 1.45;
}

.sbs-cn-bar__inner {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (min-width: 600px) {
	.sbs-cn-bar__inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
	}
}

.sbs-cn-bar__text {
	margin: 0;
	flex: 1;
	min-width: 0;
}

.sbs-cn-bar__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.sbs-cn-link {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.sbs-cn-link:hover {
	color: #fff;
	opacity: 0.9;
}

.sbs-cn-btn {
	cursor: pointer;
	border: 0;
	border-radius: 10px;
	padding: 10px 16px;
	font-weight: 700;
	font-size: 0.875rem;
	font-family: inherit;
}

.sbs-cn-btn--primary {
	background: var(--wp--preset--color--brand-red, #e53935);
	color: #fff;
}

.sbs-cn-btn--primary:hover {
	filter: brightness(1.05);
}

.sbs-cn-btn--primary:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}
