.steam-now {
	--steam-now-text: #000;
	--steam-now-muted: rgba(0,0,0,0.70);
	--steam-now-playing: #1f8f3a;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: 100%;
	color: var(--steam-now-text) !important;
	font: inherit;
	line-height: 1.3;
}

.steam-now *,
.steam-now__label,
.steam-now__duration {
	color: inherit !important;
}

.steam-now__content {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

.steam-now__dot {
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	border-radius: 50%;
	background: currentColor !important;
	box-shadow: 0 0 0 4px rgba(0,0,0,0.08);
}

.steam-now__cover {
	width: 96px;
	height: 45px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,0.14);
	background: #f2f2f2;
}

.steam-now__duration {
	font-size: 12px;
	opacity: 0.75;
}

.steam-now--playing {
	color: var(--steam-now-playing) !important;
	font-weight: 600;
}

.steam-now--idle,
.steam-now--unavailable,
.steam-now--missing {
	color: var(--steam-now-muted) !important;
}

.steam-now-profile-row {
	display: flex !important;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.steam-now-profile-inline {
	margin-left: auto !important;
	padding-left: 24px;
	justify-content: flex-end;
	text-align: right;
}

.steam-now-profile-inline .steam-now__content {
	align-items: flex-end;
}

.steam-now-profile-fallback {
	display: inline-flex;
	margin: 12px 0 18px 0;
}

.steam-now-directory-row {
	display: grid !important;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	column-gap: 16px;
	width: 100%;
}

.steam-now-directory-inline {
	justify-self: center;
	text-align: center;
	min-width: 220px;
	padding: 0 12px;
}

.steam-now-directory-inline .steam-now__content {
	align-items: center;
}

.steam-now-debug-box {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 999999;
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(20,20,20,0.94);
	color: #fff;
	box-shadow: 0 8px 30px rgba(0,0,0,0.3);
	max-width: min(480px, calc(100vw - 36px));
	font-size: 14px;
}

.steam-now-debug-title {
	font-weight: 700;
	margin-bottom: 8px;
}

.steam-now-debug-meta {
	margin-top: 8px;
	font-size: 12px;
	opacity: 0.82;
	word-break: break-word;
}

@media (max-width: 900px) {
	.steam-now-profile-inline,
	.steam-now-directory-inline {
		margin-left: 0 !important;
		justify-content: flex-start;
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}
	.steam-now-profile-inline .steam-now__content,
	.steam-now-directory-inline .steam-now__content {
		align-items: flex-start;
	}
	.steam-now-directory-row {
		grid-template-columns: 1fr;
		row-gap: 10px;
	}
}


.steam-now-profile-block {
	display: inline-flex;
	width: 100%;
	margin: 10px 0 18px 0;
	padding: 8px 0;
}
