.gor-ad-slot{
  width:100%;
  margin:28px auto;
}

.gor-ad-shell{
  position:relative;
  width:100%;
  overflow:hidden;
  border:1px solid rgba(18,39,70,.08);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(10,31,68,.045);
  padding:16px;
}

.gor-ad-label{
  margin:0 0 10px;
  color:#8493a4;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  line-height:1;
  text-transform:uppercase;
}

.gor-ad-item{
  width:100%;
  min-width:0;
  text-align:center;
}

.gor-ad-item iframe,
.gor-ad-item ins,
.gor-ad-item img{
  max-width:100% !important;
}

.gor-ad-item img{
  display:block;
  width:auto;
  height:auto;
  max-height:280px;
  margin:0 auto;
  object-fit:contain;
}

.gor-ad-item .adsbygoogle{
  display:block;
  width:100%;
  min-height:90px;
}

.gor-ad-text{
  max-width:760px;
  margin:0 auto;
  text-align:left;
}

.gor-ad-text strong{
  display:block;
  color:var(--gor-text);
  font-size:1rem;
}

.gor-ad-text p{
  margin:.3rem 0 .55rem;
  color:var(--gor-text-soft);
  font-weight:500;
}

.gor-ad-placeholder{
  display:grid;
  place-items:center;
  min-height:96px;
  border:1px dashed #d7e0e9;
  border-radius:14px;
  background:#fafbfd;
  color:#8795a5;
  text-align:center;
}

.gor-ad-placeholder strong,
.gor-ad-placeholder span{
  display:block;
}

.gor-ad-slot-home-infeed,
.gor-ad-slot-home-bottom{
  max-width:1080px;
}

.gor-ad-slot-home-infeed .gor-ad-shell,
.gor-ad-slot-home-bottom .gor-ad-shell{
  min-height:122px;
}

.gor-ad-slot-home-sidebar{
  margin-top:18px;
}

.gor-ad-slot-home-sidebar .gor-ad-shell{
  padding:12px;
  border-radius:16px;
}

@media (max-width:767px){
  .gor-ad-slot{
    margin:22px auto;
  }

  .gor-ad-shell{
    padding:12px;
    border-radius:14px;
  }

  .gor-ad-item .adsbygoogle{
    min-height:72px;
  }

  .gor-ad-slot-home-infeed .gor-ad-shell,
  .gor-ad-slot-home-bottom .gor-ad-shell{
    min-height:98px;
  }
}
