.marqueblanche-home-slider__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 0.8rem;
}

.marqueblanche-home-slider__button,
.marqueblanche-home-slider__dot {
	border: 1px solid color-mix(in srgb, var(--marqueblanche-theme-text) 14%, transparent);
	background: color-mix(in srgb, var(--marqueblanche-theme-bg) 94%, transparent);
	color: var(--marqueblanche-theme-text);
	cursor: pointer;
	box-shadow: 0 8px 18px color-mix(in srgb, var(--marqueblanche-theme-text) 8%, transparent);
}

.marqueblanche-home-slider__button {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1;
}

.marqueblanche-home-slider__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 42px;
	padding: 0 0.25rem;
}

.marqueblanche-home-slider__dot {
	width: 11px;
	height: 11px;
	padding: 0;
	border-radius: 999px;
	transition: width 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.marqueblanche-home-slider__dot.is-active {
	width: 28px;
	background: var(--marqueblanche-theme-accent);
	border-color: var(--marqueblanche-theme-accent);
}

.marqueblanche-home-slider__button:focus-visible,
.marqueblanche-home-slider__dot:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--marqueblanche-theme-warm) 42%, transparent);
	outline-offset: 3px;
}
