/**
 * Hero Header Widget Styles
 */

/* Main Wrapper */
.mc-hero-wrapper {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/* Content Container */
.mc-hero-content {
	width: 100%;
	/* Max-width handled by control */
	margin: 0 auto;
}

/* Headline */
.mc-hero-headline {
	margin: 0 0 30px 0;
	line-height: 1.1;
}

/* Body Text */
.mc-hero-body {
	margin: 0;
	line-height: 1.6;
}
