

.rb-fx-touch [data-fx~='spotlight'].rb-touch-lit::before {
  opacity: 0.85;
}

.rb-fx-touch [data-fx~='border-glow'].rb-touch-lit::after {
  opacity: 0.9;
}

.rb-fx-touch [data-fx~='glare'].rb-touch-glare::before {
  background-position: 100% 100%;
}

.rb-fx-touch [data-fx~='marquee'] .rb-track {
  animation-duration: calc(var(--rb-marquee-dur, 28s) * 1.35);
}

.rb-fx-touch [data-fx~='tilt'] {
  transition: none;
}

.rb-fx-touch [data-fx~='sheen']::after {
  --rb-sheen-op: 0.34;
}
