
.oversize-ad-placement {
  display: flex;
  width: 100%;
  min-height: 250px;
  margin: 30px auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.oversize-ad-unit {
  width: 300px;
  min-height: 250px;
  max-width: 100%;
}

.oversize-bottom-anchor {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 520px);
  min-height: 100px;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background: #fff;
  border-top: 1px solid #ddd;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oversize-anchor-unit {
  width: 320px;
  min-height: 100px;
  max-width: 100%;
}

.oversize-anchor-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 32px;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  color: #222;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 1001;
}

.oversize-anchor-hidden {
  display: none !important;
}

body.oversize-anchor-active {
  padding-bottom: calc(
    100px + env(safe-area-inset-bottom, 0px)
  );
}
