/* btn-cta.css — a single button on its own line, centred.
 *
 * Yours: edit it, or delete the file. The button's shape and hover live in
 * shared.css, which the callout uses too; this file is only its colour and the
 * block it sits in.
 */

.velocity-btn-cta-container {
    width: 100%;
    text-align: center;
}

.velocity-btn-cta {
    background: var(--accent);
    color: var(--paper);
}
