/* Campaign navigation: three bars, matching the supplied reference. */
.ekh-hero-controls{left:50%;transform:translateX(-50%);bottom:15px;gap:10px}
.ekh-hero-dots{gap:10px}
.ekh-hero-dots button{position:relative;width:74px;min-width:44px;font-size:0;border:0;opacity:1;background:transparent}
.ekh-hero-dots button:after{content:"";position:absolute;left:0;right:0;top:18px;height:4px;background:rgba(255,255,255,.4)}
.ekh-hero-dots button[aria-current="true"]:after{background:#fff}
.ekh-hero-controls>[data-direction]{background:transparent;border-color:transparent;min-width:32px}
.ekh-hero-controls .ekh-hero-pause{background:transparent;border-color:rgba(255,255,255,.45)}
@media(max-width:767px){.ekh-hero-controls{left:50%;bottom:16px}.ekh-hero-dots button{width:48px}.ekh-hero-controls{gap:4px}.ekh-hero-dots{gap:6px}}
