/* FloristChina Premium Account Center v1.1.8
 * Scoped for Hello Elementor + Elementor Text Editor.
 * The plugin never changes global .woocommerce, .elementor or .e-con layouts.
 */

.fcpac-account-center,
.fcpac-account-center *,
.fcpac-login-shell,
.fcpac-login-shell * {
	box-sizing: border-box;
}

.fcpac-account-center {
	--fcpac-primary: #df5f78;
	--fcpac-accent: #fbeaec;
	--fcpac-ink: #22252b;
	--fcpac-muted: #6d7078;
	--fcpac-border: #eee4e5;
	--fcpac-soft: #fff8f7;
	--fcpac-shadow: 0 24px 60px rgba(78, 54, 58, 0.11);
	position: relative;
	left: 50%;
	display: grid;
	grid-template-columns: 272px minmax(0, 1fr);
	width: min(1180px, calc(100vw - 48px));
	max-width: none;
	min-height: 720px;
	margin: 34px auto;
	transform: translateX(-50%);
	isolation: isolate;
	overflow: hidden;
	border: 1px solid var(--fcpac-border);
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--fcpac-shadow);
	color: var(--fcpac-ink);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

.fcpac-account-center a {
	color: inherit;
	text-decoration: none;
}

.fcpac-account-center svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fcpac-sidebar {
	position: relative;
	z-index: 2;
	display: flex;
	min-width: 0;
	min-height: 760px;
	padding: 26px 20px 30px;
	flex-direction: column;
	overflow: hidden;
	border-right: 1px solid var(--fcpac-border);
	background: #fff;
}

.fcpac-sidebar-brand {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 64px;
	padding: 4px 10px 24px;
	border-bottom: 1px solid var(--fcpac-border);
}

.fcpac-brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border: 1px solid #f1a8b6;
	border-radius: 50%;
	color: var(--fcpac-primary);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
}

.fcpac-sidebar-brand strong,
.fcpac-mobile-brand strong {
	display: block;
	color: #26272b;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.05;
}

.fcpac-sidebar-brand strong span,
.fcpac-mobile-brand strong span {
	color: var(--fcpac-primary);
}

.fcpac-sidebar-brand small {
	display: block;
	margin-top: 5px;
	color: #696b72;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.fcpac-nav {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 7px;
	padding-top: 22px;
}

.fcpac-nav-link {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 49px;
	padding: 11px 14px;
	border-radius: 11px;
	color: #26272b;
	font-size: 15px;
	font-weight: 500;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.fcpac-nav-link:hover {
	background: #fff4f5;
	color: var(--fcpac-primary);
	transform: translateX(2px);
}

.fcpac-nav-link.is-active {
	background: linear-gradient(90deg, #fdebed 0%, #fff4f4 100%);
	color: var(--fcpac-primary);
	font-weight: 700;
}

.fcpac-nav-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
}

.fcpac-sidebar-decoration {
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 245px;
	background-image: var(--fcpac-sidebar-image);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	opacity: .92;
	pointer-events: none;
}

.fcpac-content {
	min-width: 0;
	padding: 25px;
	background: linear-gradient(180deg, #fff 0%, #fffdfd 100%);
}

.fcpac-mobile-heading {
	display: none;
}

.fcpac-dashboard {
	display: grid;
	gap: 18px;
}

.fcpac-welcome-card {
	position: relative;
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	align-items: center;
	min-height: 140px;
	padding: 18px 310px 18px 25px;
	overflow: hidden;
	border: 1px solid var(--fcpac-border);
	border-radius: 16px;
	background-color: #fffaf9;
	background-image:
		linear-gradient(90deg, rgba(255,250,249,.98) 0%, rgba(255,250,249,.96) 55%, rgba(255,250,249,.18) 100%),
		var(--fcpac-welcome-image);
	background-repeat: no-repeat;
	background-position: center, right center;
	background-size: cover, auto 100%;
	box-shadow: 0 8px 24px rgba(71, 49, 54, .05);
}

.fcpac-welcome-avatar {
	position: relative;
	z-index: 2;
}

.fcpac-welcome-avatar img {
	display: block;
	width: 94px;
	height: 94px;
	border: 6px solid rgba(255,255,255,.86);
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 7px 20px rgba(76, 49, 54, .12);
}

.fcpac-welcome-copy {
	position: relative;
	z-index: 2;
	min-width: 0;
}

.fcpac-eyebrow {
	display: block;
	margin-bottom: 5px;
	color: var(--fcpac-primary);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.fcpac-welcome-copy h1,
.fcpac-page-header h1,
.fcpac-login-heading h1 {
	margin: 0;
	color: #26272b;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: -.025em;
}

.fcpac-welcome-copy h1 {
	font-size: clamp(28px, 3vw, 39px);
	line-height: 1.12;
}

.fcpac-welcome-copy h1 em {
	color: var(--fcpac-primary);
	font-weight: 500;
}

.fcpac-welcome-copy p {
	max-width: 480px;
	margin: 7px 0 0;
	color: var(--fcpac-muted);
	font-size: 14px;
	line-height: 1.55;
}

.fcpac-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.fcpac-stat-card {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 102px;
	padding: 15px;
	border: 1px solid var(--fcpac-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(76, 49, 54, .04);
}

.fcpac-stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--fcpac-accent);
	color: #bb4c62;
}

.fcpac-stat-icon svg {
	width: 25px;
	height: 25px;
}

.fcpac-stat-card div {
	display: grid;
	min-width: 0;
}

.fcpac-stat-card div > span {
	color: #595b62;
	font-size: 12px;
}

.fcpac-stat-card strong {
	margin: 2px 0;
	color: #22252b;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.15;
	white-space: nowrap;
}

.fcpac-stat-card strong .woocommerce-Price-amount {
	font: inherit;
}

.fcpac-stat-card small {
	color: #98999e;
	font-size: 10px;
}

.fcpac-dashboard-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	gap: 14px;
	align-items: stretch;
}

.fcpac-dashboard-grid--bottom {
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.fcpac-panel {
	min-width: 0;
	padding: 17px;
	border: 1px solid var(--fcpac-border);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(76, 49, 54, .04);
}

.fcpac-panel-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 13px;
}

.fcpac-panel-heading h2 {
	margin: 0;
	color: #27282d;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: 500;
}

.fcpac-panel-heading > a {
	color: var(--fcpac-primary);
	font-size: 12px;
	font-weight: 600;
}

.fcpac-order-list {
	display: grid;
	gap: 8px;
}

.fcpac-order-row {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr) auto 22px;
	align-items: center;
	gap: 11px;
	min-height: 72px;
	padding: 8px 9px;
	border: 1px solid #f0e7e8;
	border-radius: 12px;
	background: #fff;
}

