/*
  Content CTA — Website Refresh 2026 1e (Figma), "Content CTA" frame.
  Source: https://www.figma.com/design/2W6CyIAW3cKDEqdv26CeE2/Website-Refresh-2026-1e?node-id=8064-39190

  Requires tokens.css and buttons.css to be loaded first — this is
  just a full-width wrapper around the existing Solid/Purple button
  (.rs-button--solid-purple), not a new button treatment. Meant to be
  dropped into body copy wherever a centred CTA button is needed.
*/

.rs-content-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: var(--space-16);
  padding-bottom: var(--space-32);
}
