/* Flick Customer Accounts v1.0.6 — Flick red stroke branding */
:root {
	--fca-red: #ec1c24;
	--fca-red-dark: #c00d14;
	--fca-ink: #0a0a0a;
	--fca-text: #222;
	--fca-muted: #7a7a7a;
	--fca-line: #ececec;
	--fca-soft: #f6f6f6;
	--fca-radius: 12px;
	--fca-font: "Hind Siliguri", "Rajdhani", system-ui, sans-serif;
	--fca-display: "Rajdhani", "Hind Siliguri", sans-serif;
	--fca-z: 100000;
}

.fca-btn, .fca-icon-btn, .fca-drawer, .fca-modal, .fca-app, .fca-toast,
.fca-header-btn, .fca-burger, .fca-topbar { box-sizing: border-box; font-family: var(--fca-font); }
.fca-btn *, .fca-drawer *, .fca-modal *, .fca-app * { box-sizing: border-box; }

/* —— Buttons (beat Elementor/Blocksy button resets) —— */
#fca-root button.fca-btn,
#fca-root .fca-btn,
.fca-modal button.fca-btn,
.fca-modal .fca-btn,
.fca-app button.fca-btn,
.fca-app .fca-btn,
.fca-auth-wrap .fca-btn,
button.fca-btn,
a.fca-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	min-height: 46px !important;
	padding: 12px 18px !important;
	border-radius: 12px !important;
	border: 2px solid #ec1c24 !important;
	background: #ec1c24 !important;
	background-color: #ec1c24 !important;
	background-image: none !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	cursor: pointer !important;
	box-shadow: none !important;
	opacity: 1 !important;
	filter: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	transition: background .15s ease, border-color .15s ease, transform .1s ease !important;
}
#fca-root button.fca-btn:hover,
#fca-root .fca-btn:hover,
.fca-modal .fca-btn:hover,
.fca-app .fca-btn:hover,
button.fca-btn:hover,
a.fca-btn:hover {
	background: #c00d14 !important;
	background-color: #c00d14 !important;
	border-color: #c00d14 !important;
	color: #ffffff !important;
}
#fca-root button.fca-btn:disabled,
.fca-modal .fca-btn:disabled,
button.fca-btn:disabled {
	background: #ec1c24 !important;
	background-color: #ec1c24 !important;
	border-color: #ec1c24 !important;
	color: #ffffff !important;
	opacity: .72 !important;
	cursor: not-allowed !important;
}
#fca-root .fca-btn-ghost,
.fca-app .fca-btn-ghost,
button.fca-btn-ghost {
	background: #fff !important;
	background-color: #fff !important;
	color: #111 !important;
	border-color: #ddd !important;
}
#fca-root .fca-btn-ghost:hover,
button.fca-btn-ghost:hover {
	border-color: #ec1c24 !important;
	color: #ec1c24 !important;
	background: #fff !important;
}
.fca-btn-small { min-height: 36px !important; padding: 8px 12px !important; font-size: 12.5px !important; border-radius: 10px !important; }
.fca-btn-block { width: 100% !important; }
.fca-btn-spin {
	width: 16px; height: 16px; border-radius: 50%;
	border: 2px solid rgba(255,255,255,.35); border-top-color: #fff;
	animation: fca-spin .7s linear infinite; flex: 0 0 auto;
}