.fcpac-order-row > img {
	width: 62px;
	height: 54px;
	border-radius: 9px;
	object-fit: cover;
}

.fcpac-order-row__main,
.fcpac-order-row__price {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.fcpac-order-row__main strong {
	overflow: hidden;
	color: #34353a;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fcpac-order-row__main span {
	color: #97989d;
	font-size: 11px;
}

.fcpac-order-row__price {
	justify-items: end;
}

.fcpac-order-row__price > strong {
	color: #292a2f;
	font-size: 12px;
	white-space: nowrap;
}

.fcpac-status {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 3px 9px;
	border-radius: 999px;
	background: #f4f4f4;
	color: #65666d;
	font-size: 9px;
	font-weight: 700;
}

.fcpac-status--processing,
.fcpac-status--on-hold,
.fcpac-status--pending {
	background: #fff0e5;
	color: #d8782b;
}

.fcpac-status--completed {
	background: #eaf5e9;
	color: #4c8a4b;
}

.fcpac-status--cancelled,
.fcpac-status--failed,
.fcpac-status--refunded {
	background: #fdebec;
	color: #ba4c58;
}

.fcpac-order-view {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 36px;
	color: #999ba0;
	font-size: 25px;
}

.fcpac-delivery-list {
	display: grid;
	gap: 10px;
	margin: 0;
}

.fcpac-delivery-list > div {
	display: grid;
	grid-template-columns: minmax(128px, .8fr) minmax(0, 1.2fr);
	gap: 14px;
	padding-bottom: 9px;
	border-bottom: 1px solid #f2ebec;
}

.fcpac-delivery-list > div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.fcpac-delivery-list dt {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #575960;
	font-size: 11px;
	font-weight: 600;
}

.fcpac-delivery-list dt > span {
	color: #5d5f66;
}

.fcpac-delivery-list dt svg {
	width: 15px;
	height: 15px;
}

.fcpac-delivery-list dd {
	margin: 0;
	color: #36373c;
	font-size: 11px;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.fcpac-square-link,
.fcpac-edit-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 31px;
	padding: 5px 9px;
	border: 1px solid #f0b6c0;
	border-radius: 8px;
	color: var(--fcpac-primary);
	font-size: 11px;
	font-weight: 700;
}

.fcpac-square-link {
	width: 32px;
	padding: 5px;
}

.fcpac-square-link svg,
.fcpac-edit-link svg {
	width: 15px;
	height: 15px;
}

.fcpac-support-panel {
	position: relative;
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 16px;
	min-height: 180px;
	padding: 23px;
	overflow: hidden;
	background-color: #fff5f5;
	background-image:
		linear-gradient(90deg, rgba(255,245,245,.98), rgba(255,245,245,.88)),
		var(--fcpac-support-image);
	background-repeat: no-repeat;
	background-position: center, right bottom;
	background-size: cover, auto 100%;
}

.fcpac-support-icon {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #ffe6e9;
	color: #b53e56;
}

.fcpac-support-icon svg {
	width: 31px;
	height: 31px;
}

.fcpac-support-copy {
	position: relative;
	z-index: 2;
}

.fcpac-support-copy h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: 500;
}

.fcpac-support-copy p {
	max-width: 420px;
	margin: 7px 0 15px;
	color: #6f7077;
	font-size: 12px;
}

.fcpac-support-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fcpac-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	padding: 9px 16px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.15;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.fcpac-button:hover {
	transform: translateY(-1px);
}

.fcpac-button svg {
	width: 16px;
	height: 16px;
}

.fcpac-button--primary {
	border-color: var(--fcpac-primary);
	background: var(--fcpac-primary);
	color: #fff !important;
	box-shadow: 0 8px 17px rgba(223, 95, 120, .18);
}

.fcpac-button--secondary {
	border-color: #e6d9da;
	background: #fff;
	color: #44464c !important;
}

.fcpac-button--whatsapp {
	border-color: #83bd8d;
	background: #fff;
	color: #4d8f58 !important;
}

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

.fcpac-account-fields > div {
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid #eee6e7;
	border-radius: 9px;
	background: #fffdfd;
}

.fcpac-account-fields span {
	color: #86878d;
	font-size: 10px;
}

.fcpac-account-fields strong {
	overflow: hidden;
	color: #393a40;
	font-size: 12px;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fcpac-mobile-quick-links {
	display: none;
}

.fcpac-page-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
	padding: 7px 3px 20px;
	border-bottom: 1px solid var(--fcpac-border);
}

