.career-hub .article-card {
  padding-top: 0;
}

.career-hub .article-card[hidden] {
  display: none !important;
}

/* Only the site navigation is sticky. Section headings must scroll normally. */
.career-hub .career-topics > header,
.career-hub .career-articles > header {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
  height: auto !important;
}

.career-hub .article-card::before {
  display: none;
}

.career-hub .article-visual {
  position: relative;
  display: block;
  height: 180px;
  padding: 0;
  overflow: hidden;
  background: #dcefed;
}

.career-hub .article-cover-label {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(8,43,54,.82);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  backdrop-filter: blur(8px);
}

.career-hub .article-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.career-hub .article-card:hover .article-visual img {
  transform: scale(1.035);
}

.career-hub .article-copy {
  padding: 21px 24px 24px;
}

@media (min-width: 961px) {
  .career-hub .career-topics > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .career-hub .article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .career-hub .article-card:first-child {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    min-height: 330px;
  }

  .career-hub .article-card:first-child .article-visual {
    height: 100%;
    min-height: 330px;
  }

  .career-hub .article-card:first-child .article-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
  }

  .career-hub .article-card:first-child .article-copy h3 {
    min-height: 0;
    font-size: 27px;
    line-height: 1.32;
  }

  .career-hub .article-card:first-child .article-copy p {
    min-height: 0;
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  .career-hub .article-visual {
    height: 168px;
  }
}

@media (min-width: 761px) and (max-width: 960px) {
  .career-hub .career-topics > div,
  .career-hub .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
