.hub-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem;
  color: #687386;
  font-size: 0.9rem;
}

.hub-breadcrumb a {
  color: #a3285a;
  font-weight: 700;
  text-decoration: none;
}

.hub-topic-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hub-topic-grid .article-related-card a {
  min-height: 100%;
}

.hub-link-label {
  display: inline-block;
  margin-top: 0.85rem;
  color: #a3285a;
  font-size: 0.92rem;
  font-weight: 800;
}

.hub-featured-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hub-featured-card h3 {
  margin: 0.45rem 0 0.5rem;
}

.hub-featured-card p {
  flex: 1;
}

.hub-featured-card > a {
  display: inline-flex;
  width: auto;
  margin-top: 0.8rem;
  padding: 0.62rem 0.9rem;
  border-radius: 0.75rem;
  background: #fff0f5;
  color: #9b2455;
  font-weight: 800;
  text-decoration: none;
}

.hub-featured-card > a:hover {
  background: #fbd9e6;
}

.hub-card-topic {
  color: #a3285a;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hub-value-section {
  border-left: 4px solid #f06292;
}

.hub-check-list strong {
  color: #7d2148;
}

@media (max-width: 720px) {
  .hub-topic-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .hub-breadcrumb {
    font-size: 0.82rem;
  }

  .hub-featured-card > a {
    width: 100%;
    justify-content: center;
  }
}
