/*
Theme Name: EverBuu
Theme URI: https://everbuu.com
Author: EverBuu Studio
Author URI: https://everbuu.com
Description: High-Performance Video & Adult Media WordPress Theme with Liquid Glass UI, Smart Video Extraction, Thumbnail Poster Playback, 6-posts-per-page Category Archives, Screen-Filling 2x2 Grid Layout, Advertiser Website Verification / Head Code Settings, and Ad Inserter ready slots.
Version: 2.4.20
License: GNU General Public License v2 or later
Text Domain: porngabar
Tags: video, adult, dark-mode, liquid-glass, grid-layout, ad-inserter-ready
*/

/* -------------------------------------------------------------------------
   CSS Reset & Base Box-Sizing (Critical for matching layout fidelity)
   ------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------------------------------------
   Theme Variables (Dark Mode by Default)
   ------------------------------------------------------------------------- */
:root {
  --bg-main: #0a0c10;
  --card-bg: rgba(18, 22, 32, 0.6);
  --card-hover-bg: rgba(22, 28, 40, 0.8);
  --card-border: rgba(255, 255, 255, 0.08);
  --card-hover-border: rgba(250, 204, 21, 0.5);
  --card-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  --card-hover-shadow: 0 8px 30px rgba(250, 204, 21, 0.12);
  --border-color: rgba(255, 255, 255, 0.08);
  --text-main: #f3f4f6;
  --text-heading: #ffffff;
  --text-muted: #9ca3af;
  --accent-yellow: #facc15;
  --accent-yellow-hover: #fde047;
  --glass-header: rgba(12, 14, 20, 0.62);
  --glass-footer: rgba(12, 14, 20, 0.8);
  --glass-btn: rgba(255, 255, 255, 0.05);
  --glass-btn-border: rgba(255, 255, 255, 0.08);
  --glass-badge: rgba(0, 0, 0, 0.6);
  --glass-badge-border: rgba(255, 255, 255, 0.15);
  --player-bg: #000000;
  --player-border: #222836;
  --vpn-text: #ffffff;
}

/* Day Mode */
body.day-mode {
  --bg-main: #ffffff;
  --card-bg: rgba(255, 255, 255, 0.7);
  --card-hover-bg: rgba(255, 255, 255, 0.9);
  --card-border: rgba(0, 0, 0, 0.06);
  --card-hover-border: rgba(234, 179, 8, 0.5);
  --card-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  --card-hover-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  --border-color: rgba(0, 0, 0, 0.06);
  --text-main: #0f172a;
  --text-heading: #0f172a;
  --text-muted: #64748b;
  --accent-yellow: #facc15;
  --accent-yellow-hover: #eab308;
  --glass-header: rgba(255, 255, 255, 0.62);
  --glass-footer: rgba(255, 255, 255, 0.75);
  --glass-btn: rgba(0, 0, 0, 0.03);
  --glass-btn-border: rgba(0, 0, 0, 0.06);
  --glass-badge: rgba(0, 0, 0, 0.6);
  --glass-badge-border: rgba(255, 255, 255, 0.15);
  --player-bg: #000000;
  --player-border: rgba(0, 0, 0, 0.1);
  --vpn-text: #111827;
}

body {
  background-color: var(--bg-main);
  color: var(--text-main);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  transition: background-color 0.2s ease, color 0.2s ease;
}

img, video, iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

/* -------------------------------------------------------------------------
   Layout Containers
   ------------------------------------------------------------------------- */
.pg-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 8px;
  flex-grow: 1;
}
body.home .pg-container {
  padding-top: 0;
}
body.home #pg-ad-home-top {
  margin-top: 0;
  margin-bottom: 0;
}
body.home #pg-ad-header-bottom {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .pg-container {
    padding: 0 12px;
  }
  body.home .pg-container {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .pg-container {
    padding: 0 16px;
  }
  body.home .pg-container {
    padding-top: 0;
  }
}

/* -------------------------------------------------------------------------
   Header & Navigation (Liquid Glass, Sticky)
   ------------------------------------------------------------------------- */