/* —— Header: desktop icon / mobile burger —— */
.fca-chrome {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	vertical-align: middle;
	z-index: 50;
	line-height: 1;
	--fca-chrome-border-w: 1.5px;
	--fca-chrome-border-c: #ec1c24;
	--fca-chrome-bg: #ffffff;
	--fca-chrome-fg: #ec1c24;
	--fca-chrome-hover-bg: #ec1c24;
	--fca-chrome-hover-fg: #ffffff;
	--fca-chrome-hover-border-c: #ec1c24;
}
.fca-chrome .fca-header-btn,
.fca-chrome .fca-burger,
.fca-chrome .fca-login-pill,
.fca-fixed-chrome .fca-header-btn,
.fca-fixed-chrome .fca-burger,
.fca-fixed-chrome .fca-login-pill {
	border: var(--fca-chrome-border-w) solid var(--fca-chrome-border-c) !important;
	background: var(--fca-chrome-bg) !important;
	color: var(--fca-chrome-fg) !important;
}
.fca-chrome .fca-header-btn:hover,
.fca-chrome .fca-burger:hover,
.fca-chrome .fca-login-pill:hover,
.fca-fixed-chrome .fca-header-btn:hover,
.fca-fixed-chrome .fca-burger:hover,
.fca-fixed-chrome .fca-login-pill:hover {
	background: var(--fca-chrome-hover-bg) !important;
	border-color: var(--fca-chrome-hover-border-c) !important;
	color: var(--fca-chrome-hover-fg) !important;
}
.fca-header-btn svg,
.fca-burger svg,
.fca-login-pill svg,
.fca-svg {
	display: block !important;
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	min-height: 20px !important;
	flex: 0 0 auto;
	overflow: visible !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.fca-header-btn svg *:not([fill="currentColor"]),
.fca-burger svg *:not([fill="currentColor"]),
.fca-login-pill svg *:not([fill="currentColor"]) {
	stroke: currentColor !important;
	fill: none !important;
}
.fca-header-btn svg [fill="currentColor"],
.fca-burger svg [fill="currentColor"] {
	fill: currentColor !important;
	stroke: none !important;
}

/* Mini AJAX spinner */
.fca-spinner {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2.5px solid #ececec;
	border-top-color: var(--fca-red);
	animation: fca-spin .7s linear infinite;
}
@keyframes fca-spin { to { transform: rotate(360deg); } }
.fca-stage-loading {
	position: absolute; inset: 0; display: grid; place-items: center;
	background: rgba(255,255,255,.65); z-index: 2; border-radius: inherit;
}
/* Header chrome — stroke/color via admin chrome_style */
:root,
body.fca-chrome-brand {
	--fca-chrome-border-w: 1.5px;
	--fca-chrome-border-c: #ec1c24;
	--fca-chrome-bg: #ffffff;
	--fca-chrome-fg: #ec1c24;
	--fca-chrome-hover-bg: #ec1c24;
	--fca-chrome-hover-fg: #ffffff;
	--fca-chrome-hover-border-c: #ec1c24;
}
body.fca-chrome-soft {
	--fca-chrome-border-w: 1px;
	--fca-chrome-border-c: #d0d0d0;
	--fca-chrome-bg: #ffffff;
	--fca-chrome-fg: #1a1a1a;
	--fca-chrome-hover-bg: #fff5f5;
	--fca-chrome-hover-fg: #ec1c24;
	--fca-chrome-hover-border-c: #ec1c24;
}
body.fca-chrome-filled {
	--fca-chrome-border-w: 1.5px;
	--fca-chrome-border-c: #ec1c24;
	--fca-chrome-bg: #ec1c24;
	--fca-chrome-fg: #ffffff;
	--fca-chrome-hover-bg: #c00d14;
	--fca-chrome-hover-fg: #ffffff;
	--fca-chrome-hover-border-c: #c00d14;
}
body.fca-chrome-ink {
	--fca-chrome-border-w: 1.5px;
	--fca-chrome-border-c: #111111;
	--fca-chrome-bg: #ffffff;
	--fca-chrome-fg: #111111;
	--fca-chrome-hover-bg: #111111;
	--fca-chrome-hover-fg: #ffffff;
	--fca-chrome-hover-border-c: #111111;
}

.fca-header-btn, .fca-burger {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	min-width: 42px;
	border: var(--fca-chrome-border-w) solid var(--fca-chrome-border-c) !important;
	border-radius: 50%;
	background: var(--fca-chrome-bg) !important;
	color: var(--fca-chrome-fg) !important;
	cursor: pointer;
	padding: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.fca-header-btn:hover, .fca-burger:hover,
.fca-header-btn:focus-visible, .fca-burger:focus-visible {
	background: var(--fca-chrome-hover-bg) !important;
	border-color: var(--fca-chrome-hover-border-c) !important;
	color: var(--fca-chrome-hover-fg) !important;
}
.fca-header-btn .fca-svg,
.fca-burger .fca-svg {
	width: 20px !important;
	height: 20px !important;
}
.fca-header-btn img {
	width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block;
}

/* Logged-out Login / Register pill */
.fca-login-pill {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	padding: 0 14px !important;
	border: var(--fca-chrome-border-w) solid var(--fca-chrome-border-c) !important;
	border-radius: 999px !important;
	background: var(--fca-chrome-bg) !important;
	color: var(--fca-chrome-fg) !important;
	font-family: var(--fca-font);
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
	line-height: 1;
	white-space: nowrap;
	box-shadow: none !important;
	outline: none !important;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.fca-login-pill:hover,
.fca-login-pill:focus-visible {
	background: var(--fca-chrome-hover-bg) !important;
	border-color: var(--fca-chrome-hover-border-c) !important;
	color: var(--fca-chrome-hover-fg) !important;
}
.fca-login-pill .fca-svg { width: 16px !important; height: 16px !important; }

.fca-badge {
	position: absolute; top: -2px; right: -2px;
	min-width: 15px; height: 15px; padding: 0 4px; border-radius: 20px;
	background: var(--fca-red); color: #fff; font-size: 9px; font-weight: 700;
	display: grid; place-items: center; line-height: 1; border: 1.5px solid #fff;
}
.fca-badge.is-empty { display: none; }

.fca-chrome {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.fca-desktop-only { display: inline-flex !important; }
.fca-mobile-only { display: none !important; }
.fca-always { display: inline-flex !important; }
@media (max-width: 768px) {
	.fca-desktop-only { display: none !important; }
	.fca-mobile-only { display: inline-flex !important; }
}

/* Fixed chrome — only if floating icon is enabled and no shortcode exists */
.fca-fixed-chrome {
	position: fixed;
	top: 10px;
	right: 16px;
	z-index: 100050;
	display: none;
	gap: 8px;
	align-items: center;
}
.fca-fixed-chrome.is-on { display: inline-flex; }
body.admin-bar .fca-fixed-chrome { top: 42px; }
@media (max-width: 782px) {
	body.admin-bar .fca-fixed-chrome { top: 56px; }
}
.fca-float { display: none !important; }

.fca-nav-link.is-home {
	border: 1px solid var(--fca-line);
	margin-bottom: 8px;
	background: var(--fca-soft);
}
.fca-nav-link.is-home:hover { border-color: var(--fca-red); }

/* —— Drawer —— */
#fca-root[hidden] { display: none !important; }
#fca-root.is-open,
#fca-root.is-modal { display: block; }
.fca-overlay {
	position: fixed; inset: 0; background: rgba(10,10,10,.42);
	z-index: var(--fca-z); opacity: 0; pointer-events: none; transition: opacity .22s ease;
}
#fca-root.is-open .fca-overlay,
#fca-root.is-modal .fca-overlay { opacity: 1; pointer-events: auto; }
#fca-root.is-modal .fca-overlay { background: rgba(10,10,10,.55); }

/* Left drawer — narrower + frosted so site shows on the right */
.fca-drawer {
	position: fixed; top: 0; left: 0; right: auto; height: 100%;
	width: min(278px, 76vw);
	background: rgba(255,255,255,.86);
	-webkit-backdrop-filter: blur(14px) saturate(1.2);
	backdrop-filter: blur(14px) saturate(1.2);
	z-index: calc(var(--fca-z) + 1);
	box-shadow: 12px 0 36px rgba(0,0,0,.14);
	border-right: 1px solid rgba(255,255,255,.55);
	transform: translateX(-105%);
	transition: transform .28s cubic-bezier(.2,.8,.2,1);
	display: flex; flex-direction: column;
}
#fca-root.is-open .fca-drawer { transform: none; }
#fca-root.is-modal .fca-drawer { transform: translateX(-105%); pointer-events: none; }
.fca-drawer-head {
	display: flex; align-items: center; justify-content: space-between;
	padding: 14px 12px 10px; border-bottom: 1px solid rgba(0,0,0,.06);
}
.fca-drawer-who { font-family: var(--fca-display); font-weight: 700; font-size: 16px; color: var(--fca-ink); line-height: 1.25; }
.fca-drawer-sub { display: block; font-size: 11.5px; color: var(--fca-muted); font-weight: 500; margin-top: 2px; }
.fca-icon-btn {
	width: 32px; height: 32px; border: 0; border-radius: 50%;
	background: rgba(0,0,0,.06); color: #444; font-size: 18px; cursor: pointer;
}
.fca-icon-btn:hover { background: var(--fca-red); color: #fff; }
.fca-drawer-nav { padding: 6px 8px 10px; overflow: auto; flex: 1; }
.fca-nav-link {
	display: flex; align-items: center; gap: 10px;
	padding: 8px 10px; border-radius: 10px; color: var(--fca-text);
	text-decoration: none; font-weight: 600; font-size: 13.5px; min-height: 40px;
	border: 0; background: transparent; width: 100%; cursor: pointer; text-align: left;
}
.fca-nav-link:hover, .fca-nav-link.is-active { background: rgba(236,28,36,.08); color: var(--fca-red); }
.fca-nav-link.is-danger { color: var(--fca-red); margin-top: 4px; }
.fca-nav-ico {
	width: 18px !important;
	height: 18px !important;
	min-width: 18px;
	opacity: 1;
	flex: 0 0 auto;
	color: #444;
}
.fca-nav-link .fca-nav-ico { color: #444; }
.fca-nav-link:hover .fca-nav-ico,
.fca-nav-link.is-active .fca-nav-ico { color: var(--fca-red); }
.fca-drawer-tip {
	margin: 4px 8px 12px;
	padding: 10px 11px;
	border-radius: 12px;
	background: rgba(236,28,36,.07);
	border: 1px solid rgba(236,28,36,.16);
	font-size: 12px;
	line-height: 1.45;
	color: #444;
	font-weight: 500;
}
.fca-drawer-tip strong { color: var(--fca-red); font-weight: 700; display: block; margin-bottom: 2px; }
.fca-nav-link:hover .fca-nav-ico,
.fca-nav-link.is-active .fca-nav-ico { color: var(--fca-red); }

/* —— Modal auth —— */
.fca-modal[hidden] { display: none !important; }
.fca-modal {
	position: fixed; inset: 0; z-index: calc(var(--fca-z) + 10);
	display: grid; place-items: center; padding: 14px;
}
.fca-modal-backdrop {
	position: absolute; inset: 0; border: 0; background: transparent; cursor: pointer;
}
.fca-modal-card {
	position: relative;
	width: min(380px, 100%);
	background: rgba(255,255,255,.92);
	-webkit-backdrop-filter: blur(16px) saturate(1.15);
	backdrop-filter: blur(16px) saturate(1.15);
	border-radius: 20px;
	padding: 0;
	z-index: 1;
	overflow: hidden;
	border: 1px solid rgba(236,28,36,.22);
	box-shadow: 0 24px 64px rgba(0,0,0,.28);
	font-family: "Hind Siliguri", var(--fca-font);
}
.fca-modal-card::before {
	content: ""; display: block; height: 3px;
	background: linear-gradient(90deg, #ec1c24 0%, #ff5a5f 55%, #ec1c24 100%);
}
.fca-modal-body { padding: 18px 18px 16px; }
.fca-modal-close {
	position: absolute; top: 12px; right: 10px; z-index: 2;
	width: 32px; height: 32px; border: 0; border-radius: 50%;
	background: rgba(0,0,0,.06); color: #333; font-size: 18px; line-height: 1; cursor: pointer;
}
.fca-modal-close:hover { background: var(--fca-red); color: #fff; }
.fca-modal-card h2, .fca-auth-card h1 {
	font-family: "Rajdhani", var(--fca-display);
	margin: 0 0 4px;
	font-size: 24px;
	color: var(--fca-ink);
	font-weight: 700;
	letter-spacing: .2px;
}
.fca-modal-lead {
	margin: 0 0 14px;
	color: #666;
	font-size: 13px;
	line-height: 1.45;
	font-weight: 500;
}
.fca-auth-brand-row {
	display: flex; align-items: center; gap: 8px; margin: 0 0 12px;
	padding-right: 36px;
}
.fca-auth-logo {
	display: block;
	height: 32px;
	width: auto;
	max-width: min(168px, 62vw);
	object-fit: contain;
}
.fca-auth-brand-text {
	font-family: var(--fca-display);
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .4px;
	color: #111;
}

/* —— Forms —— */
.fca-form { display: grid; gap: 10px; }
.fca-form label { display: grid; gap: 5px; font-weight: 600; font-size: 12.5px; color: #444; }
.fca-form input, .fca-form select, .fca-form textarea {
	width: 100%; min-height: 44px; border: 1.5px solid #e8e8e8; border-radius: 12px;
	padding: 10px 12px; font: inherit; background: #f7f7f7; color: var(--fca-ink);
	transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.fca-form textarea { min-height: 90px; resize: vertical; }
.fca-form input:focus, .fca-form select:focus, .fca-form textarea:focus {
	outline: none; border-color: var(--fca-red); background: #fff;
	box-shadow: 0 0 0 3px rgba(236,28,36,.12);
}
.fca-check {
	display: flex !important; align-items: center; gap: 8px; font-weight: 600;
	grid-template-columns: none !important; font-size: 12.5px; color: #444;
}
.fca-check input { width: 16px; height: 16px; min-height: 0; accent-color: var(--fca-red); }
.fca-form-msg { margin: 0; font-size: 12.5px; color: var(--fca-red); font-weight: 600; }
.fca-form-msg.is-ok { color: #0a7a32; }
.fca-switch { text-align: center; font-size: 13px; margin: 2px 0 0; color: #555; }
.fca-switch a { color: var(--fca-red) !important; font-weight: 700; text-decoration: none; cursor: pointer; }
.fca-switch-row {
	display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap;
	margin-top: 4px; font-size: 12.5px;
}
.fca-switch-row a { color: var(--fca-red) !important; font-weight: 700; text-decoration: none; cursor: pointer; }
.fca-otp-hint {
	background: #fff5f5; border: 1px solid #ffd0d2; border-radius: 12px;
	padding: 10px 12px; font-size: 12.5px; color: #555; line-height: 1.4;
}
.fca-modal .fca-btn-block { min-height: 46px !important; border-radius: 12px !important; font-size: 15px !important; }

@media (max-width: 680px) {
	.fca-modal { padding: 10px; align-items: flex-end; }
	.fca-modal-card {
		width: 100%;
		max-height: min(92vh, 720px);
		overflow: auto;
		border-radius: 18px 18px 12px 12px;
	}
	.fca-modal-body { padding: 16px 14px 14px; }
	.fca-modal-card h2 { font-size: 22px; }
	.fca-form input { min-height: 46px; }
}
.fca-label-row { display: flex; flex-wrap: wrap; gap: 8px; }
.fca-label-chip {
	border: 1.5px solid #e4e4e4; background: #fff; border-radius: 999px;
	padding: 8px 14px; font-weight: 700; font-size: 12.5px; cursor: pointer;
}
.fca-label-chip.is-on { background: var(--fca-red); border-color: var(--fca-red); color: #fff; }

.fca-toast {
	position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%);
	z-index: calc(var(--fca-z) + 20); background: #111; color: #fff;
	padding: 11px 16px; border-radius: 999px; font-weight: 600; font-size: 13.5px;
	box-shadow: 0 10px 24px rgba(0,0,0,.2); max-width: 90vw;
}
.fca-toast.is-error { background: var(--fca-red); }
.fca-toast[hidden] { display: none; }

/* —— Account app shell —— */
.fca-app {
	min-height: 68vh; background: #fafafa; padding: 20px 14px 72px;
	font-family: var(--fca-font); color: var(--fca-text);
}
.fca-app-inner {
	max-width: 1040px; margin: 0 auto;
	display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 16px; align-items: start;
}

/* Always-visible account top bar with Home on the left */
.fca-account-bar {
	max-width: 1040px;
	margin: 0 auto 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.fca-home-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 16px 0 10px;
	border: var(--fca-chrome-border-w) solid var(--fca-chrome-border-c);
	border-radius: 999px;
	background: var(--fca-chrome-bg);
	color: var(--fca-chrome-fg) !important;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 13px;
	font-family: var(--fca-font);
	cursor: pointer;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
	flex: 0 0 auto;
}
.fca-home-btn:hover {
	background: var(--fca-chrome-hover-bg);
	border-color: var(--fca-chrome-hover-border-c);
	color: var(--fca-chrome-hover-fg) !important;
}
.fca-home-ico {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #fff5f5;
	color: var(--fca-red);
}
.fca-home-btn:hover .fca-home-ico {
	background: rgba(255,255,255,.22);
	color: #fff;
}
.fca-home-ico svg { display: block; width: 16px; height: 16px; }
.fca-account-bar-title {
	font-family: var(--fca-display);
	font-weight: 700;
	font-size: 16px;
	color: var(--fca-ink);
	flex: 1;
	text-align: center;
}
.fca-account-bar-slot {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 42px;
	min-height: 42px;
}
.fca-account-bar-slot:empty { min-width: 42px; }
/* Do not hide the floating burger just because a hidden Elementor slot has .fca-chrome */
body:has(header .fca-chrome) .fca-fixed-chrome,
body:has(.elementor-location-header .fca-chrome) .fca-fixed-chrome { display: none !important; }

.fca-topbar {
	display: none;
}
.fca-topbar-title { font-family: var(--fca-display); font-weight: 700; font-size: 18px; }
.fca-sidenav {
	background: #fff;
	border: 0;
	border-radius: 16px;
	padding: 10px;
	position: sticky;
	top: 14px;
	box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 8px 28px rgba(0,0,0,.04);
}
.fca-stage {
	background: #fff;
	border: 0;
	border-radius: 16px;
	min-height: 420px;
	padding: 22px 22px 26px;
	position: relative;
	box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 8px 28px rgba(0,0,0,.04);
}
.fca-stage-loading[hidden] { display: none !important; }
.fca-stage.is-busy .fca-stage-body { opacity: .35; pointer-events: none; }

.fca-dash { display: grid; gap: 4px; }
.fca-dash-head { margin-bottom: 4px; }
.fca-hello {
	font-family: var(--fca-display); font-size: clamp(22px, 3.2vw, 28px);
	margin: 0 0 2px; color: var(--fca-ink); letter-spacing: .2px; font-weight: 700;
}
.fca-lead { margin: 0 0 16px; color: var(--fca-muted); font-size: 13.5px; }
.fca-h2 {
	font-family: var(--fca-display); font-size: 16px; margin: 0; color: var(--fca-ink); font-weight: 700;
}
.fca-block { margin-top: 18px; }
.fca-block-head {
	display: flex; align-items: center; justify-content: space-between;
	margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid #f0f0f0;
}

.fca-cards {
	display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 4px 0 2px;
}
.fca-stat {
	display: flex; align-items: center; gap: 12px;
	border: 0; border-radius: 14px; padding: 14px 14px;
	background: #f7f7f7;
	transition: background .15s ease;
}
.fca-stat:hover { background: #fff5f5; }
.fca-stat-ico {
	width: 40px; height: 40px; border-radius: 12px;
	display: grid; place-items: center; flex: 0 0 auto;
	background: #fff; color: var(--fca-red);
	box-shadow: 0 0 0 1px rgba(236,28,36,.12);
}
.fca-stat-ico .fca-ico { display: block; width: 18px; height: 18px; }
.fca-stat-body { min-width: 0; }
.fca-stat strong {
	display: block; font-family: var(--fca-display); font-size: 22px; color: var(--fca-ink); line-height: 1.1; font-weight: 700;
}
.fca-stat span { color: var(--fca-muted); font-size: 12px; font-weight: 600; }

.fca-order-list { display: grid; gap: 0; }

.fca-empty {
	text-align: center; padding: 36px 16px 32px; color: var(--fca-muted);
	background: #fafafa; border-radius: 14px;
}
.fca-empty-ico {
	width: 52px; height: 52px; margin: 0 auto 12px; border-radius: 16px;
	display: grid; place-items: center; background: #fff; color: var(--fca-red);
	box-shadow: 0 0 0 1px rgba(236,28,36,.12);
}
.fca-empty-ico .fca-ico { width: 22px; height: 22px; }
.fca-empty h3 { color: var(--fca-ink); font-family: var(--fca-display); font-size: 18px; margin: 0 0 6px; font-weight: 700; }
.fca-empty p { margin: 0 0 14px; font-size: 13.5px; max-width: 360px; margin-left: auto; margin-right: auto; }

.fca-quick {
	display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin-top: 0;
}
.fca-quick-item,
.fca-quick a, .fca-quick button.fca-quick-item {
	display: flex !important; align-items: center; gap: 10px;
	min-height: 56px; padding: 12px 14px !important;
	border: 0 !important; border-radius: 14px !important;
	text-decoration: none; color: var(--fca-ink) !important; font-weight: 700;
	font-size: 13px; background: #f7f7f7 !important; cursor: pointer;
	text-align: left; font-family: var(--fca-font);
	box-shadow: none !important; transition: background .15s ease, color .15s ease;
}
.fca-quick-item:hover,
.fca-quick a:hover, .fca-quick button.fca-quick-item:hover {
	background: #fff5f5 !important; color: var(--fca-red) !important;
}
.fca-quick-ico {
	width: 36px; height: 36px; border-radius: 10px; flex: 0 0 auto;
	display: grid; place-items: center; background: #fff; color: var(--fca-red);
}
.fca-quick-ico .fca-ico { width: 18px; height: 18px; display: block; }
.fca-quick-label { line-height: 1.25; }

/* —— Orders —— */
.fca-order {
	display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 12px;
	padding: 14px; border-bottom: 0; border-radius: 12px; margin-bottom: 8px;
	background: #fafafa;
}
.fca-order:last-child { border-bottom: 0; margin-bottom: 0; }
.fca-order img {
	width: 56px; height: 56px; object-fit: contain; background: #fff; border-radius: 10px;
}
.fca-order-meta { min-width: 0; }
.fca-order-top { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 2px; }
.fca-order-meta h3 { margin: 0; font-size: 15px; font-family: var(--fca-display); }
.fca-order-meta p { margin: 0; color: var(--fca-muted); font-size: 12.5px; }
.fca-order-foot {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
	gap: 8px; margin-top: 10px;
}
.fca-pill {
	display: inline-flex; align-items: center; padding: 3px 8px; border-radius: 999px;
	background: #fff5f5; color: var(--fca-red); font-size: 11px; font-weight: 700;
}
.fca-pill.is-done { background: #eefaf1; color: #0a7a32; }
.fca-pill.is-cancel { background: #f3f3f3; color: #666; }
.fca-actions { display: flex; flex-wrap: wrap; gap: 6px; }

/* Mini progress on order cards */
.fca-progress {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; margin-top: 10px;
}
.fca-progress span {
	height: 4px; border-radius: 4px; background: #ebebeb;
}
.fca-progress span.is-on { background: var(--fca-red); }
.fca-progress-labels {
	display: flex; justify-content: space-between; margin-top: 5px;
	font-size: 10px; color: var(--fca-muted); font-weight: 600;
}

.fca-timeline { display: grid; gap: 0; margin: 8px 0 4px; }
.fca-step {
	display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start;
	padding: 8px 0; color: var(--fca-muted); position: relative;
}
.fca-step + .fca-step::before {
	content: ""; position: absolute; left: 8px; top: -8px; width: 2px; height: 8px; background: #e5e5e5;
}
.fca-step.is-done { color: var(--fca-ink); font-weight: 700; }
.fca-step.is-done + .fca-step.is-done::before,
.fca-step.is-done + .fca-step.is-current::before { background: var(--fca-red); }
.fca-dot {
	width: 18px; height: 18px; border-radius: 50%; border: 2px solid #ddd; background: #fff; margin-top: 1px;
}
.fca-step.is-done .fca-dot { background: var(--fca-red); border-color: var(--fca-red); }
.fca-step.is-current .fca-dot { border-color: var(--fca-red); box-shadow: 0 0 0 3px rgba(236,28,36,.15); }

.fca-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.fca-chip {
	border: 1.5px solid #e4e4e4; background: #fff; border-radius: 999px;
	padding: 7px 12px; font-weight: 700; font-size: 12.5px; cursor: pointer; color: #333;
}
.fca-chip.is-active { background: var(--fca-red); color: #fff; border-color: var(--fca-red); }

.fca-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fca-panel {
	border: 1px solid var(--fca-line); border-radius: 10px; padding: 14px; background: #fff;
}
.fca-panel p { margin: 0 0 8px; font-size: 13.5px; }
.fca-panel p:last-child { margin-bottom: 0; }

.fca-addr {
	border: 1px solid var(--fca-line); border-radius: 10px; padding: 14px; margin-bottom: 10px;
}
.fca-addr strong { font-family: var(--fca-display); font-size: 14px; }
.fca-addr p { margin: 6px 0 10px; color: #444; font-size: 13.5px; line-height: 1.45; }

.fca-wish-grid {
	display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px;
}
.fca-wish-card {
	border: 1px solid var(--fca-line); border-radius: 10px; padding: 12px; text-align: center;
}
.fca-wish-card img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.fca-wish-card h3 { font-size: 13px; margin: 8px 0 4px; }

.fca-note {
	padding: 12px 0; border-bottom: 1px solid var(--fca-line);
}
.fca-note.is-unread {
	background: #fff8f8; margin: 0 -10px; padding: 12px 10px; border-radius: 10px; border-bottom: 0;
}
.fca-note strong { display: block; margin-bottom: 2px; }
.fca-note p { margin: 0; color: #444; font-size: 13.5px; }
.fca-note small { color: var(--fca-muted); }

/* Checkout guest strip — guests only; clean stroke, minimal on mobile */
.fca-checkout-deals {
	margin: 0 0 12px;
	padding: 10px 12px;
	border: 1px solid #ececec;
	border-left: 3px solid #ec1c24;
	border-radius: 10px;
	background: #fff;
	font-family: "Hind Siliguri", var(--fca-font);
}
.fca-checkout-deals p { margin: 0; font-size: 13px; font-weight: 600; color: #333; line-height: 1.4; }

.fca-checkout-autofill {
	margin: 0 0 14px;
	padding: 10px 12px;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
	font-family: "Hind Siliguri", var(--fca-font);
}
.fca-checkout-autofill-title {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 700;
	color: #222;
}
.fca-checkout-autofill-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.fca-addr-chip {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 12px;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	background: #fff;
	color: #222;
	font-weight: 700;
	font-size: 12.5px;
	cursor: pointer;
	font-family: inherit;
}
.fca-addr-chip.is-on,
.fca-addr-chip:hover {
	border-color: #ec1c24;
	color: #ec1c24;
	background: #fff5f5;
}

.fca-buy-again {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 88px;
	z-index: 99980;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid #ececec;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,.12);
	font-family: "Hind Siliguri", var(--fca-font);
	max-width: 420px;
	margin: 0 auto;
}
.fca-buy-again strong { display: block; font-size: 13px; color: #111; }
.fca-buy-again span { display: block; font-size: 12px; color: #666; margin-top: 2px; }
.fca-buy-again .fca-co-btn {
	flex: 0 0 auto;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 6px 14px !important;
	border-radius: 8px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	border: 1px solid #ec1c24 !important;
	background: #ec1c24 !important;
	color: #fff !important;
	cursor: pointer;
}
@media (min-width: 769px) {
	.fca-buy-again { left: auto; right: 24px; bottom: 24px; width: 380px; margin: 0; }
}

.fca-checkout-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 14px;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid #ececec;
	border-left: 3px solid #ec1c24;
	border-radius: 10px;
	font-family: "Hind Siliguri", var(--fca-font);
	box-sizing: border-box;
	box-shadow: none !important;
}
.fca-checkout-bar p {
	margin: 0;
	font-size: 13px;
	color: #333;
	font-weight: 600;
	line-height: 1.4;
	flex: 1 1 180px;
}
.fca-checkout-bar-links {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: center;
}
.woocommerce .fca-checkout-bar a.fca-co-btn,
.fca-checkout-bar a.fca-co-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 6px 14px !important;
	border-radius: 8px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
	filter: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.woocommerce .fca-checkout-bar a.fca-co-btn--fill,
.fca-checkout-bar a.fca-co-btn--fill {
	background: #ec1c24 !important;
	background-color: #ec1c24 !important;
	background-image: none !important;
	border: 1px solid #ec1c24 !important;
	color: #fff !important;
}
.woocommerce .fca-checkout-bar a.fca-co-btn--line,
.fca-checkout-bar a.fca-co-btn--line {
	background: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #ec1c24 !important;
	color: #ec1c24 !important;
}
.woocommerce .fca-checkout-bar a.fca-co-btn--fill:hover,
.fca-checkout-bar a.fca-co-btn--fill:hover {
	background: #c00d14 !important;
	border-color: #c00d14 !important;
	color: #fff !important;
}
.woocommerce .fca-checkout-bar a.fca-co-btn--line:hover,
.fca-checkout-bar a.fca-co-btn--line:hover {
	background: #fff5f5 !important;
	color: #ec1c24 !important;
	border-color: #ec1c24 !important;
}

@media (max-width: 768px) {
	.fca-checkout-bar {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		margin: 0 0 12px;
		padding: 10px 10px;
		border-radius: 10px;
		border: 1px solid #ececec;
		border-left: 3px solid #ec1c24;
	}
	.fca-checkout-bar p {
		flex: none;
		width: 100%;
		font-size: 12.5px;
		text-align: left;
		font-weight: 600;
	}
	.fca-checkout-bar-links {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		width: 100%;
	}
	.woocommerce .fca-checkout-bar a.fca-co-btn,
	.fca-checkout-bar a.fca-co-btn {
		width: 100%;
		min-height: 40px;
		padding: 8px 10px !important;
		border-radius: 8px !important;
		font-size: 13.5px !important;
	}
}
.fca-prompt {
	margin: 16px 0; padding: 16px; border: 1px solid var(--fca-line); border-radius: 12px; background: #fff;
}
.fca-prompt h3 { margin: 0 0 6px; font-family: var(--fca-display); }
.fca-auth-wrap { max-width: 420px; margin: 36px auto; }
.fca-auth-card {
	background: #fff; border: 1px solid var(--fca-line); border-radius: 18px; padding: 28px 24px;
	box-shadow: 0 12px 40px rgba(0,0,0,.06);
}
.fca-auth-brand {
	display: flex; align-items: center; gap: 10px; margin-bottom: 18px;
	font-family: var(--fca-display); font-weight: 700; font-size: 20px; color: var(--fca-ink);
}
.fca-auth-brand .fca-auth-logo { height: 40px; max-width: 220px; }
.fca-auth-aside .fca-auth-logo { height: 44px; filter: none; }
.fca-app--auth { background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%); min-height: 70vh; }
.fca-auth-tpl-card .fca-auth-card { border: 0; box-shadow: 0 18px 50px rgba(0,0,0,.1); }
.fca-auth-tpl-split .fca-auth-wrap { max-width: 860px; }
.fca-auth-tpl-split .fca-auth-card {
	display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; overflow: hidden;
}
.fca-auth-aside {
	background: #111; color: #fff; padding: 32px 26px; display: flex; flex-direction: column; justify-content: flex-end;
}
.fca-auth-aside h2 { font-family: var(--fca-display); margin: 0 0 8px; font-size: 28px; }
.fca-auth-aside p { margin: 0; opacity: .75; font-size: 14px; }
.fca-auth-tpl-split .fca-auth-form { padding: 28px 24px; }
@media (max-width: 680px) {
	.fca-auth-tpl-split .fca-auth-card { grid-template-columns: 1fr; }
	.fca-auth-aside { display: none; }
}

.fca-back {
	display: inline-flex; align-items: center; gap: 6px; border: 0; background: none;
	color: var(--fca-muted); font-weight: 700; cursor: pointer; padding: 0; margin-bottom: 10px;
	font-family: inherit; font-size: 13px;
}
.fca-back:hover { color: var(--fca-red); }

@media (max-width: 1024px) {
	.fca-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.fca-app-inner { grid-template-columns: 1fr; }
	.fca-sidenav { display: none; }
	.fca-account-menu-btn { display: inline-flex !important; }
	.fca-account-bar-title { text-align: left; }
}
@media (max-width: 680px) {
	.fca-grid-2, .fca-quick { grid-template-columns: 1fr 1fr; }
	.fca-stage { padding: 16px; }
	.fca-app { padding: 12px 10px 80px; }
	.fca-progress-labels { font-size: 9px; }
	/* Mobile: Home becomes icon-only in the left corner */
	.fca-home-btn {
		width: 42px;
		min-width: 42px;
		height: 42px;
		padding: 0;
		justify-content: center;
		border-radius: 50%;
	}
	.fca-home-text { display: none; }
	.fca-home-ico {
		width: 100%;
		height: 100%;
		background: transparent;
		color: var(--fca-red);
	}
	.fca-home-ico svg { width: 18px; height: 18px; }
	.fca-account-bar-title { font-size: 15px; }
}
@media (max-width: 420px) {
	.fca-quick { grid-template-columns: 1fr; }
	.fca-cards { grid-template-columns: 1fr 1fr; }
}
