.mobile-carousel-arrow[type="button"]{
  appearance:none;
  -webkit-appearance:none;
  margin:0;
  padding:0;
  border:0;
  font:inherit;
  cursor:pointer;
  touch-action:manipulation;
  transition:opacity .18s ease, transform .18s ease, color .18s ease;
}

.mobile-carousel-arrow[type="button"]:focus-visible{
  outline:3px solid rgba(46,48,148,.28);
  outline-offset:3px;
}

.mobile-carousel-arrow[type="button"]:active{
  transform:scale(.9);
}

.mobile-carousel-arrow[type="button"][disabled]{
  opacity:.28 !important;
  cursor:default;
}

.site-header.is-scrolled{
  box-shadow:0 10px 28px rgba(16,19,49,.11);
}

@media (max-width:700px){
  .mobile-carousel-arrows{
    pointer-events:none !important;
  }

  .mobile-carousel-arrow[type="button"]{
    pointer-events:auto !important;
  }
}

@media (prefers-reduced-motion:reduce){
  .mobile-carousel-arrow[type="button"]{
    transition:none;
  }
}
