.gnp-plws-switcher {
	display: block;
	margin: 0.5rem 0;
}

.gnp-plws-switcher__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.gnp-plws-switcher__item a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.55rem;
	border: 1px solid #d5d5d5;
	border-radius: 999px;
	text-decoration: none;
	line-height: 1;
	font-size: 0.875rem;
}

.gnp-plws-switcher__item--current a {
	font-weight: 600;
	border-color: #1f7a3e;
}

.gnp-plws-switcher__flag {
	width: 16px;
	height: 12px;
	object-fit: cover;
	border-radius: 2px;
}
