.fswwcb-wrap {
	margin: 0 0 20px 0;
}

.fswwcb-box {
	background: linear-gradient(135deg, #fff8e6 0%, #fff1cf 100%);
	border: 1px solid #f0c14b;
	border-radius: 10px;
	padding: 14px 18px;
	direction: rtl;
	text-align: right;
	font-family: inherit;
}

.fswwcb-box.fswwcb-guest {
	background: #f3f4f6;
	border-color: #d1d5db;
}

.fswwcb-text {
	margin: 0 0 6px 0;
	font-size: 15px;
	line-height: 1.9;
	color: #7a4a00;
	font-weight: 600;
}

.fswwcb-box.fswwcb-guest .fswwcb-text {
	color: #374151;
}

.fswwcb-text-next {
	font-size: 13.5px;
	font-weight: 500;
	color: #8a5a00;
}

.fswwcb-progress {
	margin-top: 8px;
	background: rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	height: 10px;
	overflow: hidden;
}

.fswwcb-progress-bar {
	height: 100%;
	background: linear-gradient(90deg, #f0b90b, #f6a700);
	border-radius: 20px;
	transition: width 0.4s ease;
}
