/* ==============================================
   IRE News - Overrides & Fixes
   Developed by IRE MEDIATECH HUB
   ============================================== */

/* WP Blocks */
.wp-block-image { margin: 1.5rem 0; }
.wp-block-image img { border-radius: var(--radius-lg); }
.wp-block-quote { border-left: 4px solid var(--color-primary); padding: 18px 22px; margin: 1.5rem 0; background: var(--color-bg-alt); }
.wp-block-button__link { background: var(--color-primary) !important; border-radius: var(--radius) !important; }
.wp-block-embed__wrapper { max-width: 100%; overflow: hidden; }

/* ==============================================
   MOBILE FIXES
   ============================================== */
@media (max-width: 768px) {

    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
    }

    /* --- Trending fix --- */
    .trending .container { overflow: hidden; }
    .trending__list { overflow-x: auto !important; overflow-y: hidden; max-width: 100%; }

    /* --- Safety --- */
    iframe, embed, video { max-width: 100% !important; }
    table { display: block; overflow-x: auto; max-width: 100%; }
}