:root {
  --ad-spacing: 24px;
}

.sidebar {
  display: flex;
  flex-direction: column;
}

.sidebar .ad-container {
  align-self: stretch;
  flex-grow: 1;
}

.ad--sticky {
  position: sticky;
  top: 10px;
}

.ad {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: var(--ad-spacing);
  margin-bottom: var(--ad-spacing);
}

.ad-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.ad-container--left {
  padding-right: 10px;
}

.ad div[id^='wtg_'] {
  min-height: 60px;
  overflow: hidden;
}

.ad div[id^='wtg_']:empty, .ad div[id^='google_ads_']:empty {
  background-color: rgba(0, 0, 0, .05);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad div[id^='wtg_']:empty:after, .ad div[id^='google_ads_']:empty:after {
  content: "REKLAMA";
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  opacity: .25;
  line-height: 2.4;
  font-weight: bold;
  letter-spacing: 2px;
}

.ad-container > .ad > div[id^='wtg_'] {
  margin: 0;
}

.label-wtg {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  opacity: .25;
  line-height: 2.4;
  font-weight: bold;
  letter-spacing: 2px;
}

#wtg_top, #wtg_slot_1, #wtg_lead, .ad--top, .ad--home_below_filters, .ad--news_below_lead {
  min-height: 330px;
}

#wtg_half_1, #wtg_half_2 {
  min-height: 640px;
}

@media screen and (min-width: 768px) {
  #wtg_top, .ad--top {
    min-height: 130px;
  }

  #wtg_lead, .ad--news_below_lead {
    min-height: 280px;
  }
}

@media screen and (min-width: 768px) {
  #wtg_slot_1, .ad--home_below_filters {
    min-height: 230px;
  }
}

@media screen and (max-width: 640px) {
  .ad-container--left {
    display: none;
  }

  .ad--top {
    margin: 0 -0.625rem;
  }
}

@media screen and (max-width: 39.9375em) {
  body {
    padding-top: 65px;
  }

  .page {
    padding-top: 0;
  }

  .home-filters {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
