.wwc-fbt-box {
	margin: 32px 0;
	padding: 20px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #fafafa;
}

.wwc-fbt-heading {
	margin: 0 0 16px;
	font-size: 1.1em;
}

.wwc-fbt-items {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: flex-start;
}

.wwc-fbt-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 140px;
	text-align: center;
	font-size: 0.9em;
}

.wwc-fbt-thumb img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 4px;
}

.wwc-fbt-item-body {
	display: flex;
	flex-direction: column;
	margin: 8px 0;
}

.wwc-fbt-name {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.3;
}

.wwc-fbt-price {
	margin-top: 4px;
	opacity: 0.85;
}

.wwc-fbt-checkbox {
	margin-top: 4px;
	width: 18px;
	height: 18px;
}

.wwc-fbt-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #e2e2e2;
}

.wwc-fbt-total {
	font-weight: 700;
}

.wwc-fbt-message {
	margin-top: 12px;
	font-size: 0.9em;
}

.wwc-fbt-quick-add {
	margin-top: 4px;
}

.wwc-whatsapp-cta {
	margin: 24px 0;
	padding: 16px;
	border: 1px solid #25D366;
	border-radius: 8px;
	background: #f0fdf4;
}

.wwc-whatsapp-button {
	background: #25D366 !important;
	color: #fff !important;
	border-color: #25D366 !important;
}
