/**
 * Footer DesignRush badge — official bg-light.svg logo + link copy.
 */
.designrush-widget {
	flex-shrink: 0;
	justify-content: flex-start;
	padding: 0;
}

.designrush-badge {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	min-height: 61px;
	overflow: hidden;
	text-decoration: none;
	color: #093890;
	border-radius: 8px;
	transition: opacity 0.2s ease;
}

.designrush-badge:hover,
.designrush-badge:focus-visible {
	opacity: 0.88;
}

.designrush-badge__logo {
	display: block;
	height: 61px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
}

.designrush-badge__text {
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	pointer-events: none;
}

.designrush-badge__reviews {
	font-family: Outfit, Onest, system-ui, sans-serif;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.designrush-badge__platform-line {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 0.1875rem;
	margin-top: 0.1875rem;
	font-family: Outfit, Onest, system-ui, sans-serif;
	font-size: 0.6875rem;
	line-height: 1.1;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.designrush-badge__on {
	font-weight: 500;
	text-transform: uppercase;
}

.designrush-badge__platform {
	font-weight: 700;
	text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
	.designrush-badge {
		transition: none;
	}
}
