.lvn-yield-slot {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  text-align: center;
  clear: both;
  overflow: visible;
  box-sizing: border-box;
}
.lvn-yield-slot[data-placement="sticky_bottom_mobile"] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  margin: 0;
  background: rgba(255,255,255,.96);
  box-shadow: 0 -2px 10px rgba(0,0,0,.14);
}
.lvn-ad-loading,
.lvn-ad-error,
.lvn-ad-debug-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  border: 1px dashed #bbb;
  color: #666;
  font-size: 12px;
  background: #fafafa;
}
.lvn-house-ad {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 16px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}
.lvn-sandboxed-ad {
  width: 100%;
  border: 0;
}
.lvn-debug-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  max-width: 100%;
  padding: 3px 6px;
  background: rgba(0,0,0,.78);
  color: #fff;
  font: 11px/1.3 Arial, sans-serif;
  text-align: left;
  pointer-events: none;
}
@media (min-width: 768px) {
  .lvn-yield-slot[data-placement="sticky_bottom_mobile"] {
    display: none !important;
  }
}
