/* Keep phrases together when the longer service copy wraps. */
.sponsor-heading-phrase {
  display: inline-block;
  white-space: nowrap;
}
#sponsor-problem,
#sponsor-control,
#sponsor-setup,
#sponsor-next {
  text-wrap: balance;
}
@media (min-width: 1151px) {
  #sponsor-loop-section .service-step h3 {
    line-height: 1.5;
    min-height: 3em;
  }
}
/* Keep the setup invitation on two intentional lines at every card width. */
.setup-start h3 .setup-title-line {
  display: block;
  white-space: nowrap;
}
@media (min-width: 851px) and (max-width: 1250px) {
  .setup-start h3 { font-size: clamp(22px, 2.65vw, 33px); }
}
@media (max-width: 680px) {
  #sponsor-setup { font-size: clamp(26px, 8vw, 36px); }
  #sponsor-next { font-size: clamp(32px, 8.5vw, 38px); }
  .setup-start h3 { font-size: clamp(21px, 6.7vw, 30px); }
}
