.wob-order-bump {
	border: 2px dashed #f5a623;
	border-radius: 10px;
	padding: 18px;
	margin: 20px 0;
}
.wob-label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
}
.wob-checkbox {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	flex-shrink: 0;
}
.wob-text {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.wob-text strong {
	font-size: 16px;
}
.wob-text span {
	font-size: 14px;
	color: #555;
}
/* Headline/description support custom HTML — keep embedded media and
   links well-behaved inside the box regardless of what's pasted in. */
.wob-text img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.wob-text a {
	color: inherit;
	text-decoration: underline;
}
.wob-error {
	color: #c0392b;
	font-size: 13px;
	margin-top: 8px;
}
