.pe-homepage-top {
  align-items: stretch;
}

@media (min-width: 64em) {
  .home-hero.pe-homepage-top {
    display: grid;
    grid-template-columns: minmax(0, 65.5%) minmax(300px, 31.5%);
    gap: 3%;
    align-items: start;
  }
}

.pe-homepage-main,
.pe-homepage-featured {
  position: relative;
}

.pe-homepage-main {
  padding-top: 28px;
}

.pe-homepage-main .post-card.main-post {
  gap: 0;
}

.pe-homepage-main .post-card__media img {
  aspect-ratio: 16 / 10;
}

.pe-homepage-main .post-card__title {
  margin-top: 1rem;
}

.pe-homepage-featured {
  background: #0a1328;
  padding: 28px 24px 20px;
  border-radius: var(--global-radius);
}

@media (min-width: 64em) {
  .pe-homepage-featured {
    min-height: 100%;
  }
}

.pe-homepage-featured .post-card-simple {
  margin-bottom: 18px;
}

.pe-homepage-featured .post-card-simple:last-child {
  margin-bottom: 0;
}

.pe-homepage-featured .post-card-simple__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pe-homepage-featured .post-card-simple__media {
  display: block;
  width: 128px;
  height: 84px;
  margin-left: 0;
  margin-right: 1rem;
  flex-shrink: 0;
}

.pe-homepage-featured .post-card-simple__media figure,
.pe-homepage-featured .post-card-simple__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pe-homepage-featured .post-card-tags,
.pe-homepage-featured .post-info,
.pe-homepage-featured .post-author-date,
.pe-homepage-featured .post-author-date a {
  color: rgba(255, 255, 255, 0.78);
}

.pe-homepage-featured .post-card-simple__title,
.pe-homepage-featured .post-card-simple__title a,
.pe-homepage-featured .post-card-simple__title a:hover {
  color: #fff;
}

.pe-homepage-featured .post-tag,
.pe-homepage-featured .tag-separator {
  color: #8fb3ff;
}

.pe-section-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 20;
  display: inline-block;
  padding: 10px 18px;
  background: #e30613;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pe-section-label--sidebar {
  top: 16px;
  left: 16px;
}

.pe-homepage-featured .post-card-simple:first-of-type {
  margin-top: 46px;
}

.pe-hero-empty {
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  background: #6f0f0f;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-radius: var(--global-radius);
}

@media (max-width: 62em) {
  .pe-homepage-featured {
    margin-top: 1.5rem;
  }

  .pe-homepage-featured .post-card-simple:first-of-type {
    margin-top: 40px;
  }
}

.pe-home-stack {
  margin-bottom: 3rem;
}

.pe-ad-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #c8c8c8;
  color: #7a7a7a;
  background: #f8f8f8;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.pe-ad-slot--lb {
  height: 90px;
  margin: 2rem 0;
}

.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-section-dark {
  background: #0a1328;
  padding: 1.5rem;
  border-radius: var(--global-radius);
}

.pe-section-dark .section-title,
.pe-section-dark .post-card__title,
.pe-section-dark .post-card__title a,
.pe-section-dark .post-card__title a:hover,
.pe-section-dark .post-card__excerpt {
  color: #fff;
}

.pe-section-dark .post-card .post-tag,
.pe-section-dark .tag-separator,
.pe-section-dark .post-author-date,
.pe-section-dark .post-author-date a {
  color: rgba(255, 255, 255, 0.78);
}

.pe-section-dark .post-card__media:before {
  background-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 62em) {
  .pe-mpu-row {
    grid-template-columns: 1fr;
  }
}