.wra-articles__title{
	font-weight: 600;
	font-size: 32px;
	margin: 0;
}

.wra-articles__list--post-title{
	font-size: 16px;
}

.wra-articles__list-post-date{
	text-transform: capitalize;
	font-size: 14px;
	color: #8B8F97;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	font-weight: 400;
	border-right: 1px solid #1a1b1c;
	letter-spacing: -2%;
}

.wra-article{
	border-bottom-color: #1a1b1c !important;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
	transition: all 350ms ease;
}

.wra-article:hover{
	background: #0d0e0f;
}

.wra-article .badge{
	background: none;
	color: #FFF;
	font-size: 12px;
	margin-left: 10px;
	font-weight: 500;
	font-family: "Inter", sans-serif !important;
	font-feature-settings: "cv05" on, "cv06" on, "cv11" on !important;
	border: 1px solid #1a1b1c !important;
}

.wra-articles-categories{
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

.wra-articles-categories li{
	margin-right: 15px;
}

.wra-articles-categories a{
	border-bottom: 3px solid #08090a;
	padding: 10px;
	font-size: 14px;
	color: #b5b5b5;
	text-decoration: none;
	transition: all 200ms ease;
}

.wra-articles-categories a:hover,
.wra-articles-categories .active{
	border-bottom: 3px solid #FFF;
	color: #FFF;
}

@media (max-width: 768px) {
	.wra-articles-categories{
		display: none;
	}

	.wra-articles-categories li{
		margin-right: 5px;
	}

	.wra-articles-categories a{
		font-size: 12px;
	}
}