/* Fancy
--------------------------------------------- */

.fancy {
	min-height: 600px;
}

.fancy__content {
	background: var(--wp--preset--color--white);
	padding: 40px;
	width: 50%;

	&:last-child h2 {
		margin-bottom: 0;
	}
}

.fancy__title {
	color: var(--wp--preset--color--cobalt);
	margin-top: 0;
}

.fancy__body {
	color: var(--wp--preset--color--foreground);

	p {
		margin-top: 0;
	}

	&:last-child p {
		margin-bottom: 0;
	}
}

/* Variations
--------------------------------------------- */