/* Background transparent on normale state */
.trp-shortcode-switcher {
  background: transparent !important;
  border:none !important;
  display: flex;
  flex-direction: column;
  padding: 0.3rem 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(--global-palette9) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
/* Padding smaller */
.trp-language-item {
	padding: 4px 1rem;
}
/* Font-size smaller */
.trp-language-item-name {
	font-size: 0.8rem;
}
:where(.kb-row-layout-wrap:has(.wp-block-kadence-navigation)) {
	z-index: 0;
}