/* =========================================
   FIX GAMBAR ARTIKEL TERPOTONG (TK DINAMIKA)
   ========================================= */

/* OVERRIDE CSS DARI stikom.css */
.content_media,
.content_media_headline,
.vc_column-inner,
.wpb_wrapper {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* MATIKAN OVERFLOW CLIP (INI KUNCI) */
.content_media,
.content_media_headline {
    overflow-y: visible !important;
    overflow-x: visible !important;
    overflow-clip-margin: unset !important;
}

/* PAKSA IMG FULL */
img.gambar-detail {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    display: block !important;
    line-height: normal !important;
}
