/* TranslatePress Switcher */
.trp-language-switcher > div {
	background-color: #333 !important;
	border: none !important;
}
.trp-language-switcher > div > a {
	color: #fff !important;
	font-size: small !important;
	text-align: center !important;
	line-height: normal !important;
}

#trp-upsell-section {
	display: none !important;
}

#trp-editors-navigation-tabs {
display: none !important;
}

#trp-view-as {
	display: none !important;
}

#trp-string-list {
	display: none !important;
}

#trp-next-previous {
  margin: 5px 0 10px;
  /* display: flex; */
  justify-content: space-between;
}
#trp-next-previous {
  display: none !important;
}

