/* Native hero controls: retain the approved frame and both copy alignments. */
.bwcet-hero__controls [data-hero-play] { min-inline-size: 7.25rem; }
.bwcet-hero--video .bwcet-hero__controls [data-hero-play] { min-inline-size: 12rem; }
.bwcet-hero__controls [data-hero-count] { min-inline-size: 3rem; justify-content: center; border-inline-start: 1px solid #ffffff40; margin-inline-start: .2rem; letter-spacing: .04em; }
/* A decorative inset line: no extra control, live announcement or layout space. */
.bwcet-hero--slideshow .bwcet-hero__control-set { position: relative; }
.bwcet-hero__progress { position: absolute; inset-inline: 1.25rem; inset-block-end: .2rem; block-size: 2px; overflow: hidden; border-radius: 1px; background: #ffffff24; pointer-events: none; }
.bwcet-hero__progress-fill { display: block; inline-size: 100%; block-size: 100%; background: var(--wp--custom--bwcet--accent-on-dark, var(--wp--preset--color--accent)); transform: scaleX(0); transform-origin: left center; }
[dir="rtl"] .bwcet-hero__progress-fill { transform-origin: right center; }
@media (prefers-reduced-motion: reduce) {
 .bwcet-hero__progress { display: none; }
}
html[data-bwcet-reduce-motion="true"] .bwcet-hero__progress { display: none; }
@media (prefers-reduced-motion: no-preference) {
 .bwcet-hero__controls button { transition: color .18s ease, background-color .18s ease; }
}
html[data-bwcet-reduce-motion="true"] .bwcet-hero__controls button { transition: none; }
