.slinkor-mobile-carousel-nav {
	display: none;
}

@media (max-width: 767px) {
	.slinkor-mobile-carousel-host {
		position: relative;
	}

	.slinkor-mobile-carousel-nav {
		position: absolute;
		z-index: 4;
		width: 36px;
		height: 36px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #111111;
		background: rgba(255, 255, 255, 0.96);
		border: 1px solid rgba(223, 228, 232, 0.96);
		border-radius: 50%;
		box-shadow:
			0 5px 16px rgba(20, 27, 35, 0.12),
			0 1px 3px rgba(20, 27, 35, 0.06);
		transform: translateY(-50%);
		cursor: pointer;
		transition:
			opacity 0.2s ease,
			transform 0.2s ease,
			box-shadow 0.2s ease;
		-webkit-tap-highlight-color: transparent;
	}

	.slinkor-mobile-carousel-nav svg {
		width: 16px;
		height: 16px;
		fill: none;
		stroke: currentColor;
		stroke-width: 2.1;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.slinkor-mobile-carousel-nav:active {
		transform: translateY(-50%) scale(0.96);
	}

	.slinkor-mobile-carousel-nav[disabled] {
		opacity: 0;
		pointer-events: none;
	}
}
