/* CatholicG33k Faith Journeys v1.2.3 */

.cgfj-page {
	--cgfj-gold: #ffb400;
	--cgfj-ink: #080b12;
	--cgfj-panel: #0b0f17;
	--cgfj-panel-2: #0f141e;
	--cgfj-ivory: #f4efe3;
	--cgfj-muted: rgba(244, 239, 227, 0.68);
	--cgfj-border: rgba(255, 180, 0, 0.25);
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 5rem) 0;
	color: var(--cgfj-ivory);
	font-family: var(--cg-font-body, Arial, sans-serif);
}

.cgfj-page *,
.cgfj-page *::before,
.cgfj-page *::after {
	box-sizing: border-box;
}

.cgfj-page h1,
.cgfj-page h2,
.cgfj-page h3,
.cgfj-page p {
	margin-top: 0;
}

.cgfj-page h1,
.cgfj-page h2,
.cgfj-page h3 {
	color: var(--cgfj-ivory);
	font-family: var(--cg-font-display, Georgia, serif);
	font-weight: 400;
	line-height: 1.12;
}

.cgfj-page a {
	color: var(--cgfj-gold);
}

.cgfj-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(2.5rem, 7vw, 6rem) clamp(1.2rem, 6vw, 5rem);
	background: #090c12;
	border: 1px solid rgba(255, 180, 0, 0.14);
	text-align: center;
}

.cgfj-hero::after {
	position: absolute;
	right: -8rem;
	bottom: -12rem;
	width: 30rem;
	height: 30rem;
	background: radial-gradient(circle, rgba(255, 180, 0, 0.1), transparent 66%);
	content: "";
	pointer-events: none;
}

