/* Final layout spacing corrections for the WatchVIM redesign. */

/* Keep the floating related-title shelf visually elevated without pulling it
   upward over the comments or title-information section. */
body.wv-route-watch .wv-more-like-this-float {
  margin: 36px auto 54px !important;
  top: auto !important;
  transform: none !important;
  clear: both;
  z-index: 4 !important;
}

@media (max-width: 900px) {
  body.wv-route-watch .wv-more-like-this-float {
    margin: 24px auto 34px !important;
  }
}