.pg-header {
  position: fixed;
  top: 0;
  z-index: 40;
  width: 100%;
  min-height: 56px;
  height: auto;
  background-color: var(--glass-header);
  border-bottom: 1px solid var(--border-color);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pg-search-bar {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 8px 8px;
}
.pg-search-form { display:flex; gap:8px; width:100%; min-width:0; }
.pg-search-form input {
  flex:1 1 auto;
  min-width:0;
  width:100%;
  padding:8px 14px;
  border-radius:8px;
  border:1px solid var(--border-color);
  background:var(--card-bg);
  color:var(--text-main);
  font-size:14px;
  outline:none;
}
.pg-search-form button { flex:0 0 auto; border:none; cursor:pointer; }
.screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
body { padding-top:56px; }
.pg-header-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 640px) {
  .pg-header-inner {
    padding: 0 16px;
  }
}
.pg-logo {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.025em;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (min-width: 640px) {
  .pg-logo {
    font-size: 24px;
  }
}
.pg-logo-white {
  color: var(--text-heading);
}
.pg-logo-yellow {
  color: var(--accent-yellow);
  margin-left: 4px;
}
.pg-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 640px) {
  .pg-nav-actions {
    gap: 10px;
  }
}
.pg-icon-btn {
  padding: 10px;
  border-radius: 12px;
  background: var(--glass-btn);
  border: 1px solid var(--glass-btn-border);
  color: var(--text-main);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.2s ease;
}
.pg-icon-btn:hover {
  color: var(--accent-yellow);
  border-color: rgba(250, 204, 21, 0.4);
  background: rgba(250, 204, 21, 0.1);
}

/* -------------------------------------------------------------------------
   Category Section & Header
   ------------------------------------------------------------------------- */
.pg-category-section {
  margin-bottom: 24px;
}
@media (min-width: 640px) {
  .pg-category-section {
    margin-bottom: 32px;
  }
}
.pg-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(250, 204, 21, 0.3);
}
.pg-category-title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--text-heading);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
@media (min-width: 640px) {
  .pg-category-title {
    font-size: 18px;
  }
}
.pg-category-title .pg-pill {
  width: 6px;
  height: 16px;
  background-color: var(--accent-yellow);
  border-radius: 9999px;
  display: inline-block;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .pg-category-title .pg-pill {
    height: 20px;
  }
}
.pg-btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
  background-color: var(--accent-yellow);
  color: #030712;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  white-space: nowrap;
}
.pg-btn-view-all:hover {
  background-color: var(--accent-yellow-hover);
  transform: scale(1.02);
}
.pg-btn-view-all:active {
  transform: scale(0.95);
}

/* -------------------------------------------------------------------------
   2-Column Grid & Media Cards
   ------------------------------------------------------------------------- */
