.pe-ad-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}

.pe-ad-slot--nav {
  min-height: 50px;
  margin: 0.75rem auto;
}

.pe-ad-slot--lb {
  min-height: 50px;
  margin: 2rem auto;
}

.pe-ad-slot--incontent {
  min-height: 50px;
  margin: 1.5rem auto;
}

.pe-mpu-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.pe-ad-slot--mpu {
  min-height: 250px;
}

.pe-ad-slot--placeholder {
  border: 1px dashed #c8c8c8;
  color: #7a7a7a;
  background: #f8f8f8;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media (max-width: 62em) {
  .pe-mpu-row {
    grid-template-columns: 1fr;
  }
}