/* Keep the related-products heading within its own row so it cannot cover
   review media links and intercept real pointer clicks. */
.also-purchased-products-grid > .title {
    display: table !important;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}
