/* Frontend badge overlays */

.wcpb-image-host,
.wcpb-badges-wrap {
	position: relative;
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

.wcpb-image-host--single {
	display: block;
	width: 100%;
}

.wcpb-image-host img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wcpb-badges {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 20;
}

.wcpb-badge {
	position: absolute;
	pointer-events: none;
	line-height: 1;
	box-sizing: border-box;
}

.wcpb-badge--image img {
	width: 100%;
	height: auto;
	display: block;
	max-width: none;
}

.wcpb-badge--text {
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}
