.ra-ad-badge-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 1.1em 0 1.35em;
	padding: 0;
	font: inherit;
}

.ra-ad-badge {
	display: inline-block;
	box-sizing: border-box;
	padding: 0.22em 0.62em;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 0.72em;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	opacity: 0.62;
	transition: opacity 0.15s ease;
}

.ra-ad-badge:hover,
.ra-ad-badge:focus-visible {
	color: inherit;
	text-decoration: none !important;
	opacity: 0.95;
}

.ra-ad-badge:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

@media (max-width: 600px) {
	.ra-ad-badge-wrap {
		margin-top: 0.9em;
		margin-bottom: 1.1em;
	}
}
