/* Hemp Quest top member bar */
.hemp-quest-topbar {
	background: linear-gradient(90deg, #0c4433 0%, #155a42 100%);
	color: #ecfdf5;
	font-size: 0.82rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.hemp-quest-topbar__inner {
	max-width: var(--wp--style--global--wide-size, 1200px);
	margin: 0 auto;
	padding: 0.4rem 1rem;
	display: flex;
	justify-content: flex-end;
}
.hemp-quest-topbar__member {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.85rem;
}
.hemp-quest-topbar__avatar {
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 0.75rem;
}
.hemp-quest-topbar__name {
	font-weight: 600;
}
.hemp-quest-topbar a {
	color: #ecfdf5;
	text-decoration: none;
}
.hemp-quest-topbar a:hover {
	text-decoration: underline;
}
.hemp-quest-topbar__level {
	padding: 0.2rem 0.65rem;
	border-radius: 999px;
	background: #f4faf6;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.72rem;
	color: #0c4433 !important;
	border: 2px solid var(--quest-accent, #c9a227);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
.hemp-quest-topbar__level:hover {
	text-decoration: none;
	background: #fff;
}
.hemp-quest-topbar__points {
	font-weight: 800;
}
.hemp-quest-topbar__join {
	padding: 0.2rem 0.65rem;
	border-radius: 999px;
	background: #a7f3c7;
	color: #0c4433 !important;
	font-weight: 700;
}
.hemp-quest-topbar__join:hover {
	text-decoration: none;
	background: #fff;
}
@media (max-width: 640px) {
	.hemp-quest-topbar__name {
		display: none;
	}
}
