/* ============================================
   UNIVERSAL EMBED RESET
   ============================================ */

iframe,
.twitter-tweet,
.instagram-media,
.tiktok-embed,
.fb-post {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
    border: 0 !important;
    overflow: visible !important;
}

/* Remove Bootstrap ratio interference */
.ratio,
.embed-responsive,
.video-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

/* ============================================
   YOUTUBE
   ============================================ */

.post-content iframe[src*="youtube"],
.post-content iframe[src*="youtu.be"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    display: block !important;
    margin-bottom: 20px !important;
}

/* ============================================
   TWITTER
   ============================================ */

.twitter-tweet,
.twitter-tweet-rendered {
    min-height: 500px !important;
}

.twitter-tweet iframe,
.twitter-tweet-rendered iframe {
    min-height: 900px !important;
    height: auto !important;
    display: block !important;
}

/* ============================================
   INSTAGRAM — THE IMPORTANT FIX
   ============================================ */

.instagram-media {
    min-height: 600px !important;
    height: auto !important;
    overflow: visible !important;
    display: block !important;
}

.instagram-media iframe {
    min-height: 600px !important;
    height: auto !important;
    overflow: visible !important;
    display: block !important;
}

/* ============================================
   FACEBOOK
   ============================================ */

.fb_iframe_widget span {
    min-height: 450px !important;
    display: block !important;
}

/* ============================================
   MOBILE FIXES
   ============================================ */

@media (max-width: 768px) {

    .ratio,
    .embed-responsive,
    .video-container {
        padding-top: 0 !important;
        margin-top: 0 !important;
        height: auto !important;
    }

    .post-content iframe[src*="youtube"],
    .post-content iframe[src*="youtu.be"] {
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        min-height: 300px !important;
    }

    .twitter-tweet,
    .twitter-tweet-rendered {
        min-height: 450px !important;
    }

    .mt-3 {
        position: static !important;
        margin-top: 20px !important;
        z-index: 10 !important;
    }
}

/* ============================================
   EXTRA SMALL PHONES
   ============================================ */

@media (max-width: 480px) {

    .post-content iframe[src*="youtube"],
    .post-content iframe[src*="youtu.be"] {
        min-height: 280px !important;
    }

    .twitter-tweet,
    .twitter-tweet-rendered {
        min-height: 420px !important;
    }
}
