/* Bundles page — same shell as tier-signup; bundle-specific tweaks only */

.fsa-bundles-page.fsa-tier-signup-page > h1 {
  margin-bottom: 0.15rem;
}

/* Flex on .price can collapse the text space before this span — margin keeps “£95” and “one-time” visually separated */
.fsa-bundles-page .fsa-tier-box .price.monthly {
  flex-wrap: wrap;
  row-gap: 0.25rem;
}

.fsa-bundles-page .fsa-tier-box .price .fsa-bundle-price-hint {
  display: inline;
  margin-left: 0.4rem;
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--text-muted);
}
