/* CTA band — M19.
 *
 * Heading and button on one line where there is room, stacked where there is
 * not. The heading is the invitation; the button repeats it as an action, and
 * the two must say the same thing.
 */

.pl-cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3) var(--sp-4);
}

.pl-cta-band__title {
  font-size: var(--step-2);
  letter-spacing: -0.01em;
}
