.eoweowrrMRRRMRRR{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-bottom: 2rem;
	}.eoweowrrMRRRMRRR ul{
		display: flex;
		flex-wrap: wrap;
		width: fit-content;
		padding: 0.25rem;
		gap: 0.25rem;
		background-color: #1e1f24;
		border: 1px solid #29292e;
		border-radius: 1000px;
		list-style: none;
		font-weight: 500;
		font-size: 0.875rem;
	}.eoweowrrMRRRMRRR .item{
		display: block;
		padding: 0.5rem 1rem;
		color: #c3c7d1;
		line-height: 1;
		text-decoration: none;
		border-radius: 1000px;
		transition: color 0.15s ease, background-color 0.15s ease;

		transform: translateY(0px);
		transition:
			color 0.16s ease-in-out,
			background-color 0.16s ease-in-out,
			transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	}.eoweowrrMRRRMRRR .item:hover{
		color: #e7e0e7;
		transform: translateY(-2px);
	}.eoweowrrMRRRMRRR .selected > .item{
		color: #121317;
		background-color: #a6b5f7;
		font-weight: 600;
		box-shadow: 0 4px 14px rgba(166, 181, 247, 0.25);
	}.eoweowrrMRRRMRRR .selected > .item:hover{
		transform: translateY(-2px);
		box-shadow: 0 6px 18px rgba(166, 181, 247, 0.35);
	}