.cgfj-hero h1 {
	max-width: 900px;
	margin: 0 auto 1rem;
	font-size: clamp(2.6rem, 7vw, 5.4rem);
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.cgfj-hero > p:not(.cgfj-eyebrow) {
	max-width: 760px;
	margin: 0 auto;
	color: var(--cgfj-muted);
	font-size: clamp(1rem, 2vw, 1.18rem);
	line-height: 1.75;
}

.cgfj-cross {
	position: relative;
	width: 24px;
	height: 34px;
	margin: 0 auto 1.2rem;
}

.cgfj-cross::before,
.cgfj-cross::after {
	position: absolute;
	background: var(--cgfj-gold);
	content: "";
}

.cgfj-cross::before {
	left: 10px;
	top: 0;
	width: 3px;
	height: 34px;
}

.cgfj-cross::after {
	left: 2px;
	top: 9px;
	width: 20px;
	height: 3px;
}

.cgfj-eyebrow,
.cgfj-kicker {
	color: var(--cgfj-gold);
	font-family: var(--cg-font-mono, "Courier New", monospace);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.cgfj-hero-actions,
.cgfj-step-actions,
.cgfj-filter-actions,
.cgfj-story-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 2rem;
	flex-wrap: wrap;
}

.cgfj-page .cgfj-btn {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.85rem 1.5rem;
	border: 1px solid var(--cgfj-gold);
	border-radius: 0;
	outline: 0;
	background: var(--cgfj-gold) !important;
	box-shadow: none;
	color: var(--cgfj-ink) !important;
	font-family: var(--cg-font-mono, "Courier New", monospace);
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

html body .cgfj-page .cgfj-btn:hover,
html body .cgfj-page .cgfj-btn:focus,
html body .cgfj-page .cgfj-btn:active {
	background: var(--cgfj-gold) !important;
	background-image: none !important;
	border-color: var(--cgfj-gold) !important;
	box-shadow: 0 0 0 2px rgba(255, 180, 0, 0.24);
	color: var(--cgfj-ink) !important;
	transform: translateY(-1px);
}

.cgfj-page .cgfj-btn:focus-visible {
	outline: 2px solid var(--cgfj-ivory);
	outline-offset: 3px;
}

.cgfj-page .cgfj-btn:active {
	transform: none;
}

.cgfj-page .cgfj-btn-outline,
html body .cgfj-page .cgfj-btn-outline:hover,
html body .cgfj-page .cgfj-btn-outline:focus {
	background: transparent !important;
	color: var(--cgfj-gold) !important;
}

.cgfj-community-total {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 0.8rem;
	padding: 1.1rem;
	background: var(--cgfj-panel);
	border: 1px solid var(--cgfj-border);
	border-top: 0;
	font-family: var(--cg-font-mono, monospace);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cgfj-community-total strong {
	color: var(--cgfj-gold);
	font-size: 1.8rem;
}

.cgfj-section {
	padding: clamp(2.8rem, 6vw, 5rem) 0 0;
}

.cgfj-section-heading {
	max-width: 760px;
	margin-bottom: 1.5rem;
}

.cgfj-section-heading h2 {
	margin-bottom: 0;
	font-size: clamp(2rem, 4.5vw, 3.4rem);
	text-transform: uppercase;
}

.cgfj-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.cgfj-card-grid-single {
	grid-template-columns: minmax(0, 1fr);
}

.cgfj-card {
	display: flex;
	min-height: 320px;
	flex-direction: column;
	padding: clamp(1.2rem, 3vw, 2rem);
	background: var(--cgfj-panel);
	border: 1px solid rgba(255, 180, 0, 0.18);
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cgfj-card:hover {
	background: var(--cgfj-panel-2);
	border-color: rgba(255, 180, 0, 0.5);
	transform: translateY(-2px);
}

.cgfj-card.is-featured {
	min-height: 360px;
	padding: clamp(1.5rem, 5vw, 3.5rem);
	background: linear-gradient(135deg, rgba(255, 180, 0, 0.1), transparent 58%), var(--cgfj-panel);
}

.cgfj-card-photo {
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1.25rem;
	border: 1px solid rgba(255, 180, 0, 0.2);
	aspect-ratio: 16 / 9;
}

.cgfj-card-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cgfj-card-topline,
.cgfj-card-meta,
.cgfj-card-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
}

.cgfj-card-topline {
	align-items: flex-start;
	min-height: 2.4rem;
}

.cgfj-background-label {
	max-width: 55%;
	color: var(--cgfj-muted);
	font-size: 0.75rem;
	text-align: right;
}

.cgfj-card h3 {
	margin: 1rem 0;
	font-size: clamp(1.45rem, 3vw, 2.15rem);
}

.cgfj-card h3 a {
	color: var(--cgfj-ivory);
	text-decoration: none;
}

.cgfj-card-excerpt {
	color: var(--cgfj-muted);
	line-height: 1.7;
}

.cgfj-card-meta {
	margin-top: auto;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	color: rgba(244, 239, 227, 0.55);
	font-family: var(--cg-font-mono, monospace);
	font-size: 0.7rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.cgfj-card-actions {
	margin-top: 1rem;
}

.cgfj-text-link,
.cgfj-save-button {
	border: 0;
	background: transparent;
	color: var(--cgfj-gold) !important;
	font-family: var(--cg-font-mono, monospace);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.cgfj-save-button.is-saved {
	color: var(--cgfj-ivory) !important;
}

.cgfj-filter-form {
	display: grid;
	grid-template-columns: 1.1fr 1fr 1fr auto;
	gap: 0.8rem;
	align-items: end;
	margin-bottom: 1.5rem;
	padding: 1rem;
	background: var(--cgfj-panel);
	border: 1px solid var(--cgfj-border);
}

.cgfj-filter-form label,
.cgfj-field {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.cgfj-filter-form label > span,
.cgfj-field > span {
	color: var(--cgfj-ivory);
	font-family: var(--cg-font-mono, monospace);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cgfj-page input,
.cgfj-page select,
.cgfj-page textarea {
	width: 100%;
	min-height: 50px;
	padding: 0.8rem 0.9rem;
	border: 1px solid rgba(255, 180, 0, 0.28);
	border-radius: 0;
	outline: 0;
	background: #080c13;
	box-shadow: none;
	color: var(--cgfj-ivory);
	font: inherit;
}

.cgfj-page textarea {
	min-height: 140px;
	resize: vertical;
}

.cgfj-page input[type="file"] {
	padding: 0.55rem;
	border-style: dashed;
}

.cgfj-page input[type="file"]::file-selector-button {
	margin-right: 0.9rem;
	padding: 0.65rem 0.85rem;
	border: 1px solid var(--cgfj-gold);
	background: var(--cgfj-gold);
	color: var(--cgfj-ink);
	font-family: var(--cg-font-mono, monospace);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
}

.cgfj-page input:hover,
.cgfj-page input:focus,
.cgfj-page select:hover,
.cgfj-page select:focus,
.cgfj-page textarea:hover,
.cgfj-page textarea:focus {
	border-color: var(--cgfj-gold);
	box-shadow: 0 0 0 2px rgba(255, 180, 0, 0.1);
}

.cgfj-pagination {
	display: flex;
	justify-content: center;
	gap: 0.35rem;
	margin-top: 1.5rem;
}

.cgfj-pagination .page-numbers {
	display: inline-flex;
	min-width: 40px;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--cgfj-border);
	text-decoration: none;
}

.cgfj-pagination .current,
.cgfj-pagination a:hover {
	background: var(--cgfj-gold);
	color: var(--cgfj-ink);
}

.cgfj-empty,
.cgfj-saved > div,
.cgfj-guidelines,
.cgfj-manage-panel,
.cgfj-notice,
.cgfj-consent-note {
	padding: clamp(1.2rem, 4vw, 2rem);
	background: var(--cgfj-panel);
	border: 1px solid var(--cgfj-border);
}

.cgfj-saved a {
	display: block;
	padding: 0.7rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	text-decoration: none;
}

.cgfj-submit-page {
	max-width: 960px;
}

.cgfj-guidelines,
.cgfj-manage-panel,
.cgfj-notice {
	margin-top: 1rem;
}

.cgfj-guidelines li,
.cgfj-manage-panel p,
.cgfj-consent-note p {
	color: var(--cgfj-muted);
	line-height: 1.7;
}

.cgfj-notice-success {
	border-color: rgba(107, 210, 143, 0.55);
}

.cgfj-notice-error {
	border-color: rgba(228, 99, 99, 0.7);
}

.cgfj-story-form {
	margin-top: 1rem;
	padding: clamp(1.2rem, 5vw, 3rem);
	background: #080c13;
	border: 1px solid var(--cgfj-border);
}

.cgfj-progress {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.45rem;
	margin: 0 0 2rem;
	padding: 0;
	list-style: none;
}

.cgfj-progress li {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid rgba(255, 180, 0, 0.2);
	color: rgba(244, 239, 227, 0.45);
	font-family: var(--cg-font-mono, monospace);
	font-size: 0.68rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.cgfj-progress li span {
	display: inline-flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	border: 1px solid currentColor;
}

.cgfj-progress li.is-current,
.cgfj-progress li.is-complete {
	border-color: var(--cgfj-gold);
	color: var(--cgfj-gold);
}

.cgfj-form-step {
	margin: 0;
	padding: 0;
	border: 0;
}

.cgfj-js .cgfj-form-step {
	display: none;
}

.cgfj-js .cgfj-form-step.is-current {
	display: block;
}

.cgfj-form-step legend {
	width: 100%;
	margin-bottom: 1.5rem;
	color: var(--cgfj-ivory);
	font-family: var(--cg-font-display, Georgia, serif);
	font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.cgfj-form-step legend span {
	display: block;
	margin-bottom: 0.4rem;
	color: var(--cgfj-gold);
	font-family: var(--cg-font-mono, monospace);
	font-size: 0.7rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.cgfj-field {
	margin-bottom: 1.25rem;
}

.cgfj-field small,
.cgfj-field-note,
.cgfj-service-note {
	color: var(--cgfj-muted);
	font-size: 0.86rem;
	line-height: 1.6;
}

.cgfj-check {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.75rem;
	align-items: start;
	margin: 1rem 0;
	padding: 1rem;
	background: rgba(255, 180, 0, 0.035);
	border: 1px solid rgba(255, 180, 0, 0.15);
	line-height: 1.55;
}

.cgfj-check input {
	width: 18px;
	min-height: 18px;
	margin-top: 0.15rem;
	accent-color: var(--cgfj-gold);
}

.cgfj-step-actions {
	justify-content: space-between;
}

.cgfj-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.cgfj-service-note {
	margin-top: 1rem;
	text-align: center;
}

.cgfj-single {
	max-width: 1040px;
	padding-top: clamp(1rem, 3vw, 2.5rem);
}

.cgfj-single-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1rem;
	font-family: var(--cg-font-mono, monospace);
	font-size: 0.7rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.cgfj-single-nav > div {
	display: flex;
	gap: 0.5rem;
}

.cgfj-single-nav-bottom {
	margin: 1rem 0 0;
}

.cgfj-nav-button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 0.85rem;
	border: 1px solid rgba(255, 180, 0, 0.42);
	background: #0b0f17 !important;
	color: var(--cgfj-gold) !important;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cgfj-nav-button:hover,
.cgfj-nav-button:focus {
	border-color: var(--cgfj-gold);
	background: #0b0f17 !important;
	box-shadow: 0 0 0 2px rgba(255, 180, 0, 0.14);
	color: var(--cgfj-gold) !important;
}

.cgfj-nav-back,
.cgfj-nav-back:hover,
.cgfj-nav-back:focus {
	background: var(--cgfj-gold) !important;
	color: var(--cgfj-ink) !important;
}

.cgfj-nav-button[aria-disabled="true"] {
	border-color: rgba(244, 239, 227, 0.12);
	background: transparent !important;
	color: rgba(244, 239, 227, 0.28) !important;
	cursor: not-allowed;
}

.cgfj-story {
	background: var(--cgfj-panel);
	border: 1px solid var(--cgfj-border);
}

.cgfj-story-header {
	padding: clamp(2rem, 5vw, 3.75rem);
	background: linear-gradient(180deg, rgba(255, 180, 0, 0.055), transparent);
	border-bottom: 1px solid rgba(255, 180, 0, 0.15);
	text-align: center;
}

.cgfj-story-mark {
	margin-bottom: clamp(1.4rem, 3vw, 2rem);
	text-align: center;
}

.cgfj-story-mark .cgfj-cross {
	margin-bottom: 0.9rem;
}

.cgfj-story-mark .cgfj-eyebrow {
	margin-bottom: 0;
}

.cgfj-story-header.has-photo .cgfj-story-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
	gap: clamp(1.75rem, 4vw, 3.25rem);
	align-items: center;
	text-align: left;
}

.cgfj-story-header.has-photo .cgfj-story-meta {
	justify-content: flex-start;
}

.cgfj-story-photo {
	overflow: hidden;
	margin: 0;
	border: 1px solid rgba(255, 180, 0, 0.34);
	background: #080b12;
	aspect-ratio: 4 / 5;
}

.cgfj-story-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cgfj-story-header h1 {
	margin-bottom: 1.25rem;
	font-size: clamp(2.25rem, 5.3vw, 4.15rem);
}

.cgfj-story-meta {
	display: flex;
	justify-content: center;
	gap: 0.8rem 1.5rem;
	flex-wrap: wrap;
	color: var(--cgfj-muted);
	font-family: var(--cg-font-mono, monospace);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cgfj-story-content {
	max-width: 760px;
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 3.5rem);
}

.cgfj-story-content h2 {
	margin: 2.4rem 0 1rem;
	color: var(--cgfj-gold);
	font-size: clamp(1.5rem, 3.5vw, 2.15rem);
}

.cgfj-story-content h2:first-child {
	margin-top: 0;
}

.cgfj-story-content p,
.cgfj-story-content li {
	color: rgba(244, 239, 227, 0.82);
	font-size: 1.05rem;
	line-height: 1.85;
}

.cgfj-story-footer {
	justify-content: space-between;
	margin: 0;
	padding: 1.5rem;
	border-top: 1px solid rgba(255, 180, 0, 0.14);
}

.cgfj-theme-chrome-hidden,
.cgfj-theme-story-shell > header,
.cgfj-theme-story-shell > .entry-header,
.cgfj-theme-story-shell > .entry-meta,
.cgfj-theme-story-shell > .post-meta,
.cgfj-theme-story-shell > .post-meta-wrapper,
.cgfj-theme-story-shell > .featured-media,
.cgfj-theme-story-shell > .post-thumbnail,
.cgfj-theme-story-shell > .featured-image {
	display: none !important;
}

.cgfj-single-journey .wp-block-post-title,
.cgfj-single-journey .entry-title,
.cgfj-single-journey .entry-header:not(.cgfj-story-header),
.cgfj-single-journey .entry-meta,
.cgfj-single-journey .post-meta,
.cgfj-single-journey .post-meta-wrapper,
.cgfj-single-journey .posted-on,
.cgfj-single-journey .byline,
.cgfj-single-journey .post-date,
.cgfj-single-journey .entry-date,
.cgfj-single-journey .post-author,
.cgfj-single-journey .entry-author,
.cgfj-single-journey .featured-media,
.cgfj-single-journey .post-thumbnail,
.cgfj-single-journey .entry-thumbnail,
.cgfj-single-journey .entry-image,
.cgfj-single-journey .featured-image,
.cgfj-single-journey .post-thumb,
.cgfj-single-journey .post-featured-image,
.cgfj-single-journey .wp-block-post-featured-image,
.cgfj-single-journey .single-featured-image-header,
.cgfj-single-journey .ast-blog-featured-section,
.cgfj-single-journey .post-top-featured,
body.single-cgfj_journey .wp-block-post-title,
body.single-cgfj_journey .entry-title,
body.single-cgfj_journey .entry-header:not(.cgfj-story-header),
body.single-cgfj_journey .entry-meta,
body.single-cgfj_journey .post-meta,
body.single-cgfj_journey .post-meta-wrapper,
body.single-cgfj_journey .posted-on,
body.single-cgfj_journey .byline,
body.single-cgfj_journey .post-date,
body.single-cgfj_journey .entry-date,
body.single-cgfj_journey .post-author,
body.single-cgfj_journey .entry-author,
body.single-cgfj_journey .featured-media,
body.single-cgfj_journey .post-thumbnail,
body.single-cgfj_journey .entry-thumbnail,
body.single-cgfj_journey .entry-image,
body.single-cgfj_journey .featured-image,
body.single-cgfj_journey .post-thumb,
body.single-cgfj_journey .post-featured-image,
body.single-cgfj_journey .wp-block-post-featured-image,
body.single-cgfj_journey .single-featured-image-header,
body.single-cgfj_journey .ast-blog-featured-section,
body.single-cgfj_journey .post-top-featured,
body.single-cgfj_journey .site-main > article > img.wp-post-image,
body.single-cgfj_journey .entry-header > img.wp-post-image,
body.single-cgfj_journey .entry-content > img.wp-post-image:first-child {
	display: none !important;
}

body.cgfj-single-journey .site-main > article,
body.single-cgfj_journey .site-main > article,
body.cgfj-single-journey .entry-content,
body.single-cgfj_journey .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.cgfj-single-journey .cgfj-theme-story-main,
body.single-cgfj_journey .cgfj-theme-story-main,
body.cgfj-single-journey .cgfj-theme-story-article,
body.single-cgfj_journey .cgfj-theme-story-article {
	min-height: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.cgfj-single-journey .cgfj-theme-site-footer,
body.single-cgfj_journey .cgfj-theme-site-footer {
	min-height: 0 !important;
	margin-top: clamp(2rem, 4vw, 4rem) !important;
	padding-top: clamp(2.5rem, 4vw, 4rem) !important;
}

body.cgfj-single-journey .cgfj-theme-site-footer > :first-child,
body.single-cgfj_journey .cgfj-theme-site-footer > :first-child {
	min-height: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

@media (max-width: 900px) {
	.cgfj-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.cgfj-card-grid-single {
		grid-template-columns: 1fr;
	}
	.cgfj-filter-form {
		grid-template-columns: 1fr 1fr;
	}
	.cgfj-progress {
		grid-template-columns: 1fr;
	}
	.cgfj-progress li {
		display: none;
	}
	.cgfj-progress li.is-current {
		display: flex;
	}
	.cgfj-story-header.has-photo .cgfj-story-layout {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.cgfj-story-header.has-photo .cgfj-story-meta {
		justify-content: center;
	}
	.cgfj-story-photo {
		width: min(100%, 360px);
		margin: 0 auto;
	}
}

@media (max-width: 620px) {
	.cgfj-page {
		width: min(100% - 1rem, 1180px);
	}
	.cgfj-card-grid,
	.cgfj-filter-form {
		grid-template-columns: 1fr;
	}
	.cgfj-card-topline,
	.cgfj-card-meta,
	.cgfj-card-actions,
	.cgfj-single-nav,
	.cgfj-single-nav > div,
	.cgfj-story-footer {
		align-items: flex-start;
		flex-direction: column;
	}
	.cgfj-background-label {
		max-width: none;
		text-align: left;
	}
	.cgfj-single-nav,
	.cgfj-single-nav > div,
	.cgfj-nav-button {
		width: 100%;
	}
	.cgfj-step-actions .cgfj-btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cgfj-page *,
	.cgfj-page *::before,
	.cgfj-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
