/* ============================================================
 * Reklamos pozicijų dydžiai (DINAMINIAI iš ad_position_settings.json)
 * Generuota: 2026-07-18 06:04:11
 * ============================================================ */

/* Pozicija: bottom — wrapper (V1.37.15: viewport escape — ištrūk iš tėvinio konteinerio ribos) */
.pp-ad-bottom-wrapper {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  min-height: 160px !important;
}

/* Pozicija: bottom — vidinis content (admin nustatytas plotis, centruotas viewport'e) */
.pp-ad-bottom-wrapper > button,
.pp-ad-bottom-wrapper > a,
.pp-ad-bottom-wrapper > div {
  max-width: 1250px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-height: 160px !important;
}

