/**
 * Custom Styles for Obox Ads
 */

/* General Styling for Obox Ads */
.oboxads {
    width: 100%;
}

.oboxads:not(.special_wrapper) {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* Section-based Styling */
[data-section="side"] {
    min-height: 750px;
}

[data-section="header"] {
    min-height: 300px;
}

[data-section="content"] {
    min-height: 215px;
}

[data-section="footer"] {
    min-height: 300px;
}

[data-section="special"] {
    min-height: 90px;
}

[data-section="instream"] {
    min-height: 360px;
}

body.home [data-section] {
    min-height: 0;
}

/* Specific Styling */
#illow-banner-widget {
    transition: none !important;
}

.mc-modal {
    animation-duration: 0ms !important;
}

.obox-instream {
    min-height: 415px;
}

/* Responsive Styling for Mobile Devices */
@media only screen and (max-width: 768px) {
    .oboxads[data-section="side"] {
        display: none !important;
    }


    [data-section="content"] {
        min-height: 720px;
    }

    .obox-instream {
        min-height: 280px;
    }

    [data-section="instream"] {
        min-height: 230px;
    }
}

/* Header Image Styling */
header .other_sites__single img {
    width: 200%;
}