.more-popular {
	width: 100%;
	max-width: 326px;
}

.tab-header {
	background: white;
	padding: 10px 8px;
	display: flex;
	justify-content: space-between;
}

.tab-title {
	font: 700 24px/34px 'Roboto', sans-serif;
	border-bottom: 1px solid rgba(211, 211, 217, 0.4);
	margin: 0 0 24px 0;
}

.tab-header-item {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #9899A2;
	width: 250px;
	justify-content: center;
}

.tab-header-item:hover {
	background: white;
	cursor: pointer;
	color: #f05841;
}

.tab-header-item input {
	background: red;
}

.tab-header-item label:hover {
	cursor: pointer;
}

.tab-header-item>input[type="radio"]:checked+label {
	color: #f05841;
}

.tab-header-item>input[type="radio"] {
	position: absolute;
	top: -9999px;
}

input[value="week"] {
	background: red !important;
	height: 100px !important;
}

.tab-body {
	margin: 0;
	padding: 0;
}

.popular-news {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid whitesmoke;
	padding: 1em 0;
	font-family: 'Roboto'
}

.popular-news a {}

.popular-news a .category {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	line-height: 14px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #e84b37;
}

.popular-news a:hover {
	text-decoration: none;
}

.popular-news a .title {
	font: 700 18px/24px 'Roboto', sans-serif;
	color: #1F2128;
	margin: 8px 0 0 0;
}

.popular-news a .title:hover {
	text-decoration: underline;
}


.popular-news a.author {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #73757F;
	margin-top: 10px;
}

#popular-month {
	display: none;
}

@media only screen and (max-width: 500px) {
	.more-popular {
		width: 100%;
		margin-top: 1.5em;
	}
}
