
.js-tabs {
	max-width: 100%;
}

.js-tabs__header {
	display: flex;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.js-tabs__header li {
	display: inline-block;
}

.js-tabs__title {
	background: #f5f5f5;
	border: 1px solid #ffc844;
	cursor: pointer;
	display: block;
	margin-right: .5em;
	padding: 1em 1.5em;
	transition: all .25s;
}

.js-tabs__title:hover {
	text-decoration: none;
}

.js-tabs__title-active {
	background: #ffc844;
	color: black;
}

.js-tabs__content {
	line-height: 1.5;
	margin-top: -1px;
}
