/* Fix for Promotional Video Text UI */
.video-thumbnail p {
    margin-top: 15px !important;
    /* Gap video se text ka */
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    /* Center align for better UI */
    padding: 0 10px !important;
    font-family: Inter, Roboto, sans-serif !important;
}