.bte-badge-text {
	position: relative;
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	text-decoration: none;
	color: inherit;
}

a.bte-badge-text {
	cursor: pointer;
}

.bte-badge-text__image {
	display: block;
	width: 100%;
	height: auto;
}

.bte-badge-text__label {
	position: absolute;
	left: 50%;
	width: 82%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	pointer-events: none;
	word-wrap: break-word;
}
