/* IslaMarket Google Ads Web Runtime V1 */

.im-google-ads-runtime {
  display: none !important;
}

.im-google-ad-sticky {
  position: fixed;
  left: 50%;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 2147482000;
  width: min(860px, calc(100vw - 28px));
  min-height: 58px;
  transform: translateX(-50%);
  border: 1px solid rgba(120, 92, 58, .16);
  border-radius: 18px;
  background: rgba(255, 251, 247, .96);
  box-shadow: 0 18px 50px rgba(42, 24, 12, .18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}

.im-google-ad-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 8px 44px 8px 12px;
}

.im-google-ad-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(41, 25, 16, .08);
  color: #3d2a1f;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.im-google-ad-infeed {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 18px 0;
  padding: 14px;
  border: 1px solid rgba(120, 92, 58, .14);
  border-radius: 18px;
  background: #fffaf5;
}

.im-google-ad-label {
  position: absolute;
  left: 12px;
  top: 6px;
  color: rgba(61, 42, 31, .58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.im-google-ad-sticky .adsbygoogle,
.im-google-ad-infeed .adsbygoogle {
  display: block;
  width: 100%;
  min-height: 50px;
}

@media (max-width: 720px) {
  .im-google-ad-sticky {
    width: calc(100vw - 18px);
    border-radius: 16px;
  }

  .im-google-ad-sticky-inner {
    padding-right: 42px;
  }
}
