/**
 * Hero gallery — mobile snap scroller polish (paired with part-hero-gallery.php).
 *
 * @package NewTechPrice
 */

.ntp-hero-gallery__scroller {
	scrollbar-color: rgb(148 163 184 / 0.65) transparent;
}

.ntp-hero-gallery__scroller::-webkit-scrollbar {
	height: 6px;
}

.ntp-hero-gallery__scroller::-webkit-scrollbar-thumb {
	border-radius: 9999px;
	background: rgb(148 163 184 / 0.55);
}

[data-theme="dark"] .ntp-hero-gallery__scroller {
	scrollbar-color: rgb(71 85 105 / 0.85) transparent;
}

[data-theme="dark"] .ntp-hero-gallery__scroller::-webkit-scrollbar-thumb {
	background: rgb(71 85 105 / 0.85);
}
