/**
 * Tweer Timeline — brand overrides.
 *
 * The reused slick-slider-style.css ships with a green (#87B026) active state.
 * Nummek Trade's brand accent is orange (#e35727, from the theme), so we recolour
 * the Design-2 active step here, keeping the vendor stylesheet untouched.
 */

/* Active step label */
.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current {
	color: #e35727;
}

/* Active step dot */
.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
	border-color: #e35727;
	background: #e35727;
}

/* Hover dot */
.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button {
	background: #e35727;
}
