/*
 * Digibrand CTA — wrapper styles only.
 *
 * This file sets layout-neutral rules for the .db-cta wrapper: block display
 * and vertical breathing room in the content flow. The CTA design lives in the
 * Divi Library. Do not add design rules here.
 */

.db-cta {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}
