/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* === FIX CLS IKLAN HOMEPAGE JNEWS === */

/* Leaderboard / Banner Atas */
.jeg_ad_top,
.jeg_ad_top iframe {
    min-height: 0px;
}

/* Iklan di bawah headline */
.jeg_ad_content,
.jeg_ad_content iframe {
    min-height: 250px;
}

/* Iklan sidebar */
.jeg_ad_sidebar,
.jeg_ad_sidebar iframe {
    min-height: 250px;
}

/* Mobile in-feed ads */
@media (max-width: 768px) {
    .jeg_ad_top,
    .jeg_ad_content,
    .jeg_ad_content iframe {
        min-height: 100px;
    }
}

/* === FIX CLS IKLAN ARTIKEL JNEWS === */

/* Iklan di dalam konten */
.jeg_ad_content,
.jeg_ad_content iframe,
.jeg_ad_mid,
.jeg_ad_mid iframe {
    min-height: 250px;
}

/* Iklan tepat setelah paragraf */
.jeg_ad_inarticle,
.jeg_ad_inarticle iframe {
    min-height: 250px;
}

/* Sidebar */
.jeg_ad_sidebar,
.jeg_ad_sidebar iframe {
    min-height: 250px;
}

/* Mobile */
@media (max-width: 768px) {
    .jeg_ad_content,
    .jeg_ad_mid,
    .jeg_ad_inarticle {
        min-height: 120px;
    }
}

/* YouTube ratio lock */
.wp-block-embed-youtube,
.wp-embed-aspect-16-9 {
    aspect-ratio: 16 / 9;
    height: auto;
}

/* Social embeds */
.wp-block-embed-instagram,
.wp-block-embed-twitter {
    min-height: 450px;
}

.jeg_post_content img {
    height: auto;
    max-width: 100%;
}



.jeg_ad_top:empty,
.jeg_ad_content:empty,
.jeg_ad_sidebar:empty {
    background: #f3f3f3;
}
