.gqep-ads-v4-bridge{
  display:grid;
  gap:12px;
  max-width:920px;
  margin:20px auto;
  padding:0 16px;
  box-sizing:border-box;
}

.gqep-ads-v4-slot{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  max-width:min(100%,920px);
  min-height:var(--gqep-ads-v4-reserved-height, 90px);
  margin-inline:auto;
  border:1px dashed rgba(19,94,68,.35);
  border-radius:16px;
  background:rgba(237,245,239,.72);
  color:#135e44;
  text-align:center;
  overflow:visible;
  box-sizing:border-box;
  contain:layout;
  transition:min-height .18s ease;
}

.gqep-ads-v4-slot *,
.gqep-ads-v4-slot *::before,
.gqep-ads-v4-slot *::after{
  box-sizing:border-box;
}

.gqep-ads-v4-slot.is-empty{
  opacity:.72;
}

.gqep-ads-v4-slot.is-rendering{
  align-items:center;
}

.gqep-ads-v4-label{
  font-size:12px;
  font-weight:700;
  letter-spacing:.02em;
}

.gqep-ads-v4-rendered{
  display:grid;
  gap:4px;
  font-size:12px;
  line-height:1.4;
}

.gqep-ads-v4-html,
.gqep-ads-v4-fallback{
  width:100%;
  max-width:100%;
  overflow:visible;
}

.gqep-ads-v4-html img,
.gqep-ads-v4-html video,
.gqep-ads-v4-fallback img,
.gqep-ads-v4-fallback video{
  max-width:100%;
  height:auto;
}

.gqep-ads-v4-slot iframe,
.gqep-ads-v4-slot object,
.gqep-ads-v4-slot embed{
  max-width:100%;
}

.gqep-ads-v4-slot ins.adsbygoogle{
  display:block!important;
  max-width:100%!important;
  margin-inline:auto!important;
}

@media (max-width:640px){
  .gqep-ads-v4-bridge{
    max-width:100%;
    margin:16px auto;
    padding:0 10px;
  }

  .gqep-ads-v4-slot{
    min-height:var(--gqep-ads-v4-reserved-height, 88px);
    border-radius:12px;
  }
}
