/*
 * Hero slideshow navigation — remotesensors.it child theme.
 *
 * Scope: only the [hero-slideshow] shortcode rendered with style-default, i.e.
 * the `.hero-slideshow.hero-style-default` section emitted by
 * platform/themes/amerce/partials/shortcodes/hero-slideshow/index.blade.php.
 * Nothing outside that section is affected.
 *
 * Stage H.1: the prev/next arrows are no longer rendered by the child
 * style-default.blade.php override, so the former scoped arrow-positioning
 * rules (.tf-sw-nav-2 / .nav-prev-swiper / .nav-next-swiper) were removed.
 *
 * Pagination now uses the stock Amerce "line" indicator:
 * `<div class="sw-line-default tf-sw-pagination"></div>`, wired by
 * assets/js/carousel.js and styled/positioned by the parent theme
 * (_slider.scss: `.tf-slideshow .sw-line-default` -> bottom: 28px,
 * bottom: 15px below the md breakpoint). No custom rules are added unless a
 * targeted adjustment proves necessary.
 *
 * The file is intentionally left registered in config.php and kept as the
 * scoped place for any future hero-slideshow navigation overrides.
 *
 * Plain CSS on purpose: no SCSS/Vite build step is required for this theme.
 */
