.scenario-rv-shopping-guide .tab-content-container tr td:first-child {
  position: relative;
}
.scenario-rv-shopping-guide .tab-content-container.sticky-shadow tr td:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  width: 12px;
  bottom: -1px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: inset 12px 0 10px -10px rgba(0, 0, 0, 0.15);
  touch-action: none;
  pointer-events: none;
}
.scenario-rv-shopping-guide .tab-mobile-item.active {
  border-bottom: 2px solid white;
  color: white;
}
