
	.admiral-slider.svelte-1hrotn9 {
		-webkit-appearance: none;
		appearance: none;
		background: rgba(255, 255, 255, 0.08);
		outline: none;
	}
	.admiral-slider.svelte-1hrotn9::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #2156e9;
		cursor: pointer;
		box-shadow: 0 0 0 4px rgba(33, 86, 233, 0.2);
		transition: box-shadow 200ms ease;
	}
	.admiral-slider.svelte-1hrotn9::-webkit-slider-thumb:hover {
		box-shadow: 0 0 0 8px rgba(33, 86, 233, 0.25);
	}
	.admiral-slider.svelte-1hrotn9::-moz-range-thumb {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #2156e9;
		cursor: pointer;
		border: none;
		box-shadow: 0 0 0 4px rgba(33, 86, 233, 0.2);
	}
