/**
 * Mobile/tablet top billboard ad (ports AdsPlaceholderBillboard). Scrolls away
 * as one block; height from --ssr-bb-height. Hidden on desktop.
 */

.ad-placeholder__billboard {
  position: relative;
  z-index: 3;
  height: var(--ssr-bb-height);
  background-color: #000;
}

.ad-placeholder__billboard-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-placeholder__billboard-close {
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 2;
  width: 36px;
  height: 36px;
  padding: 5px 0;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
}

.ad-placeholder__billboard-close-text {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.ad-placeholder__billboard-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ad-placeholder__billboard-swipe {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.ad-placeholder__billboard-swipe-text {
  display: block;
  margin: 0;
  padding: 2px 0;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background: #1baa56;
}

.ad-placeholder__text {
  color: #7b7b7b;
  text-align: center;
}

@media (min-width: 1024px) {
  .ad-placeholder__billboard {
    display: none;
  }
}

@media(max-width:1023px) {
  .mamiblog__disclaimer-text {
    height: 19px !important;
  }
}