.fcpac-page-header h1 {
	font-size: clamp(29px, 3vw, 41px);
	line-height: 1.15;
}

.fcpac-page-header p {
	max-width: 650px;
	margin: 7px 0 0;
	color: var(--fcpac-muted);
	font-size: 14px;
}

.fcpac-content .woocommerce-notices-wrapper,
.fcpac-content > .woocommerce-message,
.fcpac-content > .woocommerce-error,
.fcpac-content > .woocommerce-info {
	margin-bottom: 16px;
}

.fcpac-content .woocommerce-message,
.fcpac-content .woocommerce-error,
.fcpac-content .woocommerce-info {
	padding: 13px 16px;
	border: 1px solid #eedfe1;
	border-radius: 10px;
	background: #fff8f8;
	color: #45464c;
	list-style: none;
}

.fcpac-content table,
.fcpac-content .woocommerce-orders-table,
.fcpac-content .woocommerce-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid var(--fcpac-border);
	border-radius: 13px;
	background: #fff;
}

.fcpac-content table th,
.fcpac-content table td {
	padding: 14px 13px;
	border: 0;
	border-bottom: 1px solid #f0e9ea;
	color: #3f4046;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
}

.fcpac-content table th {
	background: #fff8f8;
	color: #5b5c62;
	font-size: 12px;
	font-weight: 700;
}

.fcpac-content table tr:last-child td {
	border-bottom: 0;
}

.fcpac-content .woocommerce-button,
.fcpac-content .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid var(--fcpac-primary);
	border-radius: 8px;
	background: var(--fcpac-primary);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.fcpac-content form .form-row {
	margin: 0 0 15px;
}

.fcpac-content form label {
	display: block;
	margin-bottom: 6px;
	color: #4e5056;
	font-size: 12px;
	font-weight: 700;
}

.fcpac-content input[type="text"],
.fcpac-content input[type="email"],
.fcpac-content input[type="password"],
.fcpac-content input[type="tel"],
.fcpac-content input[type="number"],
.fcpac-content select,
.fcpac-content textarea,
.fcpac-login-shell input[type="text"],
.fcpac-login-shell input[type="email"],
.fcpac-login-shell input[type="password"] {
	width: 100%;
	min-height: 47px;
	padding: 10px 12px;
	border: 1px solid #e7dcde;
	border-radius: 9px;
	background: #fff;
	color: #33343a;
	font: inherit;
	outline: 0;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.fcpac-content textarea {
	min-height: 112px;
	resize: vertical;
}

.fcpac-content input:focus,
.fcpac-content select:focus,
.fcpac-content textarea:focus,
.fcpac-login-shell input:focus {
	border-color: var(--fcpac-primary);
	box-shadow: 0 0 0 3px rgba(223, 95, 120, .12);
}

.fcpac-content fieldset {
	margin: 20px 0;
	padding: 18px;
	border: 1px solid var(--fcpac-border);
	border-radius: 12px;
}

.fcpac-content legend {
	padding: 0 8px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
}

.fcpac-recipient-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.fcpac-recipient-card {
	padding: 18px;
	border: 1px solid var(--fcpac-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(76, 49, 54, .04);
}

.fcpac-recipient-card.is-default {
	border-color: #efb4bf;
	box-shadow: 0 7px 22px rgba(223, 95, 120, .09);
}

.fcpac-recipient-card__top {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	gap: 11px;
}

.fcpac-recipient-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--fcpac-accent);
	color: var(--fcpac-primary);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
}

.fcpac-recipient-card h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: 500;
}

.fcpac-recipient-card__top p {
	margin: 3px 0 0;
	color: #777980;
	font-size: 12px;
}

.fcpac-default-badge {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 9px;
	border-radius: 999px;
	background: var(--fcpac-accent);
	color: #b94e63;
	font-size: 10px;
	font-weight: 700;
}

.fcpac-recipient-details {
	display: grid;
	gap: 9px;
	margin: 15px 0;
	padding: 14px 0;
	border-top: 1px solid #f0e8e9;
	border-bottom: 1px solid #f0e8e9;
}

.fcpac-recipient-details > div {
	display: grid;
	gap: 3px;
}

.fcpac-recipient-details dt {
	color: #929399;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.fcpac-recipient-details dd {
	margin: 0;
	color: #414249;
	font-size: 12px;
	overflow-wrap: anywhere;
}

.fcpac-recipient-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.fcpac-recipient-actions form {
	margin: 0;
}

.fcpac-text-link {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--fcpac-primary);
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.fcpac-text-link--danger {
	color: #ba4b56;
}

.fcpac-recipient-form {
	margin-bottom: 18px;
	padding: 20px;
	border: 1px solid var(--fcpac-border);
	border-radius: 15px;
	background: #fffafa;
}

.fcpac-form-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.fcpac-form-heading h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	font-weight: 500;
}

.fcpac-form-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #eadadd;
	border-radius: 50%;
	color: #8f9197;
	font-size: 22px;
}

.fcpac-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 14px;
}

.fcpac-form-grid .form-row--wide {
	grid-column: 1 / -1;
}

.fcpac-default-check {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	padding: 12px;
	border: 1px solid #eadfe1;
	border-radius: 10px;
	background: #fff;
}

.fcpac-default-check input {
	margin-top: 3px;
}

.fcpac-default-check span {
	display: grid;
	gap: 2px;
}

.fcpac-default-check small {
	color: #888a90;
	font-weight: 400;
}

.fcpac-form-actions {
	display: flex;
	justify-content: flex-end;
	gap: 9px;
	margin-top: 18px;
}

