.tabs_new {
	border-bottom: 1px solid #E1E1E1;
	overflow: hidden;
}

.tabs_new button {
	border: 0;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
	padding: 15px 20px;
	background-color: white;
	color: var( --link-color );
}

.tabs_new button:hover {
	border-color: var( --link-color );
}

.tabs_new button.active {
	border-color: #3E4855;
	color: inherit;
}

.tabs_new_content > *:not( .active ) {
	display: none;
}