/**
 * CE landing page styles.
 *
 * Scoped to the no-header/no-footer landing page template.
 */

body.ce-landing-page .ce-landing-hero .elementor-heading-title {
	font-size: clamp(1.5rem, 4.25vw, 2.75rem) !important;
	line-height: 1.2;
    margin-bottom: 0.5em !important;
}

.ce-landing-page {
	background: linear-gradient(180deg, #fbf7ef 0%, #fffdf9 520px, #fbf8f1 100%);
	background-size: 100% 100%;
    transition: none;
}

.ce-landing-eyebrow,
.ce-landing-eyebrow p {
	margin: 0 0 8px 0;
}

.ce-landing-eyebrow {
	color: #b00000;
	font-size: 14px;
	font-weight: 700 !important;
	line-height: 1.2;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

/* Metadata */
.ce-landing-meta {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	flex-wrap: wrap;
	width: auto;
	max-width: none;
}

.ce-landing-meta .ce-landing-meta__item {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	width: auto;
	flex: 0 0 auto;
	min-width: 0;
}

.ce-landing-meta .ce-landing-meta__item .elementor-widget-icon {
	width: auto;
	margin: 0;
	line-height: 1;
}

.ce-landing-meta .ce-landing-meta__item .elementor-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #b3140f;
	font-size: 18px;
	line-height: 1;
}

.ce-landing-meta .ce-landing-meta__item .elementor-icon svg {
	width: 18px;
	height: 18px;
}

.ce-landing-meta .ce-landing-meta__item .elementor-widget-text-editor {
	width: auto;
	margin: 0;
}

.ce-landing-meta .ce-landing-meta__item p {
	margin: 0;
	color: #202020;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}

.ce-landing-meta .ce-landing-meta__divider {
	display: inline-flex;
	align-items: center;
	width: auto;
	flex: 0 0 auto;
	font-size: 18px;
	line-height: 1;
}

.ce-landing-meta .ce-landing-meta__divider p {
    color: rgba(0, 0, 0, 0.22) !important;
	margin: 0;
}

/* Mobile */
@media (max-width: 767px) {
	.ce-landing-meta {
		gap: 12px;
	}

	.ce-landing-meta .ce-landing-meta__item p {
		font-size: 15px;
	}

	.ce-landing-meta .ce-landing-meta__divider {
		display: none;
	}
}

/* Author Fit Quiz decorative background image */
.ce-author-fit-landing-bg {
	background:
		url("/wp-content/uploads/2026/05/author-fit-image2.webp") no-repeat min(calc(100% - 32px), calc(50% + 350px)) 75px,
		linear-gradient(180deg, #fbf7ef 0%, #fffdf9 520px, #fbf8f1 100%);
	background-size:
		520px auto,
		100% 100%;
}

@media (max-width: 1084px) {
	.ce-author-fit-landing-bg {
		background:
			linear-gradient(180deg, #fbf7ef 0%, #fffdf9 520px, #fbf8f1 100%);
		background-size: 100% 100%;
	}
}