/* Forelephant AdSense Lazy Ads V1 */

.fe-ad-wrap{
  width:100%;
  max-width:100%;
  margin:28px auto;
  clear:both;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  direction:ltr;
}

.fe-ad-box{
  width:100%;
  max-width:100%;
  min-height:90px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.fe-ad-box::before{
  content:"إعلان";
  position:absolute;
  top:7px;
  right:10px;
  z-index:1;
  font-size:10px;
  line-height:1;
  color:rgba(148,163,184,.72);
  font-weight:800;
  direction:rtl;
}

.fe-ad-wrap.is-loading .fe-ad-box::after{
  content:"";
  width:28px;
  height:28px;
  border-radius:50%;
  border:3px solid rgba(212,175,55,.20);
  border-top-color:#d4af37;
  animation:feAdSpin .85s linear infinite;
}

@keyframes feAdSpin{
  to{transform:rotate(360deg)}
}

.fe-ad-wrap.is-empty,
.fe-ad-wrap.is-hidden{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

.fe-ad-wrap ins.adsbygoogle{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
}

/* Header billboard */
.fe-ad-header .fe-ad-box{
  max-width:970px;
  min-height:250px;
}

/* After hero / top content */
.fe-ad-after-hero .fe-ad-box{
  max-width:970px;
  min-height:250px;
}

/* Article top */
.fe-ad-single-top .fe-ad-box{
  max-width:728px;
  min-height:90px;
}

/* Article middle */
.fe-ad-single-middle .fe-ad-box{
  max-width:728px;
  min-height:280px;
}

/* Article bottom */
.fe-ad-single-bottom .fe-ad-box{
  max-width:728px;
  min-height:90px;
}

/* Archive grid */
.fe-ad-archive .fe-ad-box{
  max-width:728px;
  min-height:90px;
}

/* Sitemap / pages */
.fe-ad-page .fe-ad-box{
  max-width:728px;
  min-height:90px;
}

/* Mobile sizes */
@media(max-width:768px){
  .fe-ad-wrap{
    margin:20px auto;
  }

  .fe-ad-header .fe-ad-box,
  .fe-ad-after-hero .fe-ad-box,
  .fe-ad-single-top .fe-ad-box,
  .fe-ad-single-bottom .fe-ad-box,
  .fe-ad-archive .fe-ad-box,
  .fe-ad-page .fe-ad-box{
    max-width:336px;
    min-height:100px;
  }

  .fe-ad-single-middle .fe-ad-box{
    max-width:336px;
    min-height:280px;
  }
}

@media(max-width:380px){
  .fe-ad-header .fe-ad-box,
  .fe-ad-after-hero .fe-ad-box,
  .fe-ad-single-top .fe-ad-box,
  .fe-ad-single-bottom .fe-ad-box,
  .fe-ad-archive .fe-ad-box,
  .fe-ad-page .fe-ad-box{
    max-width:320px;
    min-height:100px;
  }

  .fe-ad-single-middle .fe-ad-box{
    max-width:320px;
    min-height:250px;
  }
}
