/* Scoped to the 15585 editorial description. */
.tap-bissell-story { background:#fff; }
.tap-bissell-motion { position:relative; background:#fff; border:1px solid #dce2dc; border-radius:12px; overflow:hidden; }
.tap-bissell-motion video { display:block; width:100%; height:auto; margin:0; background:#fff; }
.tap-bissell-motion button { position:absolute; bottom:12px; right:12px; min-height:44px; padding:10px 14px; border:1px solid #dce2dc; border-radius:6px; background:#fff; color:#203c32; font:500 12px/1.3 var(--tap-sans,Arial,sans-serif); cursor:pointer; }
.tap-bissell-motion button:hover { border-color:#203c32; }
.tap-bissell-motion button:focus-visible { outline:2px solid #203c32; outline-offset:-4px; }
.tap-bissell-motion button[hidden] { display:none; }
@media(max-width:800px) { .tap-bissell-motion button { bottom:8px; right:8px; } }
