.sweep-callout {
	background-color: var(--colors-cream);
	padding: 5rem 5rem 0;
}

.sweep-callout-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.sweep-callout-media {
	aspect-ratio: 3 / 2;
	min-width: 40vw;
}

.sweep-callout-media,
.sweep-callout-media img {
	object-fit: cover;
}

.sweep-callout-content h2 {
	font-size: 2.5rem;
	line-height: 1;
}

.sweep-callout-content {
	padding: 5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 900px;
	font-family: Montserrat, sans-serif;
}

.sweep-callout-content p {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.35;
}

.sweep-fine-print {
	margin-top: 1.5rem;
}

.sweep-fine-print p,
.sweep-fine-print p a {
	font-family: Montserrat, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	color: #505455;
}

.sweep-fine-print p a {
	text-decoration: underline;
	&:hover {
		color: #ed6b2f;
	}
}

.sweep-callout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	max-width: fit-content;
	padding-block: 0;
	padding-inline: 2rem;
	background: #ed6b2f;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	height: 38px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;

	&:focus,
	&:hover {
		text-decoration: none;
		background-color: var(--content-button-active-background-color, #767878);
		color: var(--content-button-active-text-color, #fff);
	}
}

@media (max-width: 1024px) {
	.sweep-callout-inner {
		flex-direction: column;
	}

	.sweep-callout-content {
		padding: 4rem 0 0;
	}
}

@media (max-width: 767px) {
	.sweep-callout {
		padding: 3rem 1.5rem 0;
	}

	.sweep-callout-content {
		padding: 2rem 0 0;
	}

	.sweep-callout-content h2 {
		font-size: 1.875rem;
		line-height: 1.05;
	}
}
