.smm-fame-member-bar {
	position: relative;
	z-index: 1001;
	width: 100%;
	font-family: inherit;
}

.smm-fame-member-bar--promo {
	background: linear-gradient( 100deg, #4f2fce 0%, #6947e8 48%, #7d5af0 100% );
	color: #fff;
	box-shadow: 0 1px 0 rgba( 17, 21, 43, .12 );
}

.smm-fame-member-bar--success {
	background: #edf9f1;
	color: #145c35;
	border-bottom: 1px solid #bfe6cc;
}

.smm-fame-member-bar__inner {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 42px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 7px 20px;
	text-align: center;
}

.smm-fame-member-bar__inner--success {
	min-height: 40px;
}

.smm-fame-member-bar p {
	margin: 0;
	color: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.smm-fame-member-bar__icon,
.smm-fame-member-bar__check {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.smm-fame-member-bar__icon {
	background: rgba( 255, 255, 255, .16 );
	border: 1px solid rgba( 255, 255, 255, .34 );
	color: #fff;
}

.smm-fame-member-bar__check {
	background: #d5f1df;
	color: #116235;
}

.smm-fame-member-bar__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 4px 12px;
	border: 1px solid rgba( 255, 255, 255, .72 );
	border-radius: 999px;
	background: #fff;
	color: #4f2fce;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: transform .15s ease, box-shadow .15s ease;
}

.smm-fame-member-bar__action:hover {
	color: #3f22b7;
	transform: translateY( -1px );
	box-shadow: 0 5px 14px rgba( 25, 13, 84, .2 );
}

.smm-fame-member-bar__action:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
}

@media (max-width: 640px) {
	.smm-fame-member-bar__inner {
		flex-wrap: wrap;
		gap: 6px 9px;
		min-height: 0;
		padding: 8px 12px;
	}

	.smm-fame-member-bar p {
		flex: 1 1 calc( 100% - 34px );
		font-size: 12.5px;
		text-align: left;
	}

	.smm-fame-member-bar__action {
		margin-left: 33px;
	}

	.smm-fame-member-bar__inner--success {
		flex-wrap: nowrap;
	}

	.smm-fame-member-bar__inner--success p {
		text-align: left;
	}
}
