/* =========================================================
   WILDVERSE ADSENSE BLOCK
   Placement: after library, before footer
========================================================= */

.wildverse-ad-section {
  position: relative;
  z-index: 0;

  width: 100%;
  clear: both;

  padding: 56px 16px 220px;

  background: #050505f7;

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: visible;
  isolation: auto;
}

.wildverse-ad-card {
  position: relative;
  z-index: 0;

  width: min(100%, 1100px);
  min-height: 120px;
  padding: 14px;

  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.wildverse-ad-label {
  margin-bottom: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}

.wildverse-ad-unit {
  display: block;
  width: 100%;
  min-height: 90px;
}

@media (max-width: 768px) {
  .wildverse-ad-section {
    padding: 40px 10px 260px;
  }

  .wildverse-ad-card {
    min-height: 100px;
    border-radius: 14px;
  }
}