.bundle-card {
  background-color: rgb(var(--c-bg));
  border-radius: var(--br);
  padding: 2.5rem;
  box-shadow: 0.6rem 0.6rem 0 0 #824d4b;
  margin-bottom: 0.6rem;
}

.bundle-card .highlight {
  color: rgb(var(--c-link));
}

.bundle-card > * {
  margin: 0;
}

.bundle-card > * + * {
  margin-top: 1rem;
}

.bundle-section .page-width-desktop {
  max-width: 80rem;
}
