.wweb-fsb-wrap {
	max-width: 700px;
	margin: 0 auto 24px;
	padding: 16px 20px;
	background: #f9fafb;
	border-radius: 10px;
	border: 1px solid #e5e7eb;
}

.wweb-fsb-message {
	font-size: 14px;
	font-weight: 600;
	color: #374151;
	text-align: center;
	margin-bottom: 10px;
}

.wweb-fsb-message--achieved {
	color: #16a34a;
}

.wweb-fsb-track {
	width: 100%;
	height: 14px;
	background: #e5e7eb;
	border-radius: 999px;
	overflow: hidden;
}

.wweb-fsb-fill {
	height: 100%;
	background: linear-gradient(90deg, #9ca3af, #22c55e);
	border-radius: 999px;
	transition: width 0.6s ease;
	min-width: 0;
}

.wweb-fsb-meta {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #6b7280;
	margin-top: 6px;
}

@media (max-width: 600px) {
	.wweb-fsb-wrap {
		margin: 0 0 16px;
		padding: 12px 14px;
	}

	.wweb-fsb-message {
		font-size: 13px;
	}
}
