/* Background transparent on normale state */
.trp-shortcode-switcher {
  background: transparent !important;
  border:none !important;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 0 0 5px 5px;
}
/* Background white on Open state */
.trp-shortcode-switcher.is-open,
.trp-shortcode-switcher[aria-expanded="true"],
.trp-shortcode-switcher.trp-open-on-hover.is-open {
  background: var(--e-global-color-86307df) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.trp-current-language-item__wrapper {
	margin: 0;	
}
/* Padding smaller */
.trp-language-item {
	padding: 6px 0.5rem 6px 1rem;
}
/* Font-size smaller */
.trp-language-item-name {
	font-size: 0.8rem;
}
.trp-shortcode-arrow {
	width: 1rem;
	height: 1rem;
}