/* Demo styles. Remove as desired with actual theming. */
.ms-drop > ul {
  padding: 10px 20px !important;
}

.gmw-field-type-multiselect-wrapper select {
  opacity: 0;
  height: 0;
}

.fgm-language-switcher {
	margin: 0;
	padding: 0;
	border: 0;
}

.fgm-language-switcher__label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 700;
}

.fgm-language-switcher__options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

.fgm-language-switcher__link.is-active {
	font-weight: 700;
	text-decoration: underline;
}
