.fpa-action.is-active {
	color: var(--fn-primary, #b88e2f) !important;
}

.fpa-action.is-active svg path {
	fill: currentColor;
	stroke: currentColor;
}

.fpa-toast {
	position: fixed;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%) translateY(16px);
	z-index: 9999;
	padding: 12px 20px;
	background: #1a1a1a;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 8px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.fpa-toast.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

html.furniro-dark-mode .fpa-toast {
	background: #f5f2ed;
	color: #1a1a1a;
}

.fpa-list-page {
	padding: 48px 0 80px;
}

.fpa-list-page h1 {
	font-size: 32px;
	margin-bottom: 24px;
}

.fpa-list-empty {
	color: #666;
}
