/**
 * @file
 * Visual styles for Showcase+'s sticky header.
 */
.onscroll.fixed-header-enabled--scroll-up.headroom--scroll-up .header.js-fixed,
.onscroll.fixed-header-enabled--scroll .header.js-fixed {
  -webkit-box-shadow: 0 2px 14px rgb(100 100 100 / 10%), 0 2px 2px rgb(100 100 100 / 10%);
  box-shadow: 0 2px 14px rgb(100 100 100 / 10%), 0 2px 2px rgb(100 100 100 / 10%);
}