.pg-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.pg-grid-2 > .pg-ad-slot {
  grid-column: 1 / -1;
}
@media (min-width: 640px) {
  .pg-grid-2 {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .pg-grid-2 {
    gap: 12px;
  }
}
/* Category Archive Grid: 2 cols on mobile, 3 cols on tablet/desktop */
@media (min-width: 768px) {
  .pg-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pg-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--card-bg);
  border: 1px solid var(--card-border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--card-shadow);
}
@media (min-width: 640px) {
  .pg-card {
    border-radius: 16px;
  }
}
.pg-card:hover {
  background-color: var(--card-hover-bg);
  border-color: var(--card-hover-border);
  box-shadow: var(--card-hover-shadow);
  transform: translateY(-2px);
}
.pg-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000000;
  overflow: hidden;
  cursor: pointer;
}
.pg-card-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.pg-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.pg-card:hover .pg-card-thumb img {
  transform: scale(1.05);
}
.pg-thumb-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.1) 100%);
  pointer-events: none;
}
.pg-badge-views {
  position: absolute;
  bottom: 6px;
  left: 6px;
  padding: 2px 7px;
  border-radius: 6px;
  background: var(--glass-badge);
  border: 1px solid var(--glass-badge-border);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  pointer-events: none;
}
@media (min-width: 640px) {
  .pg-badge-views {
    bottom: 8px;
    left: 8px;
    font-size: 12px;
    padding: 2px 8px;
  }
}
.pg-badge-duration {
  position: absolute;
  bottom: 6px;
  right: 6px;
  padding: 2px 7px;
  border-radius: 6px;
  background: var(--glass-badge);
  border: 1px solid var(--glass-badge-border);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--accent-yellow);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  pointer-events: none;
}
@media (min-width: 640px) {
  .pg-badge-duration {
    bottom: 8px;
    right: 8px;
    font-size: 12px;
    padding: 2px 8px;
  }
}
.pg-card-body {
  padding: 10px;
  flex-grow: 1;
}
@media (min-width: 640px) {
  .pg-card-body {
    padding: 12px;
  }
}
.pg-card-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 640px) {
  .pg-card-title {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .pg-card-title {
    font-size: 15px;
  }
}
.pg-card-title a {
  color: var(--text-main);
  transition: color 0.15s ease;
}
.pg-card:hover .pg-card-title a,
.pg-card-title a:hover {
  color: var(--accent-yellow);
}

/* -------------------------------------------------------------------------
   VPN Alert Banner
   ------------------------------------------------------------------------- */
.pg-vpn-notice {
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #dc2626;
  background: linear-gradient(135deg, rgba(127, 29, 29, 0.18), rgba(127, 29, 29, 0.08));
  color: var(--vpn-text);
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
  box-shadow: 0 5px 18px rgba(127, 29, 29, 0.12), inset 0 1px 0 rgba(255,255,255,0.08);
  text-shadow: 0 1px 2px rgba(0,0,0,0.85);
}
.pg-vpn-icon {
  color: var(--accent-yellow);
  filter: drop-shadow(0 1px 0 rgba(0,0,0,0.35));
}
.pg-vpn-text {
  color: var(--vpn-text);
}
body.day-mode .pg-vpn-notice {
  text-shadow: none;
}
@media (min-width: 640px) {
  .pg-vpn-notice {
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 13px;
  }
}

/* -------------------------------------------------------------------------
   Video Player Page
   ------------------------------------------------------------------------- */
.pg-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000000;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--player-border);
  margin-bottom: 16px;
}
.pg-video-back-bar {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 10px;
  padding: 2px 16px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.pg-video-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border: 1px solid var(--accent-yellow);
  border-radius: 8px;
  background-color: var(--accent-yellow);
  color: #030712;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.pg-video-back-btn:hover,
.pg-video-back-btn:focus-visible {
  color: #030712;
  background-color: var(--accent-yellow-hover);
  border-color: var(--accent-yellow-hover);
  transform: scale(1.02);
  outline: none;
}
.pg-video-back-btn:active {
  transform: scale(0.95);
}
.pg-video-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--text-muted);
  font-size: 12px;
  text-align: right;
}
.pg-video-meta-views {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--accent-yellow);
  font-weight: 700;
}
@media (min-width: 640px) {
  .pg-video-wrapper {
    border-radius: 16px;
  }
}
.pg-video-screen {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.pg-video-screen video,
.pg-video-screen iframe,
.pg-video-wrapper video,
.pg-video-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  border: none;
  display: block;
}
.pg-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #000000;
  transition: opacity 0.2s ease;
}
.pg-video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pg-center-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--accent-yellow);
  color: #030712;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
  border: 2px solid #fde047;
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 10;
}
@media (min-width: 640px) {
  .pg-center-play-btn {
    width: 80px;
    height: 80px;
  }
}
.pg-center-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.pg-single-desc {
  max-height: none;
  overflow: visible;
  position: relative;
  line-height: 1.6;
  font-size: 14px;
  color: var(--text-muted);
  transition: max-height 0.3s ease;
}
.pg-single-desc.expanded {
  max-height: 2000px;
}
.pg-readmore-btn {
  color: var(--accent-yellow);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: none;
  margin-top: 6px;
}

/* -------------------------------------------------------------------------
   Ad Inserter Ready Slots
   ------------------------------------------------------------------------- */
.pg-ad-slot {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  overflow: visible;
  min-width: 0;
}
#pg-ad-header-bottom {
  margin-top: 0;
  margin-bottom: 0;
}
.pg-ad-slot iframe,
.pg-ad-slot ins,
.pg-ad-slot img,
.pg-ad-slot video { max-width: 100%; }
@media (min-width: 640px) {
  .pg-search-bar { padding-left:16px; padding-right:16px; }
}

/* -------------------------------------------------------------------------
   Pagination
   ------------------------------------------------------------------------- */
.pg-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 28px 0;
}
.pg-pagination a, .pg-pagination span {
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
}
.pg-pagination .current {
  background: var(--accent-yellow);
  color: #030712;
}
.pg-pagination a {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  color: var(--text-main);
}
.pg-pagination a:hover {
  border-color: var(--accent-yellow);
  color: var(--accent-yellow);
}

