
	.not-generally-available-star-ribbon {
		position: relative;
		overflow: hidden;
	}

	.not-generally-available-star-ribbon::after {
		position: absolute;
		top: 0.125rem;
		left: -1.2rem;
		z-index: 1;
		display: flex;
		width: 3.5rem;
		align-items: center;
		justify-content: center;
		border-block: 0.5px solid #60a5fa;
		background: #2563eb;
		color: white;
		content: '★';
		font-size: 0.375rem;
		font-weight: 600;
		line-height: 1;
		opacity: 0.35;
		padding-block: 0.02rem;
		pointer-events: none;
		transform: rotate(-45deg);
		transform-origin: center;
	}
