.smpb-thumbnail-wrap {
	display: block;
	position: relative;
	max-width: 100%;
	line-height: 0;
}

.smpb-thumbnail-wrap > img {
	display: block;
}

.smpb-badge {
	position: absolute;
	z-index: 2;
	max-width: calc(100% - 20px);
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--smpb-bg, #d63638);
	color: var(--smpb-text, #fff);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.smpb-top-right {
	top: 10px;
	right: 10px;
}

.smpb-top-left {
	top: 10px;
	left: 10px;
}

.smpb-bottom-right {
	right: 10px;
	bottom: 10px;
}

.smpb-bottom-left {
	bottom: 10px;
	left: 10px;
}

@media (max-width: 480px) {
	.smpb-badge {
		padding: 5px 8px;
		font-size: 11px;
	}
}
