body.category.gd-premium-ui .entry-hero.gd-archive-hero {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  background: #1d3037;
}

body.category.gd-premium-ui .entry-hero.gd-archive-hero::after {
  content: none;
}

.gd-archive-hero__media,
.gd-archive-hero__shade {
  position: absolute;
  inset: 0;
}

.gd-archive-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
}

.gd-archive-hero__shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 17, 22, 0.08) 0%, rgba(7, 17, 22, 0.24) 42%, rgba(7, 17, 22, 0.9) 100%),
    linear-gradient(90deg, rgba(7, 17, 22, 0.48), rgba(7, 17, 22, 0.04) 72%);
}

body.category.gd-premium-ui .entry-hero.gd-archive-hero .hero-container.site-container.gd-archive-hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 520px;
  align-items: flex-end;
  justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 52px;
}

.gd-archive-hero__content {
  width: min(820px, 100%);
  color: #fff;
}

body.category.gd-premium-ui .gd-archive-hero__kicker {
  margin: 0 0 12px;
  color: #e4ac7d;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.category.gd-premium-ui .entry-hero.gd-archive-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 5rem;
  line-height: 0.92;
}

body.category.gd-premium-ui .gd-archive-hero__focus {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.1rem;
  line-height: 1.55;
}

.gd-archive-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.gd-archive-hero__meta span,
.gd-archive-hero__meta a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}

.gd-archive-hero__meta a:hover {
  border-color: #e4ac7d;
  color: #e4ac7d;
}

body.category.gd-premium-ui .content-area {
  margin-top: 42px;
}

@media (max-width: 767px) {
  body.category.gd-premium-ui .entry-hero.gd-archive-hero,
  body.category.gd-premium-ui .entry-hero.gd-archive-hero .hero-container.site-container.gd-archive-hero__container {
    min-height: 520px;
  }

  body.category.gd-premium-ui .entry-hero.gd-archive-hero .hero-container.site-container.gd-archive-hero__container {
    padding: 64px 20px 32px;
  }

  body.category.gd-premium-ui .entry-hero.gd-archive-hero h1 {
    font-size: 3.25rem;
  }

  body.category.gd-premium-ui .gd-archive-hero__focus {
    margin-top: 14px;
    font-size: 0.95rem;
  }

  .gd-archive-hero__meta {
    margin-top: 18px;
  }

  .gd-archive-hero__meta span,
  .gd-archive-hero__meta a {
    min-height: 32px;
    padding: 0 10px;
    font-size: 0.74rem;
  }

  body.category.gd-premium-ui .content-area {
    margin-top: 24px;
  }
}
