/* Opt-in media styling for the car-vacuum editorial product story. */
.tap-auto-story .tap-story-feature figure video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0;
  border-radius: 12px;
  background: #fff;
}
.tap-auto-story .tap-story-nav > br {
  display: none;
}
.tap-auto-story .tap-auto-motion-toggle {
  appearance: none;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 4px 0 0;
  padding: 6px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--story-muted, #59635b);
  font: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.tap-auto-story .tap-auto-motion-toggle:hover {
  background: transparent;
  color: var(--story-ink, #203c32);
}
.tap-auto-story .tap-auto-motion-toggle:focus-visible {
  outline: 2px solid var(--story-ink, #203c32);
  outline-offset: 4px;
  border-radius: 2px;
}
.tap-auto-story .tap-auto-video-status {
  margin: 0 0 10px;
  color: var(--story-muted, #59635b);
  font-size: 12px;
  line-height: 1.6;
}
.tap-auto-story .tap-auto-video-status[hidden] {
  display: none;
}
