/* Massarius publisher CSS styles */

/* desktop */
@media (min-width: 769px) {

    #div-gpt-ad-dutchnews_ros_header,
    #div-gpt-ad-dutchnews_ros_middle4,
    #div-gpt-ad-dutchnews_ros_middle3 {
        min-height: 270px;
    }

    #div-gpt-ad-dutchnews_ros_mpu,
    #div-gpt-ad-dutchnews_ros_middle1,
    #div-gpt-ad-dutchnews_ros_middle2,
    #div-gpt-ad-dutchnews_ros_mpuv2,
    #div-gpt-ad-dutchnews_ros_inarticle,
    #div-gpt-ad-dutchnews_ros_incontent {
        min-height: 300px;
    }

    #div-gpt-ad-dutchnews_ros_native {
        min-height: 320px;
    }

    #div-gpt-ad-dutchnews_ros_rectangle {
        min-height: 620px;
    }

    div#aniBox {
        min-width: 444px;
    }
}

/* phone */
@media (max-width: 768px) {

    #div-gpt-ad-dutchnews_ros_header-m {
        min-height: 120px;
    }

    #div-gpt-ad-dutchnews_ros_inarticle-m {
        min-height: 300px;
    }

    #div-gpt-ad-dutchnews_ros_incontent-m {
        min-height: 520px;
    }

    #div-gpt-ad-dutchnews_ros_middle4-m,
    #div-gpt-ad-dutchnews_ros_middle3-m {
        min-height: 270px;
    }

    #div-gpt-ad-dutchnews_ros_mpu-m,
    #div-gpt-ad-dutchnews_ros_middle1-m,
    #div-gpt-ad-dutchnews_ros_middle2-m,
    #div-gpt-ad-dutchnews_ros_mpuv2-m,
    #div-gpt-ad-dutchnews_ros_middle4-m,
    #div-gpt-ad-dutchnews_ros_middle3-m,
    #div-gpt-ad-dutchnews_ros_rectangle-m {
        min-height: 420px;
    }

    #div-gpt-ad-dutchnews_ros_native-m {
        min-height: 620px;
    }

    div#aniBox {
        min-width: 300px;
    }
}

div[data-tagname|="ROS_Native"] {
    display: block !important;
}

div#app aside.sidebar>div.ad-container:last-child {
    position: sticky;
    top: 0px;
}

/* rec widget styling */

#msrc-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
}

#msrc-container {
    background-color: rgb(237, 242, 247) !important;
}

.msrc-article-card {
    background-color: white !important;
}

h4.msrc-article-title {
    margin-bottom: 0;
}