/* Related movie and series cards: keep title and play icon centered in the purple overlay. */
.related-content-section .data-title {
    bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .25rem;
    min-height: 44px;
    margin: 0 !important;
    padding: .5rem .75rem !important;
    line-height: 1.2 !important;
}

.related-content-section .data-title .mdi {
    flex: 0 0 auto;
    line-height: 1;
}

/* The recommendation block must not visually touch or overlap the site footer. */
.related-content-section {
    margin-bottom: 3rem;
    padding-bottom: .5rem;
}

@media (max-width: 575.98px) {
    .related-content-section .data-title {
        min-height: 48px;
        padding: .45rem .5rem !important;
    }

    .related-content-section {
        margin-bottom: 2rem;
    }
}