/* -------------------------------------------------------------------------
   Footer
   ------------------------------------------------------------------------- */
.pg-footer {
  border: 0;
  padding: 10px 12px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  margin-top: auto;
}
@media (min-width: 640px) {
  .pg-footer {
    padding: 16px 24px;
  }
}
.pg-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
}
@media (min-width: 640px) {
  .pg-footer-inner {
    flex-direction: row;
    font-size: 14px;
  }
}

/* -------------------------------------------------------------------------
   Ad Inserter alignment pass-through (v2.4.20)
   Ad Inserter may place its alignment class on either the slot wrapper or an
   inner element. Keep the theme wrapper neutral and honor both locations.
   ------------------------------------------------------------------------- */
.pg-ad-slot,
.pg-ad-slot.ai-align-left,
.pg-ad-slot.ai-align-center,
.pg-ad-slot.ai-align-right,
.pg-ad-slot.ai-float-left,
.pg-ad-slot.ai-float-right {
  text-align: initial;
}
.pg-ad-slot.ai-align-left,
.pg-ad-slot .ai-align-left { text-align: left !important; }
.pg-ad-slot.ai-align-center,
.pg-ad-slot .ai-align-center { text-align: center !important; }
.pg-ad-slot.ai-align-right,
.pg-ad-slot .ai-align-right { text-align: right !important; }
.pg-ad-slot.ai-float-left,
.pg-ad-slot .ai-float-left { float: left !important; text-align: left !important; }
.pg-ad-slot.ai-float-right,
.pg-ad-slot .ai-float-right { float: right !important; text-align: right !important; }
.pg-ad-slot.ai-float-left::after,
.pg-ad-slot.ai-float-right::after { content: ""; display: table; clear: both; }

/* -------------------------------------------------------------------------
   Ad Inserter alignment bridge and centered Sticky Ad Hook (v2.4.20)
   ------------------------------------------------------------------------- */
.pg-ad-slot {
  text-align: initial;
}
.pg-ad-slot > iframe,
.pg-ad-slot > img,
.pg-ad-slot > ins,
.pg-ad-slot > video {
  display: inline-block;
}
.pg-ad-slot > [style*='text-align: center'],
.pg-ad-slot > [style*='text-align:center'],
.pg-ad-slot > [style*='margin: 8px auto'],
.pg-ad-slot > [style*='margin:8px auto'] {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.pg-ad-slot > [style*='text-align: left'],
.pg-ad-slot > [style*='text-align:left'] {
  text-align: left !important;
}
.pg-ad-slot > [style*='text-align: right'],
.pg-ad-slot > [style*='text-align:right'] {
  text-align: right !important;
}
.pg-ad-sticky {
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: min(100% - 24px, 728px);
  margin: 0;
  padding: 0;
  text-align: initial;
  pointer-events: none;
}
.pg-ad-sticky[hidden] {
  display: none !important;
}
.pg-ad-sticky > * {
  pointer-events: auto;
}
.pg-ad-sticky > .pg-ad-sticky-close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 50%;
  background: rgba(0,0,0,0.82);
  color: #fff;
  font: 700 22px/26px Arial, sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.35);
}
.pg-ad-sticky > .pg-ad-sticky-close:hover {
  background: #dc2626;
}
.pg-ad-sticky::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 639px) {
  .pg-ad-sticky {
    width: calc(100% - 24px);
  }
  .pg-ad-sticky > .pg-ad-sticky-close {
    top: -12px;
    right: -8px;
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
}


/* -------------------------------------------------------------------------
   Force-center all Theme-rendered ads (v2.4.20)
   Ad Inserter blocks inserted through Theme hooks can omit alignment styles.
   In that case the Theme uses a consistent center alignment for every ad.
   ------------------------------------------------------------------------- */
.pg-ad-slot > :not(.pg-ad-sticky-close) {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.pg-ad-slot > :not(.pg-ad-sticky-close) iframe,
.pg-ad-slot > :not(.pg-ad-sticky-close) img,
.pg-ad-slot > :not(.pg-ad-sticky-close) ins,
.pg-ad-slot > :not(.pg-ad-sticky-close) video {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.pg-ad-slot > :not(.pg-ad-sticky-close) > * {
  text-align: center !important;
}
