.tt-tabs-header {
	display: flex;
	flex-direction: column;
}

.tt-tab-title {
	padding: 14px;
	background: #eee;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.tt-tab-title.active {
	background: #d63b3b;
	color: #fff;
	font-weight: 600;
}

.tt-tab-content {
	display: none;
}

.tt-tab-content.active {
	display: block;
}
