/* 2.11.3: sage-green progress within the existing artwork indicators. */
[data-hero-carousel] .hero-carousel__dot::after {
    background:#4d8062; box-shadow:none; transition:none;
}
[data-hero-carousel] .hero-carousel__dot.is-active::before {
    background:rgba(77,128,98,.22);
}