.fcpac-empty-state {
	display: grid;
	justify-items: center;
	gap: 8px;
	padding: 55px 20px;
	border: 1px dashed #e4d7d9;
	border-radius: 15px;
	background: #fffafa;
	text-align: center;
}

.fcpac-empty-state__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: var(--fcpac-accent);
	color: var(--fcpac-primary);
	font-size: 32px;
}

.fcpac-empty-state h2 {
	margin: 5px 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	font-weight: 500;
}

.fcpac-empty-state p,
.fcpac-empty-inline p {
	color: #777980;
	font-size: 13px;
}

.fcpac-support-page {
	display: grid;
	gap: 15px;
}

.fcpac-support-checklist {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fcpac-support-checklist li {
	position: relative;
	padding-left: 24px;
	color: #55575d;
	font-size: 13px;
}

.fcpac-support-checklist li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--fcpac-primary);
	font-weight: 800;
}

.fcpac-login-shell {
	--fcpac-primary: #df5f78;
	width: min(900px, 100%);
	margin: 40px auto;
	padding: 28px;
	border: 1px solid #eee2e4;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 22px 55px rgba(78, 54, 58, .1);
	color: #28292e;
	font-family: Arial, Helvetica, sans-serif;
}

.fcpac-login-heading {
	margin-bottom: 22px;
	padding: 10px 0 22px;
	border-bottom: 1px solid #eee4e5;
	text-align: center;
}

.fcpac-login-heading h1 {
	font-size: 40px;
}

.fcpac-login-heading p {
	margin: 7px 0 0;
	color: #777980;
}

.fcpac-login-form .u-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.fcpac-login-form .u-column1,
.fcpac-login-form .u-column2 {
	width: auto;
	float: none;
	padding: 20px;
	border: 1px solid #eee4e5;
	border-radius: 14px;
	background: #fffafa;
}

.fcpac-login-form h2 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 500;
}

.fcpac-login-form button {
	min-height: 42px;
	padding: 9px 18px;
	border: 1px solid var(--fcpac-primary);
	border-radius: 8px;
	background: var(--fcpac-primary);
	color: #fff;
	font-weight: 700;
}

