/**
 * seocon single ads text class CSS.
 * Main CSS file for the custom seocon single ads text widget
 * The widget will display the selected small or high ad, when it has text content
 *
 **/
 
.seocon-elementor-ad_wide_image{
    position: relative;
    overflow:hidden;
}
.seocon-elementor-ad_wide_image a,
.seocon-elementor-ad_wide_image a:hover{
    line-height:0;
    display: block; 
}
.seocon-elementor-ad_wide_image img{
    transition:transform .6s linear;
}
.seocon-elementor-ad_wide_image a:hover img{
    transform:scale(1.1) translateZ(0);
}
.seocon-elementor-ad_wide_is-ad{
    position:absolute;
    bottom:0;
    left:0;
    padding:4px 11px;
    background-color:var(--e-global-color-text);
    font-size:12px;
    text-transform: uppercase;
    line-height:14px;
    color:var(--e-global-color-da46bc8);
}
.elementor-widget-wrap:has(.seocon-elementor-ad_wide_image.header-ad){
    padding: 0!important;
}