/* One pill design for collection badges and their admin previews. */
.krabi-product-card-label,
.krabi-tour-label-preview {
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0 16px;
	border: 2px solid #ffffff;
	border-radius: 999px;
	font-family: "SN Pro", sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	overflow-wrap: anywhere;
	vertical-align: middle;
}

/* Compound badge: symmetric 12px edges, 8px icon/text gap. */
.krabi-product-card-label.krabi-product-card-boat,
.krabi-tour-label-preview.krabi-tour-boat-preview {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-inline: 12px;
	min-height: 33px;
	background: #ffffff;
	color: #2e2e2e;
	white-space: nowrap;
}

/* Product-image rules must not turn a decorative icon into a framed photo. */
.krabi-product-card-label.krabi-product-card-boat > img,
.krabi-tour-label-preview.krabi-tour-boat-preview > img {
	display: block !important;
	box-sizing: border-box !important;
	flex: 0 0 40px;
	width: 40px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	height: 24px !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	object-fit: contain !important;
	object-position: center !important;
}

.krabi-product-card-boat > span,
.krabi-tour-boat-preview > span {
	font: inherit;
	color: inherit;
}