@media (max-width: 1050px) {
	.fcpac-account-center {
		grid-template-columns: 238px minmax(0, 1fr);
	}

	.fcpac-sidebar {
		padding-right: 14px;
		padding-left: 14px;
	}

	.fcpac-welcome-card {
		padding-right: 230px;
	}

	.fcpac-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fcpac-dashboard-grid,
	.fcpac-dashboard-grid--bottom {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.fcpac-account-center {
		display: block;
		min-height: 0;
		margin: 18px auto;
		border-radius: 16px;
	}

	.fcpac-sidebar {
		display: none;
		min-height: 0;
		padding: 13px 14px 24px;
		border-right: 0;
		border-bottom: 1px solid var(--fcpac-border);
	}

	.fcpac-account-center.is-menu-open .fcpac-sidebar {
		display: block;
	}

	.fcpac-sidebar-brand {
		display: none;
	}

	.fcpac-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 0;
	}

	.fcpac-nav-link {
		min-height: 44px;
		padding: 9px 11px;
		font-size: 13px;
	}

	.fcpac-sidebar-decoration {
		display: none;
	}

	.fcpac-content {
		padding: 14px;
	}

	.fcpac-mobile-heading {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-bottom: 14px;
		padding-bottom: 12px;
		border-bottom: 1px solid var(--fcpac-border);
	}

	.fcpac-mobile-menu-toggle {
		display: inline-flex;
		align-items: center;
		gap: 7px;
		min-height: 38px;
		padding: 7px 11px;
		border: 1px solid #eadfe0;
		border-radius: 8px;
		background: #fff;
		color: #3b3c42;
		font-size: 12px;
		font-weight: 700;
	}

	.fcpac-mobile-menu-toggle svg {
		width: 18px;
		height: 18px;
	}

	.fcpac-mobile-brand {
		display: flex;
		align-items: center;
		gap: 7px;
	}

	.fcpac-mobile-brand .fcpac-brand-mark {
		flex-basis: 30px;
		width: 30px;
		height: 30px;
		font-size: 17px;
	}

	.fcpac-mobile-brand strong {
		font-size: 18px;
	}

	.fcpac-dashboard {
		gap: 13px;
	}

	.fcpac-welcome-card {
		grid-template-columns: 66px minmax(0, 1fr);
		min-height: 128px;
		padding: 14px 100px 14px 14px;
		background-size: cover, auto 100%;
		background-position: center, right center;
	}

	.fcpac-welcome-avatar img {
		width: 58px;
		height: 58px;
		border-width: 4px;
	}

	.fcpac-welcome-copy .fcpac-eyebrow {
		display: none;
	}

	.fcpac-welcome-copy h1 {
		font-size: clamp(22px, 7vw, 31px);
	}

	.fcpac-welcome-copy p {
		display: -webkit-box;
		margin-top: 5px;
		overflow: hidden;
		font-size: 11px;
		line-height: 1.35;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.fcpac-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
		overflow-x: visible;
	}

	.fcpac-stat-card {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 8px;
		min-height: 88px;
		padding: 11px;
	}

	.fcpac-stat-icon {
		width: 42px;
		height: 42px;
	}

	.fcpac-stat-icon svg {
		width: 20px;
		height: 20px;
	}

	.fcpac-stat-card strong {
		font-size: 20px;
	}

	.fcpac-stat-card small {
		font-size: 9px;
	}

	.fcpac-dashboard-grid,
	.fcpac-dashboard-grid--bottom {
		grid-template-columns: 1fr;
		gap: 11px;
	}

	.fcpac-panel {
		padding: 13px;
	}

	.fcpac-order-row {
		grid-template-columns: 54px minmax(0, 1fr) auto;
		gap: 8px;
	}

	.fcpac-order-row > img {
		width: 54px;
		height: 48px;
	}

	.fcpac-order-row__price {
		justify-items: end;
	}

	.fcpac-order-view {
		display: none;
	}

	.fcpac-delivery-list > div {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.fcpac-support-panel {
		grid-template-columns: 54px minmax(0, 1fr);
		padding: 16px;
	}

	.fcpac-support-icon {
		width: 50px;
		height: 50px;
	}

	.fcpac-support-icon svg {
		width: 24px;
		height: 24px;
	}

	.fcpac-support-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fcpac-account-fields {
		grid-template-columns: 1fr;
	}

	.fcpac-mobile-quick-links {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.fcpac-mobile-quick-links a {
		display: grid;
		justify-items: center;
		gap: 5px;
		min-height: 70px;
		padding: 10px 5px;
		border: 1px solid var(--fcpac-border);
		border-radius: 10px;
		background: #fff;
		color: #3d3e44;
		text-align: center;
	}

	.fcpac-mobile-quick-links span {
		color: var(--fcpac-primary);
	}

	.fcpac-mobile-quick-links svg {
		width: 21px;
		height: 21px;
	}

	.fcpac-mobile-quick-links strong {
		font-size: 10px;
		font-weight: 600;
	}

	.fcpac-page-header {
		align-items: flex-start;
		margin-bottom: 15px;
		padding-bottom: 15px;
		flex-direction: column;
	}

	.fcpac-page-header h1 {
		font-size: 30px;
	}

	.fcpac-page-header p {
		font-size: 12px;
	}

	.fcpac-content table,
	.fcpac-content .woocommerce-orders-table,
	.fcpac-content .woocommerce-table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.fcpac-recipient-grid {
		grid-template-columns: 1fr;
	}

	.fcpac-form-grid {
		grid-template-columns: 1fr;
	}

	.fcpac-form-grid .form-row--wide {
		grid-column: auto;
	}

	.fcpac-form-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fcpac-login-shell {
		margin: 18px auto;
		padding: 16px;
	}

	.fcpac-login-form .u-columns {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.fcpac-welcome-card {
		padding-right: 72px;
	}

	.fcpac-welcome-copy h1 {
		font-size: 22px;
	}

	.fcpac-stat-card {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.fcpac-stat-icon {
		display: none;
	}

	.fcpac-support-actions {
		grid-template-columns: 1fr;
	}
}

/* v1.1.1 — Hello Elementor host-width and desktop-layout hardening.
 * The class is added only to the Elementor widget containing this shortcode.
 * No global Elementor, WooCommerce or theme layout is changed.
 */
.fcpac-elementor-host,
.fcpac-elementor-host > .elementor-widget-container {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
}

.fcpac-elementor-host {
	flex: 0 0 100% !important;
	align-self: stretch !important;
}

@media (min-width: 768px) {
	.fcpac-account-center {
		display: grid !important;
		grid-template-columns: 272px minmax(0, 1fr) !important;
		align-items: stretch !important;
		width: min(1180px, calc(100vw - 48px)) !important;
		max-width: none !important;
	}

	.fcpac-account-center > .fcpac-sidebar {
		display: flex !important;
		grid-column: 1 !important;
		grid-row: 1 !important;
		width: auto !important;
		max-width: none !important;
		min-height: 760px !important;
	}

	.fcpac-account-center > .fcpac-content {
		display: block !important;
		grid-column: 2 !important;
		grid-row: 1 !important;
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
	}

	.fcpac-account-center .fcpac-mobile-heading {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1050px) {
	.fcpac-account-center {
		grid-template-columns: 238px minmax(0, 1fr) !important;
	}
}

@media (max-width: 767px) {
	.fcpac-account-center {
		left: 50%;
		width: min(100%, calc(100vw - 24px));
		transform: translateX(-50%);
	}

	.fcpac-sidebar-decoration {
		display: none !important;
	}
}

/* v1.1.2 — Recent Orders alignment correction.
 * GTranslate may render a bilingual status label. The old auto-sized column
 * could then push both the price and status outside the order card.
 */
.fcpac-account-center .fcpac-order-row {
	display: grid !important;
	grid-template-columns: 62px minmax(0, 1fr) 108px 22px !important;
	grid-template-rows: auto !important;
	grid-template-areas: "product orderinfo ordermeta arrow" !important;
	align-items: center !important;
	column-gap: 11px !important;
	row-gap: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	min-height: 78px !important;
	height: auto !important;
	margin: 0 !important;
	padding: 8px 9px !important;
	overflow: hidden !important;
	position: relative !important;
	float: none !important;
	transform: none !important;
}

.fcpac-account-center .fcpac-order-row > img {
	grid-area: product !important;
	position: static !important;
	float: none !important;
	display: block !important;
	width: 62px !important;
	max-width: 62px !important;
	height: 54px !important;
	margin: 0 !important;
	object-fit: cover !important;
	transform: none !important;
}

.fcpac-account-center .fcpac-order-row__main {
	grid-area: orderinfo !important;
	position: static !important;
	display: grid !important;
	align-content: center !important;
	min-width: 0 !important;
	width: auto !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	transform: none !important;
}

.fcpac-account-center .fcpac-order-row__main strong,
.fcpac-account-center .fcpac-order-row__main span {
	display: block !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fcpac-account-center .fcpac-order-row__price {
	grid-area: ordermeta !important;
	position: static !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	align-content: center !important;
	justify-items: end !important;
	gap: 5px !important;
	width: 108px !important;
	min-width: 0 !important;
	max-width: 108px !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	transform: none !important;
	overflow: hidden !important;
}

.fcpac-account-center .fcpac-order-row__price > strong {
	position: static !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	color: #292a2f !important;
	font-size: 12px !important;
	line-height: 1.25 !important;
	text-align: right !important;
	white-space: nowrap !important;
	transform: none !important;
}

.fcpac-account-center .fcpac-order-row__price > strong .woocommerce-Price-amount,
.fcpac-account-center .fcpac-order-row__price > strong .woocommerce-Price-currencySymbol {
	position: static !important;
	display: inline !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
}

.fcpac-account-center .fcpac-order-row .fcpac-status {
	position: static !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	max-width: 104px !important;
	min-height: 24px !important;
	margin: 0 !important;
	padding: 4px 8px !important;
	float: none !important;
	overflow: hidden !important;
	color: inherit;
	font-size: 9px !important;
	line-height: 1.25 !important;
	text-align: center !important;
	white-space: normal !important;
	overflow-wrap: anywhere !important;
	transform: none !important;
}

.fcpac-account-center .fcpac-order-row .fcpac-status--processing,
.fcpac-account-center .fcpac-order-row .fcpac-status--on-hold,
.fcpac-account-center .fcpac-order-row .fcpac-status--pending {
	color: #d8782b !important;
}

.fcpac-account-center .fcpac-order-row .fcpac-status--completed {
	color: #4c8a4b !important;
}

.fcpac-account-center .fcpac-order-row .fcpac-status--cancelled,
.fcpac-account-center .fcpac-order-row .fcpac-status--failed,
.fcpac-account-center .fcpac-order-row .fcpac-status--refunded {
	color: #ba4c58 !important;
}

.fcpac-account-center .fcpac-order-view {
	grid-area: arrow !important;
	position: static !important;
	align-self: center !important;
	justify-self: center !important;
	display: inline-flex !important;
	width: 22px !important;
	height: 36px !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	transform: none !important;
}

@media (max-width: 767px) {
	.fcpac-account-center .fcpac-order-row {
		grid-template-columns: 54px minmax(0, 1fr) 94px !important;
		grid-template-areas: "product orderinfo ordermeta" !important;
		column-gap: 8px !important;
		min-height: 70px !important;
	}

	.fcpac-account-center .fcpac-order-row > img {
		width: 54px !important;
		max-width: 54px !important;
		height: 48px !important;
	}

	.fcpac-account-center .fcpac-order-row__price {
		width: 94px !important;
		max-width: 94px !important;
	}

	.fcpac-account-center .fcpac-order-row .fcpac-status {
		max-width: 92px !important;
		font-size: 8px !important;
	}

	.fcpac-account-center .fcpac-order-view {
		display: none !important;
	}
}

@media (max-width: 420px) {
	.fcpac-account-center .fcpac-order-row {
		grid-template-columns: 50px minmax(0, 1fr) 78px !important;
		padding-right: 7px !important;
		padding-left: 7px !important;
	}

	.fcpac-account-center .fcpac-order-row > img {
		width: 50px !important;
		max-width: 50px !important;
		height: 46px !important;
	}

	.fcpac-account-center .fcpac-order-row__price {
		width: 78px !important;
		max-width: 78px !important;
	}

	.fcpac-account-center .fcpac-order-row .fcpac-status {
		max-width: 76px !important;
		padding-right: 5px !important;
		padding-left: 5px !important;
	}

	.fcpac-account-center .fcpac-order-row__main strong {
		font-size: 11px !important;
	}
}

/* v1.1.3 — Latest Delivery Details content and height correction. */
.fcpac-account-center .fcpac-dashboard-grid:not(.fcpac-dashboard-grid--bottom) {
	align-items: start !important;
}

.fcpac-account-center .fcpac-delivery-panel {
	align-self: start !important;
	height: auto !important;
	min-height: 0 !important;
}

.fcpac-account-center .fcpac-delivery-heading {
	align-items: flex-start !important;
	margin-bottom: 14px !important;
}

.fcpac-account-center .fcpac-delivery-heading > div {
	min-width: 0;
}

.fcpac-account-center .fcpac-delivery-order-reference {
	margin: 4px 0 0 !important;
	color: #8a8b91 !important;
	font-size: 11px !important;
	line-height: 1.4 !important;
}

.fcpac-account-center .fcpac-view-order-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 5px !important;
	flex: 0 0 auto !important;
	min-height: 33px !important;
	padding: 6px 10px !important;
	border: 1px solid #f0b6c0 !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: var(--fcpac-primary) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.fcpac-account-center .fcpac-view-order-link:hover {
	background: #fff6f7 !important;
}

.fcpac-account-center .fcpac-delivery-notice {
	margin-bottom: 13px;
	padding: 11px 12px;
	border: 1px solid #f0e1c9;
	border-radius: 9px;
	background: #fff9ef;
}

.fcpac-account-center .fcpac-delivery-notice strong {
	display: block;
	margin-bottom: 3px;
	color: #8b652c;
	font-size: 11px;
}

.fcpac-account-center .fcpac-delivery-notice p {
	margin: 0 !important;
	color: #8b7656 !important;
	font-size: 10px !important;
	line-height: 1.45 !important;
}

.fcpac-account-center .fcpac-delivery-empty {
	padding: 20px 4px;
	color: #777980;
	font-size: 12px;
}

.fcpac-account-center .fcpac-delivery-list > div {
	min-height: 35px;
	align-items: start;
}

.fcpac-account-center .fcpac-delivery-list > div.is-empty {
	opacity: .72;
}

.fcpac-account-center .fcpac-delivery-list dd {
	min-width: 0;
}

.fcpac-account-center .fcpac-unavailable {
	color: #aaaab0;
	font-size: 14px;
}

@media (max-width: 767px) {
	.fcpac-account-center .fcpac-delivery-heading {
		gap: 10px !important;
	}

	.fcpac-account-center .fcpac-view-order-link {
		padding: 6px 8px !important;
		font-size: 9px !important;
	}
}

/* v1.1.5 — WooCommerce native lost-password and reset-password workflow. */
.fcpac-password-shell {
	width: min(680px, calc(100vw - 32px));
}

.fcpac-password-form {
	max-width: 520px;
	margin: 0 auto;
}

.fcpac-password-form .woocommerce-ResetPassword,
.fcpac-password-form .lost_reset_password {
	margin: 0;
}

.fcpac-password-form .woocommerce-ResetPassword > p:first-child,
.fcpac-password-form .lost_reset_password > p:first-child {
	margin-top: 0;
	color: #666970;
	font-size: 14px;
	line-height: 1.65;
}

.fcpac-password-form .form-row {
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
	float: none;
}

.fcpac-password-form label {
	display: block;
	margin-bottom: 7px;
	color: #44464c;
	font-size: 13px;
	font-weight: 700;
}

.fcpac-password-form input[type="text"],
.fcpac-password-form input[type="email"],
.fcpac-password-form input[type="password"] {
	width: 100%;
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid #e6dadd;
	border-radius: 9px;
	background: #fff;
	color: #33343a;
	font: inherit;
	outline: 0;
}

.fcpac-password-form input:focus {
	border-color: var(--fcpac-primary);
	box-shadow: 0 0 0 3px rgba(223, 95, 120, .12);
}

.fcpac-password-form button,
.fcpac-password-form .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border: 1px solid var(--fcpac-primary);
	border-radius: 8px;
	background: var(--fcpac-primary);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.fcpac-password-form .woocommerce-password-strength {
	margin-top: 8px;
	padding: 8px 10px;
	border-radius: 7px;
	font-size: 12px;
	text-align: center;
}

.fcpac-password-form .woocommerce-password-hint {
	display: block;
	margin-top: 8px;
	color: #777980;
	font-size: 11px;
	line-height: 1.5;
}

.fcpac-password-form .woocommerce-message,
.fcpac-password-form .woocommerce-error,
.fcpac-password-form .woocommerce-info,
.fcpac-password-shell > .woocommerce-message,
.fcpac-password-shell > .woocommerce-error,
.fcpac-password-shell > .woocommerce-info {
	margin: 0 0 17px;
	padding: 13px 15px;
	border: 1px solid #eadfe1;
	border-radius: 9px;
	background: #fff8f8;
	color: #47484e;
	list-style: none;
}

.fcpac-password-form .woocommerce-error {
	border-color: #efc5ca;
	background: #fff3f4;
	color: #a33f4d;
}

.fcpac-password-back {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #eee4e5;
	text-align: center;
}

.fcpac-password-back a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--fcpac-primary);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.fcpac-password-back a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.fcpac-password-shell {
		width: min(100%, calc(100vw - 24px));
	}

	.fcpac-password-shell .fcpac-login-heading h1 {
		font-size: 31px;
	}

	.fcpac-password-form button,
	.fcpac-password-form .button {
		width: 100%;
	}
}

/* v1.1.6 — Account summary, mobile links, empty-orders notice and login layout. */

/* The Dashboard no longer contains a phone field. Keep the three remaining
 * account items balanced without creating an empty fourth card.
 */
.fcpac-account-center .fcpac-account-summary .fcpac-account-fields {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* WooCommerce adds a ::before information icon. In the current theme it is
 * rendered as a small blue square over the word "No". Remove that icon only
 * inside this custom account center.
 */
.fcpac-account-center .fcpac-content .woocommerce-info::before,
.fcpac-account-center .fcpac-content .woocommerce-message::before,
.fcpac-account-center .fcpac-content .woocommerce-error::before {
	display: none !important;
	content: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fcpac-account-center .fcpac-content .woocommerce-info,
.fcpac-account-center .fcpac-content .woocommerce-message,
.fcpac-account-center .fcpac-content .woocommerce-error {
	position: static !important;
	padding-left: 16px !important;
}

/* Hello Elementor and WooCommerce may apply .col-1/.col-2 floats after the
 * plugin stylesheet. Explicitly lock the logged-out PC screen into two equal
 * columns and reset all inherited float/position rules.
 */
.fcpac-login-shell .fcpac-login-form {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
}

.fcpac-login-shell .fcpac-login-form .u-columns,
.fcpac-login-shell .fcpac-login-form .u-columns.col2-set {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	grid-template-rows: auto !important;
	align-items: start !important;
	gap: 22px !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	clear: both !important;
	float: none !important;
	position: static !important;
	transform: none !important;
}

.fcpac-login-shell .fcpac-login-form .u-column1,
.fcpac-login-shell .fcpac-login-form .u-column2,
.fcpac-login-shell .fcpac-login-form .col-1,
.fcpac-login-shell .fcpac-login-form .col-2 {
	display: block !important;
	position: static !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 20px !important;
	float: none !important;
	clear: none !important;
	transform: none !important;
}

.fcpac-login-shell .fcpac-login-form .u-column1,
.fcpac-login-shell .fcpac-login-form .col-1 {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

.fcpac-login-shell .fcpac-login-form .u-column2,
.fcpac-login-shell .fcpac-login-form .col-2 {
	grid-column: 2 !important;
	grid-row: 1 !important;
}

.fcpac-login-shell .fcpac-login-form form,
.fcpac-login-shell .fcpac-login-form .woocommerce-form {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	float: none !important;
	position: static !important;
}

/* Stable two-column mobile shortcut area. Four links become a 2 × 2 grid.
 * When an optional fifth link exists, the final link is centered across both
 * columns instead of being left alone and misaligned.
 */
@media (max-width: 767px) {
	.fcpac-account-center .fcpac-account-summary .fcpac-account-fields {
		grid-template-columns: 1fr !important;
	}

	.fcpac-account-center .fcpac-mobile-quick-links {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		grid-auto-flow: row !important;
		align-items: stretch !important;
		gap: 10px !important;
		width: 100% !important;
		margin: 0 !important;
	}

	.fcpac-account-center .fcpac-mobile-quick-links a {
		display: grid !important;
		grid-template-rows: 28px auto !important;
		align-content: center !important;
		justify-items: center !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 112px !important;
		margin: 0 !important;
		padding: 14px 8px !important;
		position: static !important;
		float: none !important;
		transform: none !important;
	}

	.fcpac-account-center .fcpac-mobile-quick-links a:last-child:nth-child(odd) {
		grid-column: 1 / -1 !important;
		justify-self: center !important;
		width: calc(50% - 5px) !important;
	}

	.fcpac-account-center .fcpac-mobile-quick-links span {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		height: 28px !important;
	}

	.fcpac-account-center .fcpac-mobile-quick-links strong {
		display: block !important;
		max-width: 100% !important;
		font-size: 12px !important;
		line-height: 1.35 !important;
		text-align: center !important;
		white-space: normal !important;
	}

	.fcpac-login-shell .fcpac-login-form .u-columns,
	.fcpac-login-shell .fcpac-login-form .u-columns.col2-set {
		grid-template-columns: 1fr !important;
		grid-template-rows: auto auto !important;
		gap: 16px !important;
	}

	.fcpac-login-shell .fcpac-login-form .u-column1,
	.fcpac-login-shell .fcpac-login-form .u-column2,
	.fcpac-login-shell .fcpac-login-form .col-1,
	.fcpac-login-shell .fcpac-login-form .col-2 {
		grid-column: 1 !important;
		width: 100% !important;
	}

	.fcpac-login-shell .fcpac-login-form .u-column1,
	.fcpac-login-shell .fcpac-login-form .col-1 {
		grid-row: 1 !important;
	}

	.fcpac-login-shell .fcpac-login-form .u-column2,
	.fcpac-login-shell .fcpac-login-form .col-2 {
		grid-row: 2 !important;
	}
}

/* v1.1.7 — Force the mobile quick links into a true two-column grid.
 * This block appears last and overrides late Hello Elementor/theme rules.
 */
@media screen and (max-width: 767px) {
	html body .fcpac-account-center nav.fcpac-mobile-quick-links {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		grid-template-rows: none !important;
		grid-auto-flow: row !important;
		grid-auto-columns: auto !important;
		grid-auto-rows: minmax(96px, auto) !important;
		align-items: stretch !important;
		justify-items: stretch !important;
		column-gap: 10px !important;
		row-gap: 10px !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		position: static !important;
		transform: none !important;
	}

	html body .fcpac-account-center nav.fcpac-mobile-quick-links > a {
		display: grid !important;
		grid-column: auto !important;
		grid-row: auto !important;
		grid-template-columns: 1fr !important;
		grid-template-rows: 28px auto !important;
		align-content: center !important;
		align-items: center !important;
		justify-content: center !important;
		justify-items: center !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 96px !important;
		height: auto !important;
		margin: 0 !important;
		padding: 12px 7px !important;
		float: none !important;
		clear: none !important;
		position: static !important;
		inset: auto !important;
		transform: none !important;
	}

	html body .fcpac-account-center nav.fcpac-mobile-quick-links > a:last-child:nth-child(odd) {
		grid-column: 1 / -1 !important;
		width: calc(50% - 5px) !important;
		max-width: calc(50% - 5px) !important;
		justify-self: center !important;
	}

	html body .fcpac-account-center nav.fcpac-mobile-quick-links > a > span,
	html body .fcpac-account-center nav.fcpac-mobile-quick-links > a > strong {
		width: auto !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		position: static !important;
		transform: none !important;
	}
}

/* v1.1.8 — Explicit mobile shortcut coordinates.
 * Row and column are emitted by PHP and reinforced by JavaScript.
 */
@media screen and (max-width: 767px) {
	html body .fcpac-account-center .fcpac-mobile-quick-links {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		grid-auto-flow: row !important;
		align-items: stretch !important;
		justify-items: stretch !important;
	}

	html body .fcpac-account-center .fcpac-mobile-quick-links > a[data-fcpac-quick-index] {
		box-sizing: border-box !important;
		clear: none !important;
		float: none !important;
		position: static !important;
	}

	html body .fcpac-account-center .fcpac-mobile-quick-links > a[data-fcpac-quick-index="0"] {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	html body .fcpac-account-center .fcpac-mobile-quick-links > a[data-fcpac-quick-index="1"] {
		grid-column: 2 !important;
		grid-row: 1 !important;
	}

	html body .fcpac-account-center .fcpac-mobile-quick-links > a[data-fcpac-quick-index="2"] {
		grid-column: 1 !important;
		grid-row: 2 !important;
	}

	html body .fcpac-account-center .fcpac-mobile-quick-links > a[data-fcpac-quick-index="3"] {
		grid-column: 2 !important;
		grid-row: 2 !important;
	}
}

