:root {
	color-scheme: light;
}

html {
	background: #ffffff;
	box-sizing: border-box;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body.faith-over-everything-home {
	background: #ffffff !important;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin: 0;
	min-width: 320px;
}

.faith-over-everything-home a,
.faith-over-everything-home a:hover,
.faith-over-everything-home a:focus {
	color: inherit;
	text-decoration: none;
}

.faith-over-everything-home img {
	display: block;
	filter: none !important;
	height: auto;
	max-width: 100%;
	mix-blend-mode: normal !important;
	opacity: 1 !important;
}

.fo-header {
	background: #000000 !important;
	color: #ffffff;
	position: relative;
	width: 100%;
	z-index: 5;
}

.fo-lookbook-inner,
.fo-footer-inner {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

.fo-header-inner {
	align-items: center;
	background: #000000;
	color: #ffffff;
	display: grid;
	gap: 28px;
	grid-template-columns: auto minmax(0, 1fr);
	margin: 0;
	min-height: 64px;
	padding: 12px 32px;
	width: 100%;
}

.fo-logo-link {
	align-items: center;
	display: flex;
	line-height: 0;
	width: 178px;
}

.fo-logo-link img {
	filter: invert(1) !important;
	object-fit: contain;
	width: 100%;
}

.fo-nav-links {
	align-items: center;
	background: #000000;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(16px, 2.2vw, 36px);
	justify-content: flex-end;
}

.fo-nav-links a,
.fo-footer-nav a {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.fo-menu-button {
	display: none;
}

.fo-announcement {
	background: #ffffff;
	border-bottom: 1px solid #deded8;
	color: #000000;
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	margin: 0;
	padding: 16px 32px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.fo-hero {
	background: #050505;
	color: #ffffff;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin: 0;
	min-height: 500px;
	overflow: hidden;
	width: 100%;
}

.fo-hero-copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px 32px 56px clamp(32px, 6vw, 90px);
	position: relative;
	z-index: 1;
}

.fo-hero-copy p {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.45;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.fo-hero-copy p + p {
	letter-spacing: 0;
	text-transform: none;
}

.fo-hero-copy h1 {
	color: #ffffff;
	font-size: clamp(64px, 8vw, 124px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.86;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.fo-hero-copy a {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-top: 12px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.fo-hero-media {
	align-items: center;
	background: #050505;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	min-height: 500px;
	overflow: hidden;
	padding: 42px 48px 42px 16px;
	position: relative;
}

.fo-hero-products {
	align-items: end;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 790px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.fo-hero-products img {
	background: #ffffff;
	max-height: 390px;
	object-fit: contain;
	width: 100%;
}

.fo-products {
	background: #ffffff;
	color: #000000;
	margin: 0;
	padding: 34px 32px 54px;
	width: 100%;
}

.fo-products + .fo-products {
	border-top: 1px solid #deded8;
}

.fo-section-heading {
	align-items: center;
	border-bottom: 1px solid #deded8;
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 12px;
}

.fo-section-heading h2,
.fo-lookbook h2 {
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.fo-product-grid {
	display: grid;
	gap: 28px;
}

.fo-product-grid-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fo-product-grid-four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fo-product-card {
	background: #ffffff;
	color: #000000;
	display: block;
}

.fo-product-image {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #f5f4ef;
	border: 1px solid #deded8;
	display: flex;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	padding: 28px;
}

.fo-product-image img {
	background: #ffffff;
	max-height: 100%;
	max-width: 88%;
	object-fit: contain;
	width: auto;
}

.fo-product-info {
	background: #ffffff;
	color: #000000;
	padding-top: 14px;
}

.fo-product-info h3,
.fo-product-info p,
.fo-lookbook-heading p,
.fo-footer p,
.fo-footer-logo {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
	text-transform: none;
}

.fo-product-info h3 {
	letter-spacing: 0.04em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.fo-lookbook {
	background: #f5f4ef;
	color: #000000;
}

.fo-lookbook-inner {
	padding: 46px 32px 58px;
}

.fo-lookbook-heading {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.fo-lookbook-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fo-lookbook-panel {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #ffffff;
	display: flex;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	padding: 28px;
}

.fo-lookbook-panel img {
	max-height: 100%;
	max-width: 90%;
	object-fit: contain;
	width: auto;
}

.fo-footer {
	background: #ffffff !important;
	border-top: 1px solid #deded8;
	color: #000000;
	padding: 30px 32px;
}

.fo-footer-inner {
	align-items: center;
	background: #ffffff;
	color: #000000;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(180px, 1fr) auto minmax(260px, 1fr);
}

.fo-footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	justify-content: center;
}

.fo-footer p {
	font-size: 12px;
	justify-self: end;
}

.fo-product-detail {
	align-items: start;
	background: #ffffff;
	color: #000000;
	display: grid;
	gap: clamp(28px, 4vw, 56px);
	grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
	margin: 0 auto;
	max-width: 1280px;
	padding: clamp(34px, 4.6vw, 64px) 32px;
	width: 100%;
}

.fo-product-gallery {
	min-width: 0;
}

.fo-product-gallery-main,
.fo-product-gallery-thumbs figure {
	align-items: center;
	background: #f5f4ef;
	border: 1px solid #deded8;
	display: flex;
	justify-content: center;
	margin: 0;
	overflow: hidden;
}

.fo-product-gallery-main {
	aspect-ratio: 1 / 1;
	padding: clamp(24px, 3.6vw, 46px);
}

.fo-product-gallery-main img,
.fo-product-gallery-thumbs img {
	background: #ffffff;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.fo-product-gallery-thumbs {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 14px;
}

.fo-product-gallery-thumbs figure {
	aspect-ratio: 1;
	padding: 12px;
}

.fo-product-detail-copy {
	align-self: center;
	display: grid;
	gap: 18px;
	max-width: 520px;
	min-width: 0;
}

.fo-product-kicker,
.fo-product-size-block span {
	color: #000000;
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
}

.fo-product-detail-copy h1 {
	color: #000000;
	font-size: clamp(40px, 5vw, 72px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.fo-product-detail-price,
.fo-product-size-block p,
.fo-product-intro,
.fo-product-description p {
	color: #000000;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.fo-product-detail-price {
	font-size: 18px;
}

.fo-product-size-block {
	border-bottom: 1px solid #deded8;
	border-top: 1px solid #deded8;
	display: grid;
	gap: 8px;
	padding: 18px 0;
}

.fo-product-size-block p,
.fo-product-kicker {
	overflow-wrap: anywhere;
}

.fo-product-description {
	display: grid;
	gap: 10px;
}

.fo-product-description h2 {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.fo-product-contact-link {
	border-bottom: 1px solid #000000;
	color: #000000;
	display: inline-block;
	font-size: 12px;
	justify-self: start;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-top: 6px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.fo-product-enquiry {
	border-top: 1px solid #deded8;
	display: grid;
	gap: 18px;
	margin-top: 8px;
	padding-top: 22px;
}

.fo-product-enquiry-heading {
	display: grid;
	gap: 8px;
}

.fo-product-enquiry-heading h2 {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.fo-product-enquiry-heading p,
.fo-product-enquiry-error {
	color: #000000;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.fo-product-enquiry-fields {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fo-product-enquiry label {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.fo-product-enquiry label > span:first-child {
	color: #000000;
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.fo-product-enquiry input,
.fo-product-enquiry select,
.fo-product-enquiry textarea {
	appearance: none;
	background: #ffffff;
	border: 1px solid #cfcfc8;
	border-radius: 0;
	color: #000000;
	font: inherit;
	font-size: 14px;
	line-height: 1.4;
	min-height: 44px;
	padding: 11px 12px;
	width: 100%;
}

.fo-product-enquiry textarea {
	min-height: 108px;
	resize: vertical;
}

.fo-product-enquiry-message {
	grid-column: 1 / -1;
}

.fo-product-enquiry-error {
	color: #8a1f11;
}

.fo-contact-page {
	background: #ffffff;
	color: #000000;
	margin: 0 auto;
	max-width: 920px;
	padding: clamp(34px, 4.6vw, 64px) 32px 64px;
	width: 100%;
}

.fo-contact-heading {
	border-bottom: 1px solid #deded8;
	display: grid;
	gap: 12px;
	margin-bottom: 22px;
	padding-bottom: 18px;
}

.fo-contact-heading p {
	color: #000000;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	max-width: 620px;
}

.fo-contact-heading p:first-child {
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.fo-contact-heading h1 {
	color: #000000;
	font-size: clamp(44px, 6vw, 82px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0;
	text-transform: uppercase;
}

.fo-contact-form {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.fo-contact-success {
	color: #176b36;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 18px;
}

.fo-product-enquiry-submit {
	background: #000000;
	border: 1px solid #000000;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	justify-self: start;
	letter-spacing: 0.08em;
	line-height: 1.4;
	padding: 13px 18px;
	text-transform: uppercase;
}

.faith-over-everything-home .fo-product-enquiry-submit {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	justify-content: center;
	min-height: 48px;
	text-align: center;
	text-decoration: none;
}

.faith-over-everything-home .fo-product-enquiry-submit:hover,
.faith-over-everything-home .fo-product-enquiry-submit:focus {
	color: #ffffff;
}

.fo-checkout-return {
	min-height: 44vh;
}

.fo-checkout-return-heading {
	align-items: flex-start;
	display: grid;
	gap: 8px;
	justify-content: stretch;
}

.fo-checkout-return-heading p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.fo-checkout-return-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 22px;
}

.fo-collection-hero {
	background: #f5f4ef;
	border-bottom: 1px solid #deded8;
	color: #000000;
	margin: 0;
	padding: clamp(44px, 6vw, 86px) 32px clamp(36px, 5vw, 68px);
	width: 100%;
}

.fo-collection-hero p,
.fo-collection-empty p {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	margin: 0;
	max-width: 660px;
}

.fo-collection-hero p:first-child {
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.fo-collection-hero h1 {
	color: #000000;
	font-size: clamp(52px, 7vw, 108px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0 0 18px;
	max-width: 980px;
	text-transform: uppercase;
}

.fo-collection-products {
	padding-top: 36px;
}

.fo-collection-grid {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.fo-collection-empty {
	background: #ffffff;
	border: 1px solid #deded8;
	padding: 28px;
}

.fo-account-page {
	background: #ffffff;
	color: #000000;
	min-height: 58vh;
	padding: 34px 32px 54px;
}

.fo-account-panel,
.fo-account-layout {
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
}

.fo-account-panel--narrow {
	border: 1px solid #deded8;
	max-width: 460px;
	padding: 28px;
}

.fo-account-layout {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: 240px minmax(0, 1fr);
}

.fo-account-nav {
	border: 1px solid #deded8;
	display: grid;
}

.fo-account-nav a,
.fo-account-nav button {
	background: #ffffff;
	border: 0;
	border-bottom: 1px solid #deded8;
	color: #000000;
	cursor: pointer;
	display: block;
	font: inherit;
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	padding: 14px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.fo-account-nav a:hover,
.fo-account-nav a:focus-visible {
	background: #f5f4ef;
	outline: 0;
}

.fo-account-nav a[aria-current='page'],
.fo-account-nav a.is-active {
	background: #000000;
	color: #ffffff;
	font-weight: 700;
}

.fo-account-nav a[aria-current='page']:hover,
.fo-account-nav a[aria-current='page']:focus-visible,
.fo-account-nav a.is-active:hover,
.fo-account-nav a.is-active:focus-visible {
	background: #000000;
	color: #ffffff;
}

.fo-account-nav .fo-account-return {
	color: #b00020;
	font-weight: 700;
}

.fo-account-impersonation {
	background: #fff1f1;
	border: 1px solid #e3b3b3;
	color: #8a1f11;
	margin: 0 auto 20px;
	max-width: 1180px;
	padding: 12px 14px;
	width: 100%;
}

.fo-account-main {
	min-width: 0;
}

.fo-account-main h1,
.fo-account-panel h1 {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.fo-account-main h2,
.fo-account-card h2,
.fo-account-section h2 {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.fo-account-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fo-account-card,
.fo-account-section {
	border: 1px solid #deded8;
	padding: 18px;
}

.fo-account-card p,
.fo-account-section p,
.fo-account-panel p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 8px;
}

.fo-account-section {
	margin-top: 18px;
}

.fo-account-order-row {
	align-items: start;
	border-top: 1px solid #deded8;
	display: grid;
	gap: 12px;
	grid-template-columns: 1.4fr 1fr 0.8fr 1fr 1fr;
	padding: 14px 0;
}

.fo-account-order-row--summary {
	grid-template-columns: 1.4fr 1fr 0.8fr 1fr;
}

.fo-account-order-row span {
	font-size: 13px;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.fo-account-form {
	display: grid;
	gap: 14px;
}

.fo-account-form label {
	display: grid;
	gap: 7px;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fo-account-form input {
	border: 1px solid #cfcfc8;
	font: inherit;
	font-size: 14px;
	min-height: 44px;
	padding: 11px 12px;
}

.fo-account-form button,
.fo-account-button {
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	justify-self: start;
	letter-spacing: 0.08em;
	line-height: 1.4;
	padding: 13px 18px;
	text-transform: uppercase;
}

.fo-account-link {
	border-bottom: 1px solid #000000;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.08em;
	margin-top: 18px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.fo-account-error {
	color: #8a1f11;
}

.fo-account-success {
	color: #176b36;
}

@media (max-width: 1024px) {
	.fo-header {
		z-index: 100;
	}

	.fo-header-inner {
		align-items: start;
		grid-template-columns: 1fr auto;
		padding: 12px 24px;
	}

	.fo-logo-link {
		width: 150px;
	}

	.fo-menu-button {
		align-items: center;
		background: transparent;
		border: 0;
		color: #ffffff;
		cursor: pointer;
		display: inline-flex;
		flex-direction: column;
		gap: 6px;
		height: 38px;
		justify-content: center;
		justify-self: end;
		margin: 0;
		padding: 0;
		position: relative;
		width: 38px;
		z-index: 2;
	}

	.fo-menu-button span {
		background: #ffffff;
		display: block;
		height: 1px;
		transition: opacity 160ms ease, transform 160ms ease;
		width: 28px;
	}

	.fo-menu-button.is-open span:first-child {
		transform: translateY(7px) rotate(45deg);
	}

	.fo-menu-button.is-open span:nth-child(2) {
		opacity: 0;
	}

	.fo-menu-button.is-open span:last-child {
		transform: translateY(-7px) rotate(-45deg);
	}

	.fo-nav-links {
		background: #000000;
		border-top: 0;
		display: none;
		flex-direction: column;
		gap: 0;
		justify-content: flex-start;
		left: 0;
		margin-top: 0;
		padding: 18px 24px 20px;
		position: absolute;
		right: 0;
		top: 100%;
		width: 100%;
		z-index: 30;
	}

	.fo-nav-links a {
		display: block;
		font-size: 12px;
		padding: 13px 0;
		width: 100%;
	}

	.fo-nav-links.is-open {
		display: flex !important;
	}

	.faith-over-everything-home.fo-menu-open .fo-nav-links {
		display: flex !important;
	}

	.faith-over-everything-home.fo-menu-open .fo-announcement {
		display: none;
	}

	.fo-hero {
		grid-template-columns: 1fr;
	}

	.fo-hero-copy {
		padding: 46px 24px 32px;
	}

	.fo-hero-media {
		min-height: 360px;
		padding: 24px;
	}

	.fo-product-grid-two,
	.fo-product-grid-four,
	.fo-lookbook-grid {
		grid-template-columns: 1fr;
	}

	.fo-footer-inner {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.fo-footer-nav {
		gap: 18px 24px;
		justify-content: flex-start;
	}

	.fo-footer p {
		justify-self: start;
	}

	.fo-account-layout,
	.fo-account-grid,
	.fo-account-order-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.fo-product-detail {
		grid-template-columns: 1fr;
	}

	.fo-product-detail-copy {
		max-width: none;
	}
}

@media (max-width: 520px) {
	.fo-header-inner,
	.fo-announcement,
	.fo-collection-hero,
	.fo-contact-page,
	.fo-products,
	.fo-lookbook-inner,
	.fo-footer {
		padding-left: 16px;
		padding-right: 16px;
	}

	.fo-logo-link {
		width: 122px;
	}

	.fo-announcement {
		font-size: 10px;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.fo-hero-copy {
		padding: 36px 16px 26px;
	}

	.fo-hero-copy h1 {
		font-size: 58px;
	}

	.fo-hero-media {
		min-height: 250px;
		padding: 18px 16px 24px;
	}

	.fo-hero-products {
		gap: 10px;
	}

	.fo-hero-products img {
		max-height: 210px;
	}

	.fo-products {
		padding-bottom: 42px;
		padding-top: 28px;
	}

	.fo-product-image,
	.fo-lookbook-panel {
		padding: 22px;
	}

	.fo-product-detail {
		padding-left: 16px;
		padding-right: 16px;
	}

	.fo-product-detail-copy h1 {
		font-size: 36px;
	}

	.fo-product-gallery-thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fo-product-enquiry-fields {
		grid-template-columns: 1fr;
	}

	.fo-product-enquiry-submit {
		justify-self: stretch;
		text-align: center;
		width: 100%;
	}

	.fo-checkout-return-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.fo-checkout-return-actions .fo-product-contact-link {
		justify-self: stretch;
		text-align: center;
	}

	.fo-account-page {
		padding: 28px 16px 44px;
	}

	.fo-account-panel--narrow,
	.fo-account-card,
	.fo-account-section {
		padding: 16px;
	}
}
