/* ============================================================
   InMobi Ad Slot Styles
   ============================================================ */

.ad-slot {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: transparent;
}

/* Top leaderboard banner */
.ad-slot-top {
  margin: 0 auto 12px auto;
  min-height: 90px;
  max-width: 728px;
}

/* Mid-page banner */
.ad-slot-mid {
  margin: 32px auto;
  min-height: 90px;
  max-width: 728px;
}

/* Bottom banner */
.ad-slot-bottom {
  margin: 32px auto 0 auto;
  min-height: 90px;
  max-width: 728px;
}

/* Native ad slots */
.ad-slot-native {
  margin: 28px auto;
  min-height: 120px;
  max-width: 900px;
  border-radius: 12px;
  overflow: hidden;
}

/* Optional label */
.ad-label {
  text-align: center;
  font-size: 10px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* Mobile */
@media (max-width: 767px) {
  .ad-slot-top, .ad-slot-mid, .ad-slot-bottom {
    min-height: 50px;
  }
}
