.fcj-account-section {
	margin: 0 0 28px;
}

.fcj-account-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.fcj-account-heading h2 {
	margin-bottom: 4px;
}

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

.fcj-order-overview {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 16px;
}

.fcj-order-overview__item {
	display: grid;
	place-items: center;
	gap: 4px;
	padding: 14px 8px;
	border-bottom: 1px solid #e4e7e4;
}

.fcj-order-overview__item strong {
	font-size: 18px;
}

.fcj-order-overview__item span,
.fcj-account-text-link {
	color: #6d746f;
}

.fcj-quick-actions,
.fcj-recipient-form-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.fcj-recipient-form-actions {
	margin-top: 22px;
}

.fcj-recipient-form-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 44px;
	margin: 0 !important;
	padding: 9px 16px !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
}

.fcj-account-stat,
.fcj-recipient-card {
	border: 1px solid #e4e7e4;
	border-radius: 12px;
	padding: 16px;
	background: #fff;
}

.fcj-account-stat span {
	display: block;
	color: #6d746f;
	font-size: 14px;
	margin-bottom: 6px;
}

.fcj-account-stat strong {
	font-size: 18px;
}

.fcj-account-muted {
	color: #6d746f;
}

.fcj-recipient-list {
	display: grid;
	gap: 12px;
}

.fcj-recipient-card.is-default {
	border-color: #4c8b6b;
	background: #f4faf6;
}

.fcj-recipient-card__header {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.fcj-recipient-card__header span {
	color: #176746;
	font-size: 13px;
}

.fcj-recipient-card p {
	margin: 8px 0;
}

.fcj-recipient-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

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

.fcj-recipient-form .form-row {
	float: none;
	width: 100%;
}

.woocommerce-EditAccountForm .woocommerce-form-row--first,
.woocommerce-EditAccountForm .woocommerce-form-row--last {
	display: none;
}

.fcj-profile-field {
	display: block !important;
}

.fcj-profile-sync label {
	font-weight: 400;
}

.fcj-password-details {
	margin: 28px 0 0;
	border: 1px solid #e4e7e4;
	border-radius: 12px;
	padding: 14px;
}

.fcj-password-details summary {
	cursor: pointer;
	font-weight: 600;
}

.fcj-password-details fieldset {
	margin-top: 16px;
}

@media (max-width: 520px) {
	.fcj-account-heading {
		display: block;
		margin-bottom: 20px;
	}

	.fcj-account-heading .button {
		margin: 10px 0 0;
	}

	.fcj-account-stats {
		grid-template-columns: 1fr;
	}

	.fcj-recipient-actions .button {
		padding: 8px 12px;
	}

	.fcj-quick-actions .button {
		padding: 9px 12px;
	}
}
