/* VexaCourse Global Overrides - Point 4 */

/* Remove background effects on organization and course listing pages */
.organizations-lists-hero__mask,
.organizations-lists-hero,
.organization-card__mask,
.courses-lists-hero__mask,
.courses-lists-hero {
    display: none !important;
}

/* Clean transparent backgrounds for organization cards */
.organization-card {
    background: transparent !important;
}

/* Remove "View Profile" section text - already handled by translations */

/* Video display fix - larger videos */
.course-content-video video,
.course-content-video iframe,
.video-player video,
.video-player iframe,
.profile-video-card video,
.learning-page__content video,
.learning-page__content iframe {
    width: 100% !important;
    min-height: 480px !important;
    max-height: 80vh;
    object-fit: contain;
}

/* Video autoplay styles */
video[data-autoplay] {
    cursor: pointer;
}

